Re: [OpenSIPS-Devel] [opensips] CRITICAL Errors make OpenSIPS crash & core dump (#816)

2016-03-21 Thread Bogdan Andrei IANCU
@michelep there is also a deb package for the debug sysmbols - please try to install that too - this will give a more relevant backtrace. Also try to do in gdb : "print *((char*)0xb6cd9280)" The crash is triggered by the failing of a DB operation in update_presentity. If you still have the

Re: [OpenSIPS-Devel] [opensips] CRITICAL Errors make OpenSIPS crash & core dump (#816)

2016-03-21 Thread michelep
Hi Bogdan, i've installed opensips from depbs because is on a production site. (gdb) print (char*)0xb6cd9280 $1 = 0xb6cd9280 (gdb) Let me know if i can help you in some ways ! And just to be clear, i change modules config as follow: PRESENCE and XCAP modules loadmodule "presence.so"

Re: [OpenSIPS-Devel] [opensips] CRITICAL Errors make OpenSIPS crash & core dump (#816)

2016-03-20 Thread Bogdan Andrei IANCU
@michelep , your installation does not have the opensips debug symbols installed. Did you install opensips from debs? or how did you do it ? Also, in gdb prompt, please run "print (char*)0xb6cd9280" and let me know the output. --- You are receiving this because you are subscribed to this

Re: [OpenSIPS-Devel] [opensips] CRITICAL Errors make OpenSIPS crash & core dump (#816)

2016-03-19 Thread michelep
Hi Bogdan, following this istructions (https://wiki.ubuntu.com/Backtrace) i got: ``` GNU gdb (Debian 7.7.1+dfsg-5) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change

[OpenSIPS-Devel] [opensips] CRITICAL Errors make OpenSIPS crash & core dump (#816)

2016-03-02 Thread michelep
Debian 8.3 version: opensips 1.11.6-notls (i386/linux) flags: STATS: On, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535 poll