[IRCServices] Bug Report, hopefully got all the info

Andrew Church achurch at achurch.org
Sat Jul 26 23:46:19 PDT 2003


     No matter how many times you report this, if it doesn't happen with
the unmodified source I won't help you, and if you don't provide a
backtrace I can't help you anyway.

>Another thing, with this bug there is no core file created, so I am
>unable to provide a backtrace.

$ make clean
$ ./configure -cflags -g
$ make install
$ gdb ircservices
(gdb) run -debug -nofork
...
Program received signal SIGSEGV, Segmentation fault.
(gdb) bt
#0 ...

Or, alternatively:

$ make clean
$ ./configure -dumpcore -cflags -g
$ make install
$ ircservices
(crash it, it will produce a core)
$ gdb ircservices .../ircservices.core
(gdb) bt
#0 ...

  --Andrew Church
    achurch at achurch.org
    http://achurch.org/