[Kamailio-Devel] SF.net SVN: openser:[5007] trunk
Henning Westerholt
henning.westerholt at 1und1.de
Thu Oct 9 12:55:47 CEST 2008
On Saturday 27 September 2008, Juha Heinanen wrote:
> Revision: 5007
> http://openser.svn.sourceforge.net/openser/?rev=5007&view=rev
> Author: juhe
> Date: 2008-09-27 17:03:00 +0000 (Sat, 27 Sep 2008)
>
> Log Message:
> -----------
> * LCR module is now using Perl compatible PCRE regular expression
> library, which greatly simplified module's implementation.
Hello Juha,
i get now from time to time a core dump during shutdown at my tests:
Program terminated with signal 11, Segmentation fault.
[New process 9946]
#0 0x402eec27 in destroy () at lcr_mod.c:629
629 if (lcrs_1[i].prefix_re) shm_free(lcrs_1[i].prefix_re);
(gdb) bt
#0 0x402eec27 in destroy () at lcr_mod.c:629
#1 0x080b64be in destroy_modules () at sr_module.c:310
#2 0x0806a740 in cleanup (show_status=0) at main.c:339
#3 0x0806c7af in main (argc=5, argv=0xbf8eee54) at main.c:1369
(gdb) p lcrs_1
$1 = (struct lcr_info *) 0x0
(gdb) p *lcrs_1
Cannot access memory at address 0x0
Cheers,
Henning
More information about the Devel
mailing list