R: [Gambas-user] Yellowdog problem

Paolo Saudin sdnpaolo at ...69...
Mon Nov 15 11:23:26 CET 2004


Here what I got by debugging

[paolo at ...688... gambas-0.99.RC2]$ sudo gdb gbi
GNU gdb Red Hat Linux (6.0post-0.20040223.19.ydl.1rh)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "ppc-yellowdog-linux-gnu"...Using host
libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) run -a
Starting program: /usr/bin/gbi -a
/opt/gambas/share/gambas/info/gb.eval.info

Program received signal SIGSEGV, Segmentation fault.
0x0fef1b00 in strlen () from /lib/tls/libc.so.6
(gdb) bt
#0  0x0fef1b00 in strlen () from /lib/tls/libc.so.6
#1  0x0febbdb0 in vfprintf () from /lib/tls/libc.so.6
#2  0x10002318 in print (fmt=Variable "fmt" is not available.
) at gbi.c:89
#3  0x10002394 in dump_symbol (desc=0xed7edc0) at gbi.c:357
#4  0x10002b8c in analyze_class (desc=0xed7edc0) at gbi.c:423
#5  0x10002ca8 in analyze (path=Variable "path" is not available.
) at gbi.c:472
#6  0x1000308c in main (argc=Variable "argc" is not available.
) at gbi.c:645
(gdb)                                    

Thanks
Paolo


-----Messaggio originale-----
Da: gambas-user-admin at lists.sourceforge.net
[mailto:gambas-user-admin at lists.sourceforge.net] Per conto di Benoit
Minisini
Inviato: domenica 14 novembre 2004 19.09
A: gambas-user at lists.sourceforge.net
Oggetto: Re: [Gambas-user] Yellowdog problem

On Friday 12 November 2004 13:18, Paolo Saudin wrote:
> Hi all, I tried to install Gambas on Yellowdog 4.0 for ppc and both the
> ./configure and the make commands run ok. But when I run make install, i
> get the following error :
> .................
> .................
> Making symbolic links in /usr/bin...
>
> Creating the library info files...
> /opt/gambas/share/gambas/info/gb.eval.info
> make[2]: *** [install-exec-local] Segmentation fault
> make[2]: Leaving directory `/home/paolo/_Gambas/gambas-0.99.RC2'
> make[1]: *** [install-am] Error 2
> make[1]: Leaving directory `/home/paolo/_Gambas/gambas-0.99.RC2'
> make: *** [install-recursive] Error 1
>
> I tried Gambas 0.99, 0.99RC1 and RC2 with the same results. Any idea?
>
> Regards
> Paolo Saudin
>

Can you debug the gbi program and tell me where it crashes ?

$ gdb gbi
...
$ run -a
...
*crash*
$ bt

Thanks in advance,

-- 
Benoit Minisini
mailto:gambas at ...1...


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Gambas-user mailing list
Gambas-user at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user





More information about the User mailing list