After renewing my wine and running 16-bit app I sometimes get such output in the console (when the app exits):
$ ./wine /home/s2/cc/Program\ Files/winled/led2w.exe fixme:toolhelp:InterruptRegister16 (0000, 0x11d700ba), stub. fixme:toolhelp:InterruptUnRegister16 (0000), stub. *** glibc detected *** winevdm.exe: double free or corruption (fasttop): 0x7e014e98 *** ======= Backtrace: ========= /lib/libc.so.6[0x72ad7124] /lib/libc.so.6(__libc_free+0x77)[0x72ad765f] /usr/lib/libGL.so.1[0x67fd5d5e] ======= Memory map: ======== 00000000-00010000 --xp 00000000 00:00 0 00010000-00110000 rwxp 00010000 00:00 0 00110000-20000000 --xp 00110000 00:00 0 20000000-2001a000 r-xp 00000000 03:09 64133 /lib/ld-2.3.5.so
(Full logs go attached)
Now I wonder whether this is a bug in wine (winevdm possibly), in my glibc (v2.53.5-10.3 from FC4) or in libGL (brought by nVidia driver v1.0-8178-pkg2) ?
Last time I got this is now, with last GIT commit date: Sat, 8 Apr 2006 18:03:59 +0000 (20:03 +0200).
Any ideas how to determine the nature of bug?