[Users] Openser fails when compiled on Solaris 64bit
Daniel-Constantin Mierla
daniel at voice-system.ro
Mon Mar 26 18:34:57 CEST 2007
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 at openser.org
> http://openser.org/cgi-bin/mailman/listinfo/users
>
More information about the sr-users
mailing list