You know you're in for a rough debugging session ...

Cerebus451

Golden Member
Nov 30, 2000
1,425
0
76
Been there done that. Especially painful when the debugger segfaults and blasts the core file from the app you were trying to debug.
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
I may have found it ... it's fairly trivial (read as dumb
http://forums.anandtech.com/i/...-icon-small-tongue.gif</a>" border="0"> ) ... trying to access a mysql result from a query that didn't return one. I have no idea why it's coring the debugger and causing these issues. Didn't produce a useful core file either.
 

Armitage

Banned
Feb 23, 2001
8,086
0
0
Whoa fubared smiley?!

http://forums.anandtech.com/i/...-icon-small-tongue.gif</a>" border="0">
 

VirtualLarry

No Lifer
Aug 25, 2001
56,587
10,227
126
Or.. trying to use a protected-mode DOS debugger (Watcom WDebug) to trace through some assembly code that throws the system.. into protected mode! Yeah, loads of fun there. Not. :(
(historic example only, from several years ago)