Re: segfault in builtins-thread.c

Kenny MacDermid <[email protected]> Thu, 20 May 2004 16:25:34 -0300
Newsgroups gmane.comp.lang.prothon.devel
Message-ID <[email protected]>
On Thu, May 20, 2004 at 01:00:56PM -0400, Ben Collins wrote:
> > #0  register_thread (this_thread=0x809cf10) at builtins-thread.c:98
> > 98              pr_thread_p thread_ptr    = res->data.ptr;
> > 
> > now a 'print res' at this point gives:
> > $1 = 0x0
> 
> Try this patch.

Patch worked great. Thanks

Kenny