To disable bugbuddy and ensure your apps generate's core files you can either : Set env variable : GNOME_DISABLE_CRASH_DIALOG=1 or remoge "gnomebreakpad" from the eng variable GTK_MODULES. Either one will have the desired effect, Matt Emmanuele Bassi wrote:
On Sat, 2008-02-02 at 03:01 -0500, Jacques Pelletier wrote:Hi,I made an application running on Linux, and I made it compile under NetBSD. When I try to run it, it crashes and the bug buddy generates a report, but I don't know how to interpret this to debug my program.it's a stack trace created by gdb - exactly what you'd get if you hade a core file instead. it looks like you're missing debug symbols, in any case. ciao, Emmanuele.