Hello,
can you send a gdb backtrace :-D -- I cannot read adb backtrace.
Cheers,
Daniel
On 03/26/07 19:42, Sergio Gutierrez wrote:
Hi Daniel.
This is the backtrace, obtained with adb:
usrloc.so`preload_udomain+0x4cc(1, ffffffff7228e9f0, 100215a00,
ffffffff7d919e58, ffffffffffefe3f8, 0)
0xffffffff7d9131bc(2, ffffffff7da1c9b0, ffffffff7d91a170,
ffffffff7228e9a0, ffffffff7da1b0a8, ffffffffffeff0c8)
init_mod_child+0xd8(100269930, 1, 1000f41b0, 1000f40f0, 1, 100269870)
init_mod_child+0x38(100269bb0, 1, 1000f41b0, 1000f40f0, 1, 1002699f0)
init_mod_child+0x38(100269d30, 1, 1000f41b0, 1000f40f0, 1, 100269c70)
init_child+0xa8(1, 100269df0, 1, 1000f4168, 10020d000, 100269eb0)
main_loop+0xf34(0, 8c, 1000eefd8, ffffffff720083c4, 1002694b0, 0)
main+0x1e10(100215, 9, 0, 10020d000, 1000ef5b8, 10020d000)
_start+0x7c(0, 0, 0, 0, 0, 0)
On 3/26/07, *Sergio Gutierrez* <saguti(a)gmail.com
<mailto:saguti@gmail.com>> wrote:
Hi Daniel.
I used 512 for -m parameter.
Would you like the backtrace of the core file?
Thanks.
On 3/26/07, *Daniel-Constantin Mierla* < daniel(a)voice-system.ro
<mailto:daniel@voice-system.ro>> wrote:
Hello,
could you send a backtrace? What was the value for parameter -m?
Cheers,
Daniel
On 03/26/07 19:29, Sergio Gutierrez wrote:
Hi
I am trying to run Openser compiled on 64 bits on a SPARC
Machine
running Solaris 10.
When I create a simple configuration file for testing radius
integration, Openser starts to consume the whole memory
reservation
(-m parameter) and fails with segmentation fault
error.
after several tests, I have found that the error is caused by
save()
> function (registrar module).
>
> This is the main route my configuration file:
>
> route {
> if(method=="REGISTER")
> {
> if(!radius_www_authorize(""))
> {
> www_challenge("", "0");
> return;
> };
>
> if(!save("location"))
> {
> sl_reply_error();
> };
> return;
>
> }
> else
> {
> }
> }
>
> Thanks in advance for your help.
>
> Sergio G.
>
>
_______________________________________________
Users mailing list
Users(a)openser.org <mailto:Users@openser.org>
http://openser.org/cgi-bin/mailman/listinfo/users