http://bugs.winehq.org/show_bug.cgi?id=2718
------- Additional Comments From xeroc_@gmx.de 2005-25-02 09:50 ------- this is what gives gdb: ++++++++++++++++++++++++++++++++++++++++++++++++++ xeroc@xeroc ~ $ gdb wine GNU gdb 6.0 Copyright 2003 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)...Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) set args notepad (gdb) run Starting program: /usr/bin/wine notepad warning: Unable to find dynamic linker breakpoint function. GDB will be unable to debug shared library initializers and track explicitly loaded dynamic code. warning: shared library handler failed to enable breakpoint
Program received signal SIG32, Real-time event 32. 0x400c95a7 in ?? () (gdb) continue Continuing.
Program received signal SIG32, Real-time event 32. 0x400c95a7 in ?? () (gdb) continue Continuing.
Program received signal SIGTRAP, Trace/breakpoint trap. 0x78000000 in ?? () (gdb) continue Continuing.
Program received signal SIGSEGV, Segmentation fault. 0x400c9ff1 in ?? () (gdb) continue Continuing.
Program received signal SIGSEGV, Segmentation fault. 0x400cc377 in ?? () (gdb) continue Continuing.
Program terminated with signal SIGSEGV, Segmentation fault. The program no longer exists. (gdb) ++++++++++++++++++++++++++++++++++++++ Nobody any advice ??
Greets XeRoc