You might replace line 243 of "AES.xs":

ctrl = (ARControlStruct *)safemalloc(sizeof(ARControlStruct));

by

ctrl = (ARControlStruct *)MALLOCNN(sizeof(ARControlStruct));


I don't know if this would help, but it might be worth a try.



Regards,
Thilo


Tim Skirvin wrote:
>         Is anybody else running ARSperl on Debian 5.0 (lenny)?  I've got
> it working just fine (v1.91, with .deb files and everything, which I'm
> happy to share), except that when the connection to the server is closed, 
> I get a segfault.  I don't know why this is happening, and my early
> attempts at tracking the problem down have been unsuccessful.
> 
>         Before I tried to get a full bug report out there, I just wanted
> to see if anybody else had run into this.  
> 
>                             - Tim Skirvin (tskir...@stanford.edu)
> 
> 
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge  
> This is your chance to win up to $100,000 in prizes! For a limited time, 
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize  
> details at: http://p.sf.net/sfu/Challenge
> 
> 
> ------------------------------------------------------------------------
> 
> 
> 
> --
> Arsperl-users mailing list
> Arsperl-users@arsperl.org
> https://lists.sourceforge.net/lists/listinfo/arsperl-users


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge


--
Arsperl-users mailing list
Arsperl-users@arsperl.org
https://lists.sourceforge.net/lists/listinfo/arsperl-users

Reply via email to