Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-12-01 Thread thrillerbee
Anca, I am still seeing core dumps on rev 7441 - it was up for about 5 min. Backtrace attached. Thanks. On Sat, Nov 20, 2010 at 7:56 AM, Anca Vamanu a...@opensips.org wrote: Hi, Can you please update - I have fixed on Friday a similar crash. Regards, Anca On 19/11/10 16:43,

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-20 Thread Anca Vamanu
Hi, Can you please update - I have fixed on Friday a similar crash. Regards, Anca On 19/11/10 16:43, thrillerbee wrote: Anca, Did you receive these backtraces? Thanks. On Mon, Nov 15, 2010 at 1:20 PM, thrillerbee thriller...@gmail.com mailto:thriller...@gmail.com wrote: Anca, I

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-19 Thread thrillerbee
Anca, Did you receive these backtraces? Thanks. On Mon, Nov 15, 2010 at 1:20 PM, thrillerbee thriller...@gmail.com wrote: Anca, I upgraded to rev 7383 and changed config to: ... loadmodule b2b_entities.so loadmodule b2b_logic.so ... It crashed after about 15 minutes of moderate

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-15 Thread Anca Vamanu
Hi, Have you by any chance loaded the b2b_logic module before b2b_entities module? Regards, Anca On 11/14/2010 12:18 AM, thrillerbee wrote: New core dump on rev 7371 Backtrace attached. Thanks. On Thu, Nov 11, 2010 at 4:41 AM, Anca Vamanu a...@opensips.org mailto:a...@opensips.org wrote:

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-15 Thread thrillerbee
Actually, yes, I have. Is that incorrect? I'll reverse the order they're loaded test. Thanks. On Mon, Nov 15, 2010 at 11:37 AM, Anca Vamanu a...@opensips.org wrote: Hi, Have you by any chance loaded the b2b_logic module before b2b_entities module? Regards, Anca On 11/14/2010 12:18

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-15 Thread Anca Vamanu
They must be loaded in reverse order because b2b_logic depends on b2b_entities - but it shouldn't crash, I will fix that. Thanks also. On 11/15/2010 07:41 PM, thrillerbee wrote: Actually, yes, I have. Is that incorrect? I'll reverse the order they're loaded test. Thanks. On Mon, Nov

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-15 Thread thrillerbee
Anca, I upgraded to rev 7383 and changed config to: ... loadmodule b2b_entities.so loadmodule b2b_logic.so ... It crashed after about 15 minutes of moderate traffic. It actually wrote 2 core files so I've attached both backtraces (first is *_e.txt, second is *_2.txt). Thanks again. On Mon,

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-13 Thread thrillerbee
New core dump on rev 7371 Backtrace attached. Thanks. On Thu, Nov 11, 2010 at 4:41 AM, Anca Vamanu a...@opensips.org wrote: Hi, You were right, sorry, I did a partial commit. It is now ok. Regards, Anca -- Anca Vamanu www.voice-system.ro

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-11 Thread Anca Vamanu
Hi, You were right, sorry, I did a partial commit. It is now ok. Regards, Anca -- Anca Vamanu www.voice-system.ro ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-10 Thread Anca Vamanu
Hi, I have found the cause of the crash and fixed it. Please update your code. Thanks and regards, -- Anca Vamanu www.voice-system.ro On 11/09/2010 06:40 PM, thrillerbee wrote: Anca, I am seeing a crash about every 13-14 days. I've attached the backtrace from this morning. The other

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-10 Thread thrillerbee
Anca, The b2b_logic module will not compile: make[1]: Entering directory `/usr/local/src/opensips_1_6/modules/b2b_logic' Compiling b2b_logic.c gcc -fPIC -DPIC -g -O9 -funroll-loops -Wcast-align -Wall -minline-all-stringops -falign-loops -ftree-vectorize -mtune=prescott -Wold-style-definition

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-09 Thread thrillerbee
Anca, I am seeing a crash about every 13-14 days. I've attached the backtrace from this morning. The other problem is that OpenSIPS immediately crashes when monit tries to restart it. I have to manually truncate the b2b_entities b2b_logic tables to get it to start w/o crashing. I'm attaching

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-01 Thread thrillerbee
Anca, I am still seeing core dumps. bt attached. Thanks. On Tue, Oct 26, 2010 at 8:44 AM, thrillerbee thriller...@gmail.com wrote: Anca, Thanks for the info. I'll let you know if I have issues after the upgrade. Thanks. On Tue, Oct 26, 2010 at 3:42 AM, Anca Vamanu a...@opensips.org

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-01 Thread Anca Vamanu
Hi, The lines in your gdb backtrace don't match at all. Have you altered the code or is the core corrupted? Regards, -- Anca Vamanu www.voice-system.ro On 11/01/2010 04:35 PM, thrillerbee wrote: Anca, I am still seeing core dumps. bt attached. Thanks. On Tue, Oct 26, 2010 at 8:44

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-11-01 Thread thrillerbee
Anca, I had not altered the code. It core dumped pretty quickly so I was force to revert to revision 7317. I will try to schedule some time to retest the newest revision and see if it core dumps again. Thanks again. On Mon, Nov 1, 2010 at 10:44 AM, Anca Vamanu a...@opensips.org wrote: Hi,

Re: [OpenSIPS-Users] b2bua core dump db truncate

2010-10-26 Thread Anca Vamanu
Hi, At startup, the b2b_tables are copied into memory and are truncated, then the data is updated in the database at an interval controlled by the update_period parameter ( by default 100 seconds). As for the core dump, if you are using trunk, can you please update your code? I just committed

[OpenSIPS-Users] b2bua core dump db truncate

2010-10-25 Thread thrillerbee
I'm waiting for my b2bua box to core dump again so I can get the backtrace, but is it expected behavior that OpenSIPS cannot restart w/o first truncating the b2b_entities b2b_logic tables? That makes for a messy recovery... Thanks. ___ Users mailing