http://bugs.winehq.com/show_bug.cgi?id=746
*** shadow/746 Thu May 30 09:35:21 2002 --- shadow/746.tmp.20293 Thu May 30 09:50:41 2002 *************** *** 68,70 **** --- 68,96 ---- Or, alternatively, could you use Wine CVS, do a cvs log of the wrc files and check out different versions of them until you know which patch caused the crash ? (-> documentation/regression.sgml). + + ------- Additional Comments From sjf8@yahoo.com 2002-05-30 09:50 ------- + Here's the backtrace! + + Should I do more to try and get line numbers rather than stack-frame addresses + (that's what the longish hex numbers in the backtrace are...right?) + + [saul@xxxxxx wrc]$ gdb wrc -c ../../dlls/kernel/core + GNU gdb Red Hat Linux (5.1-0.7) + Copyright 2001 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 "i386-redhat-linux"... + Core was generated by `../../tools/wrc/wrc -I. -I. -I../../include + -I../../include -o kernel.res -r ke'. + Program terminated with signal 11, Segmentation fault. + #0 0x4000acd0 in ?? () + (gdb) bt + #0 0x4000acd0 in ?? () + #1 0x40002902 in ?? () + #2 0x4000f8f6 in ?? () + #3 0x40002332 in ?? () + #4 0x4000217f in ?? () + (gdb)