Re: [gccsdk] Recursion of SIGSEV

2015-11-19 Thread Ron
In message <20151118005115.gr17...@chiark.greenend.org.uk> Theo Markettos wrote: > On Tue, Nov 17, 2015 at 08:07:07PM +1200, Ron wrote: > > Something that I haven't tried yet, but apparently the system() call > > works differently. I'n not sure if there is an OSLib version that is > > d

Re: [gccsdk] Recursion of SIGSEV

2015-11-17 Thread Theo Markettos
On Tue, Nov 17, 2015 at 08:07:07PM +1200, Ron wrote: > Something that I haven't tried yet, but apparently the system() call > works differently. I'n not sure if there is an OSLib version that is > different to the gcc version. AIUI: UnixLib's system() does all the necessary moving of memory to en

Re: [gccsdk] Recursion of SIGSEV

2015-11-17 Thread Ron
In message <564764bb.2040...@gmx.com> Duncan Moore wrote: > 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 ot

Re: [gccsdk] Recursion of SIGSEV

2015-11-14 Thread Duncan Moore
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 l

[gccsdk] Recursion of SIGSEV

2015-11-11 Thread Gavin Wraith
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 sh