Re: [OpenSIPS-Users] random segfaults without generating core file

2010-12-21 Thread Bogdan-Andrei Iancu

Hi Bobby,

what is the status on that? have you managed to get the core files?

Regards,
Bogdan

Bobby Smith wrote:

Greetings,

We're encountering an issue on 1.6 trunk where we're receiving random 
segmentation faults that DO NOT generate cores.


I've had a couple of segfaults (which I've posted to the list) that 
have resulted in core dumps, but doing a dmesg:


opensips[28467]: segfault at 0010 rip 2b0ea5b92e79 rsp 
7fffa7dd7080 error 4
opensips[8587]: segfault at 0010 rip 2ae8797c3e79 rsp 
7fffb83cc080 error 4
opensips[13853]: segfault at 0010 rip 2b147aadee79 rsp 
7fff37fc2c90 error 4
opensips[23692]: segfault at 0010 rip 2b7c7d9bce79 rsp 
7fff71b0cea0 error 4
opensips[26753]: segfault at 0010 rip 2abd2f30be79 rsp 
7ed97870 error 4
opensips[27697]: segfault at 0010 rip 2aae52261e79 rsp 
7fffa90ebd30 error 4
opensips[13233]: segfault at 0010 rip 2ad495261e79 rsp 
7fff224559b0 error 4
opensips[2168]: segfault at 0010 rip 2ab01f40be79 rsp 
7fff622a54f0 error 4
opensips[9084]: segfault at 0010 rip 2b4bba9f7e79 rsp 
7fffa884f4d0 error 4
opensips[21966]: segfault at 0010 rip 2b823ff9ae79 rsp 
7fff6e81b370 error 4



This seems to happening fairly regularly (once a day).  The latest 
occurrence was on a machine that was under 0% load (once a minute 
periodic OPTIONS health checks from sipsak, and that's it).


http://pastebin.com/RmVVW8N7

Any ideas of how to track this issue down?

Thanks,
Bobby Smith


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
  



--
Bogdan-Andrei Iancu
OpenSIPS Event - expo, conf, social, bootcamp
2 - 4 February 2011, ITExpo, Miami,  USA
www.voice-system.ro


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] random segfaults without generating core file

2010-12-09 Thread Duane Larson
And you're sure you have enabled Core dumps in the /etc/init.d/opensips
file?

if test "$DUMP_CORE" = "yes" ; then
# set proper ulimit
ulimit -c unlimited
# directory for the core dump files
COREDIR=/home/opensips/corefiles
 [ -d $COREDIR ] || mkdir $COREDIR
 chmod 777 $COREDIR
 echo "$COREDIR/core.%e.sig%s.%p" > /proc/sys/kernel/core_pattern
fi

On Thu, Dec 9, 2010 at 9:31 AM, Bobby Smith  wrote:

> Greetings,
>
> We're encountering an issue on 1.6 trunk where we're receiving random
> segmentation faults that DO NOT generate cores.
>
> I've had a couple of segfaults (which I've posted to the list) that have
> resulted in core dumps, but doing a dmesg:
>
>  opensips[28467]: segfault at 0010 rip 2b0ea5b92e79 rsp
> 7fffa7dd7080 error 4
> opensips[8587]: segfault at 0010 rip 2ae8797c3e79 rsp
> 7fffb83cc080 error 4
> opensips[13853]: segfault at 0010 rip 2b147aadee79 rsp
> 7fff37fc2c90 error 4
> opensips[23692]: segfault at 0010 rip 2b7c7d9bce79 rsp
> 7fff71b0cea0 error 4
> opensips[26753]: segfault at 0010 rip 2abd2f30be79 rsp
> 7ed97870 error 4
> opensips[27697]: segfault at 0010 rip 2aae52261e79 rsp
> 7fffa90ebd30 error 4
> opensips[13233]: segfault at 0010 rip 2ad495261e79 rsp
> 7fff224559b0 error 4
> opensips[2168]: segfault at 0010 rip 2ab01f40be79 rsp
> 7fff622a54f0 error 4
> opensips[9084]: segfault at 0010 rip 2b4bba9f7e79 rsp
> 7fffa884f4d0 error 4
> opensips[21966]: segfault at 0010 rip 2b823ff9ae79 rsp
> 7fff6e81b370 error 4
>
>
> This seems to happening fairly regularly (once a day).  The latest
> occurrence was on a machine that was under 0% load (once a minute periodic
> OPTIONS health checks from sipsak, and that's it).
>
> http://pastebin.com/RmVVW8N7
>
> Any ideas of how to track this issue down?
>
> Thanks,
> Bobby Smith
>
> ___
> Users mailing list
> Users@lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>


-- 
--
*--*--*--*--*--*
Duane
*--*--*--*--*--*
--
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] random segfaults without generating core file

2010-12-09 Thread Bobby Smith
Greetings,

We're encountering an issue on 1.6 trunk where we're receiving random
segmentation faults that DO NOT generate cores.

I've had a couple of segfaults (which I've posted to the list) that have
resulted in core dumps, but doing a dmesg:

opensips[28467]: segfault at 0010 rip 2b0ea5b92e79 rsp
7fffa7dd7080 error 4
opensips[8587]: segfault at 0010 rip 2ae8797c3e79 rsp
7fffb83cc080 error 4
opensips[13853]: segfault at 0010 rip 2b147aadee79 rsp
7fff37fc2c90 error 4
opensips[23692]: segfault at 0010 rip 2b7c7d9bce79 rsp
7fff71b0cea0 error 4
opensips[26753]: segfault at 0010 rip 2abd2f30be79 rsp
7ed97870 error 4
opensips[27697]: segfault at 0010 rip 2aae52261e79 rsp
7fffa90ebd30 error 4
opensips[13233]: segfault at 0010 rip 2ad495261e79 rsp
7fff224559b0 error 4
opensips[2168]: segfault at 0010 rip 2ab01f40be79 rsp
7fff622a54f0 error 4
opensips[9084]: segfault at 0010 rip 2b4bba9f7e79 rsp
7fffa884f4d0 error 4
opensips[21966]: segfault at 0010 rip 2b823ff9ae79 rsp
7fff6e81b370 error 4


This seems to happening fairly regularly (once a day).  The latest
occurrence was on a machine that was under 0% load (once a minute periodic
OPTIONS health checks from sipsak, and that's it).

http://pastebin.com/RmVVW8N7

Any ideas of how to track this issue down?

Thanks,
Bobby Smith
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users