|
Kernel Traffic Latest | Archives | People | Topics |
Wine Latest | Archives | People | Topics |
GNUe Latest | Archives | People | Topics |
| Czech |
| Home | News | RSS Feeds | Mailing Lists | Authors Info | Mirrors | Stalled Traffic |
Table Of Contents
| 1. | 'Programming Windows' test suite effort | ||
| 2. | Requests to the server | ||
| 3. | Documenting Wine API coverage | ||
| 4. | Crash on startup |
Introduction
This is the 38th release of the Wine's kernel cousin publication. It's main goal is to distribute widely what's going on around Wine (the Un*x windows emulator).Mailing List Stats For This Week
We looked at 87 posts in 206K.
There were 30 different contributors. 18 posted more than once. 17 posted last week too.
The top posters of the week were:
1. 'Programming Windows' test suite effort
Archive Link: "PrgWin95 testing kit update"
People: Francois Gouget,
Francois Gouget announced a new location for his Programming Windows test suite effort (read the first announce):2. Requests to the server
Archive Link: "Wine ate my registry"
People: Ulrich Weigand, Alexandre Julliard, , Gérard Patel, Dave Pickles, Uwe Bonnes
Dave Pickles a very long ago reported some problems while Wine was saving the registry. No one really took care at that time. Two weeks ago, Uwe Bonnes experienced the same kind of problems and decided to take a look at it. After some tests, he reported some strange behavior. Gérard Patel also looked at it and found was was going wrong: at some point the code sets a request buffer for the server, and fills it with different values. Setting up a request buffer require to get a buffer (there is one buffer per thread), and then write some values in it. The found bug by Gérard lied in the fact that part of the code writing the values was calling another function, which, in turn, was also making a call to the server. This second call was trashing the values already written in the buffer (as there's a buffer per thread, the same buffer was used). After providing a (now obvious) fix, Uwe asked:3. Documenting Wine API coverage
Archive Link: "A case for Wine and Contributing to Wine"
People: Francois Gouget, Jeremy White, CodeWeavers, , Patrik Stridvall
While discussing around Francois Gouget PrgWin95 effort, Patrik Stridvall and Francois put together some scripting tools which give some statistics on API coverage in Wine. They defined three states for an API:FIXME("bla bla stub"); somewhere
4. Crash on startup
Archive Link: "RH6.2"
As already reported some weeks ago for Debian distro, lots of other ones blow when used with wine, with a nice bug in glibc. So RedHat 6.2 and Mandrake 7.0 users, if your wine crash at startup, either upgrade your glibc package (if a fix is available), or set LC_ALL to en in your environment:
(t)csh: setenv LC_ALL en
(b(a))sh: LC_ALL=en ; export LC_ALL
Sharon And Joy
Kernel Traffic is grateful to be developed on a computer donated by Professor Greg Benson and Professor Allan Cruse in the Department of Computer Science at the University of San Francisco. This is the same department that invented FlashMob Computing. Kernel Traffic is hosted by the generous folks at kernel.org. All pages on this site are copyright their original authors, and distributed under the terms of the GNU General Public License version 2.0. |