Saturday, 14 November 2015

Re: [gccsdk] Recursion of SIGSEV

On 11/11/2015 12:39, Gavin Wraith wrote:
> I need some help. I am getting, after a few minutes
> of running a wimp task, an error message
>
> UnixLib detected recursion of signal SIGSEV. Exiting
>
> After which other tasks start complaining. My task
> is the Lua interpreter with the code for calling SWIs
> loaded dynamically. I cannot see that that should have
> any behaviour different from the situation where it is
> linked statically, and the past statically linked
> programs worked fine.

I've not used dynamic linking myself, so this may not be relevant. But
when I've had this error message before it seems to be related to the
use of vfork(). Changing to fork() can help, although fork() has
problems of it's own with redirection.

Duncan

_______________________________________________
GCCSDK mailing list gcc@gccsdk.riscos.info
Bugzilla: http://www.riscos.info/bugzilla/index.cgi
List Info: http://www.riscos.info/mailman/listinfo/gcc
Main Page: http://www.riscos.info/index.php/GCCSDK

No comments:

Post a Comment