http://bugs.winehq.com/show_bug.cgi?id=650
*** shadow/650 Thu May 9 14:02:04 2002 --- shadow/650.tmp.16328 Fri May 10 09:21:26 2002 *************** *** 78,80 **** --- 78,93 ----
and, yes, this is the same library everytime. /usr/lib/libGLcore.so.1 as I said before. + + ------- Additional Comments From apa3a@yahoo.com 2002-05-10 09:21 ------- + It looks like the problem is with loading debugging information from the library + /usr/lib/libstdc++-libc6.2-2.so.3 and it is not related to the + /usr/lib/libGLcore.so.1 library, because the issue appears after the message + that /usr/lib/libGLcore.so.1 is loaded. + My telnet.exe (Windows NT) does not load neither library and I can't reproduce + the issue. + Can you find any other application, freely accessible which shows this problem? + + I suspect that winedbg have problems with C++ debugging information or format of + this information is different in your new distribution, so try application, + writted in C++ or create one yourself.