Re: Debugging with GDB [was: Re: World of Warcraft - crash in game]

2005-04-24 Thread Alex Woods
On Sun, Apr 24, 2005 at 09:23:22AM +1000, Troy Rollo wrote: On Saturday 23 April 2005 22:12, Alex Woods wrote: I'm attaching to the process with gdb, but it's not catching things at the point where they go wrong. Typically I am just seeing a stack like this though: #0 0x56752a01 in ??

Debugging with GDB [was: Re: World of Warcraft - crash in game]

2005-04-23 Thread Alex Woods
On Thu, Mar 03, 2005 at 08:13:41AM +1100, Troy Rollo wrote: On Thu, 3 Mar 2005 03:43, Alex Woods wrote: Unfortunately, I never got to try out this method properly. WoW has it's own dbghelp.dll that it checks on login and that contains different functions to wine's dbghelp. So I got stuck

Re: Debugging with GDB [was: Re: World of Warcraft - crash in game]

2005-04-23 Thread Troy Rollo
On Saturday 23 April 2005 22:12, Alex Woods wrote: I'm attaching to the process with gdb, but it's not catching things at the point where they go wrong. Typically I am just seeing a stack like this though: #0 0x56752a01 in ?? () If it's only giving one frame in the stack trace the cause is