if the product is configured with --enable-crashdump=STATIC then the error reporter dialog is displayed and a message was sent to headquarters ;)
Please do not do that yet! So the choices are (a) enable crashdump=STATIC and setup a server to receive the error reports at debian and transform to bug reports at the server (b) enable crashdump=STATIC but modify code in signal.c to use the debian reportbug to send the file (c) do not enable crashdump, put #idef linux in backtrace.c, to get the crash report on standard output (this is how linux sparc handles it now) or catch the file that is in /tmp/file#### jim