Re: how to get backtrace on warnings?



Dave Morse <dm-gtk bomberlan net> writes:
Hmmmmmm... Still no joy.  Here's a transcript.  Its puzzling that it
prints out "Breakpoint 1 at 0x813fc38" during the running of the program,
but doesn't actually wake up the interactive debugging prompt.  Perhaps
gdb can't find the source for gdk, and thus automatically continues?

My best explanation is "gdb on crack"

Soemetimes it's a bit confused by breakpoints in shared libs prior to
running the app - you might try something like:
 
(gdb) break main
(gdb) run --sync
[breaks at main]
(gdb) break gdk_x_error

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]