Subject:
Re: [ruby-ffi] Re: Problem with a double** array
From:
Mike Dalessio
Date:
1/5/10 6:23 AM
To:
ruby-ffi

Hi.

On Tue, Jan 5, 2010 at 7:04 AM, mael <mael.primet@gmail.com> wrote:
Okay, I understood that the offset should be in terms of bytes, and
not of the underlying struct, and that there is no reason I have a
valid size
when retrieving a "naked pointer",

but why is the following code triggering a segfault ?

Can you please post a complete example? I think you'll get more helpful responses if people can run your code.