guile-user
[Top][All Lists]
Advanced

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

Re: segmenation fault


From: Catonano
Subject: Re: segmenation fault
Date: Fri, 9 Jun 2017 10:42:31 +0200

Thomas,

2017-06-09 9:43 GMT+02:00 Thomas Danckaert <address@hidden>:

> From: Catonano <address@hidden>
> Subject: segmenation fault
> Date: Fri, 9 Jun 2017 09:21:35 +0200
>
> probably this line
>> (scm->pointer 0)
>> is not correct
>>
>> But I don't know how to produce a void pointer and then pass it to
>> freexl-open
>>
>
> It seems you need a void ** (pointer to void pointer).  I'm not familiar
> with Guile FFI, but (scm->pointer 0) is probably a pointer to an int?
>
> Perhaps (scm->pointer %null-pointer) will return a void**?
>


I had overlooked your reply !

Thanks to you too !!


reply via email to

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