Re: [Gambas-user] Signal 11, when calling external function

2010-06-11 Thread Jussi Lahtinen
> Did you compile Gambas with debugging information enabled ? Gambas is compiled with following steps: 1. ./reconf 2. ./configure -C 3. make 4. sudo make install Are debugging information enabled by default? > Otherwise you will have more useful information by running your program inside

Re: [Gambas-user] Signal 11, when calling external function

2010-06-11 Thread BenoƮt Minisini
> Hope this helps... > > Program received signal SIGSEGV, Segmentation fault. > 0x77535f5e in ffi_call_unix64 () from /usr/lib/libffi.so.5 > (gdb) bt > #0 0x77535f5e in ffi_call_unix64 () from /usr/lib/libffi.so.5 > #1 0xff0077535c84 in ?? () > #2 0x in ?? ()

Re: [Gambas-user] Signal 11, when calling external function

2010-06-11 Thread Jussi Lahtinen
Hope this helps... Program received signal SIGSEGV, Segmentation fault. 0x77535f5e in ffi_call_unix64 () from /usr/lib/libffi.so.5 (gdb) bt #0 0x77535f5e in ffi_call_unix64 () from /usr/lib/libffi.so.5 #1 0xff0077535c84 in ?? () #2 0x in ?? () #3 0xf