[Gambas-user] Re: Gambas-user digest, Vol 1 #50 - 2 msgs
Benoît Minisini
gambas at ...1...
Wed Nov 13 23:47:42 CET 2002
Le Mercredi 13 Novembre 2002 11:24, Laszlo Parkanyi a écrit :
> Hi Benoit,
>
> I did what you requested. Here is the result. Laszlo
>
...
> Compiling /home/par/gambas-0.39/app/gambas/FAbout.class...
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x4207434f in _int_realloc () from /lib/i686/libc.so.6
> (gdb) bt
> #0 0x4207434f in _int_realloc () from /lib/i686/libc.so.6
> #1 0x42073416 in realloc () from /lib/i686/libc.so.6
> #2 0x08049b16 in MEM_realloc (p_ptr=0xbffff620, size=3444) at memory.c:82
> #3 0x0804b48c in BUFFER_need (p_data=0x805bc28, size=27) at buffer.c:77
> #4 0x0804b4d1 in BUFFER_add (p_data=0x805bc28, string=0xbffff670, len=27)
> at buffer.c:92
> #5 0x08055c03 in print (fmt=0x8058a49 " .%.*s\n") at form.c:71
> #6 0x0805634e in FORM_do () at form.c:375
> #7 0x08049128 in compile_file (file=0x805ba60 "FAbout") at gbc.c:189
> #8 0x08049463 in main (argc=2, argv=0xbffff8e4) at gbc.c:301
> #9 0x420158d4 in __libc_start_main () from /lib/i686/libc.so.6
> (gdb)
>
Hi, Laszlo.
The MEM_realloc() does not exist anymore in the 0.39 source of the compiler :
you are not using the 0-39 version of compiler ! Check it by typing "gbc
--version"
What did you do ???? %-O
Could you try to recompile gambas-0.39 from zero and check the version of the
installed file ? The executable used by gambas are pointed by the symbolics
links in /usr/bin : /usr/bin/gbc, /usr/bin/gbx and /usr/bin/gba. Check that
these links are really pointing to the right gambas 0.39 executable files.
I'm waiting for your answer !
Regards,
--
Benoît Minisini
mailto:gambas at ...1...
More information about the User
mailing list