[IRCServices Coding] Serious Bug, Probaby should be fixed
Andrew Church
achurch at achurch.org
Sat Jun 14 01:49:59 PDT 2003
A GDB backtrace would be helpful:
gdb /usr/local/bin/ircservices /usr/local/lib/ircservices/core
[or whatever your pathnames are]
...
(gdb) bt
------------- clip/copy and send from here --------------
#0 ... at somefile.c:NNN
#1 ...
...
----------------------- to here -------------------------
(gdb) quit
If you don't get the "at somefile:NNN" in the backtrace, your executable
is missing debugging information--recompile (make sure you haven't removed
the "-g" in MORE_CFLAGS in the makefile) and don't strip the executable
before running it.
Also, are you using a SPARC, i.e. Sun system? GCC on SPARC systems
has at least one bug that is triggered by Services and causes Services to
crash for apparently random reasons.
--Andrew Church
achurch at achurch.org
http://achurch.org/
>If you can tell me the best way to debug this, I can try and get some
>logs for you. I also have the .core file if need be. Please let me
>know :)
>
>-----Original Message-----
>From: ircservices-coding-bounces at ircservices.za.net
>[mailto:ircservices-coding-bounces at ircservices.za.net] On Behalf Of
>Andrew Church
>Sent: Thursday, June 12, 2003 9:08 PM
>To: ircservices-coding at ircservices.za.net
>Subject: Re: [IRCServices Coding] Serious Bug, Probaby should be fixed
>
> I can't reproduce this.
>
> --Andrew Church
> achurch at achurch.org
> http://achurch.org/
>
>>Ok, I don't know if this is happening to anyone else, but here is the
>>problem. I've loaded the http module to allow opers to view registered
>>nicknames, channels, and network statistics. All password protected of
>>course. Anyways, when you go into the List of Registered Nicknames,
>and
>>look at more than one users nickserv info, services will segfault and
>>crash. I have not changed the http module in anyway. Just thought I'd
>>give everyone a heads up before using that module.
>
>
>------------------------------------------------------------------
>To unsubscribe or change your subscription options, visit:
>http://www.ircservices.za.net/mailman/listinfo/ircservices-coding