discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problem with ffi/forwardInvocation and exception handling on OpenSol


From: David Chisnall
Subject: Re: Problem with ffi/forwardInvocation and exception handling on OpenSolaris
Date: Mon, 28 Jun 2010 10:24:43 +0100

Hi Saso!

I've not encountered this problem, but the cause of it is this line:

On 28 Jun 2010, at 10:11, Saso Kiselkov wrote:

> fffffd7ffdc58994 ???????? ()


The unwind library is looking for the DWARF EH data to try to find how to 
unwind the stack, but it can't find it for this frame.  Without it, it is 
unable to to find out where the stack frame above it is.  

Upgrading to a newer FFI might help.  There is a sysv.S file in libffi that 
produces the unwind table for an FFI frame, but there is a chance that it is 
not being used in the Solaris build.

David

-- Send from my Jacquard Loom




reply via email to

[Prev in Thread] Current Thread [Next in Thread]