http://bugs.winehq.org/show_bug.cgi?id=9916
Lionel Debroux lionel_debroux@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #8910 is|0 |1 obsolete| | Attachment #8911 is|0 |1 obsolete| |
--- Comment #27 from Lionel Debroux lionel_debroux@yahoo.fr 2007-11-01 11:46:25 --- Created an attachment (id=8917) --> (http://bugs.winehq.org/attachment.cgi?id=8917) Fresh results of valgrind on wine-0.9.48-112-gab07d61
I killed three tests (by sending SIGTERM to the process): * joystick in dinput: my Microsoft Digital Media Pro keyboard (USB ID 045e:00b0) is detected as a joystick with 7 buttons and 37 axes (!). I know because PlanetPenguinRacer and Nexuiz detect it as such, and try to use it as a joystick... which makes both of them completely unusable. * marshal in ole32. * dde in user32. Hence the traces after make finishes.
Before launching the test, I added { bogus_addr4_libgl_101001419 Memcheck:Addr4 obj:/usr/lib/libGL.so.100.14.19 } to silence warnings in libGL. That reduced the number of error logs (as created by valgrind-split) by ~70. There's certainly something to do on some warnings involving libX11 and/or write, but I didn't do anything for now, since multiple backtraces involve libX11.
Running the test suite requires about 2 hours on this computer.