Anope IRC Services

Anope Support => 2.0.x/1.9.x Support => Topic started by: A on March 18, 2012, 07:07:40 AM

Title: Services exiting without cause.
Post by: A on March 18, 2012, 07:07:40 AM
Running latest from git, Anope-1.9.7-avoid-direct-visual-contact (ga069347).

The problem is as follows, services runs for around 30 minutes or so then then die. I have examined the logs, ran in debug, and can find no errors at this point at all.
I was wondering if anyone else has had this issue.
Title: Re: Services exiting without cause.
Post by: A on March 18, 2012, 07:36:09 AM
Running with -nofork , it does show segmentation fault, but no reason, this is occuring about every 30 minutes
Title: Re: Services exiting without cause.
Post by: Adam on March 18, 2012, 07:47:39 AM
Get a backtrace?
Title: Re: Services exiting without cause.
Post by: A on March 18, 2012, 03:04:03 PM
(gdb) backtrace full
#0  0x00130416 in __kernel_vsyscall ()
No symbol table info available.
#1  0x00288097 in sigsuspend () from /lib/i386-linux-gnu/libc.so.6
No symbol table info available.
#2  0x080f9098 in Init(int, char**) ()
No symbol table info available.
#3  0x080827f4 in main ()
No symbol table info available.
Title: Re: Services exiting without cause.
Post by: A on March 18, 2012, 10:45:56 PM
So it appears to be something with the sql module, from the nofork, I noticed that when a nick or chan expired it created the segfault. So, I disabled the sql mods, and services have stayed up since, and the channel and nick in question xpired with causing the fault.