[Gambas-user] Re: Survey

Benoît Minisini gambas at ...1...
Tue Nov 12 12:08:50 CET 2002


Le Lundi 11 Novembre 2002 11:27, Laszlo Parkanyi a écrit :
> 1) What is your name ?
>
>    Dr. Laszlo Parkanyi
>
> 2) What sort of processor do you have on your computer ? (model + frequen-
>    cy)
>
>    Intel Celeron (Coppermine) 768.446 MHz.
>
> 3) Which language do you speak and use on your computer ?
>
>    English
>
> 4) What is your distribution ? (name + version)
>
>    RedHat 8.0
>
> 5) Did you install your distribution from zero or is it a update ?
>
>    Update
>
> 6) What is the version of your compiler ?
>    To get it, type "gcc --version" in a shell
>
>    gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
>
> 7) What is the version of your "automake" ?
>    To get it, type "automake --version" in a shell
>
>    automake (GNU automake) 1.6.3
>    Written by Tom Tromey <tromey at ...34...>
>
> 8) What is the version of your QT library ?
>    To get it, you must find it. Read the "./configure" output,
>    it will tell you where the QT library is located. On a Mandrake 9.0,
>    it is in /usr/lib/qt3/lib. So I did a "ls -la /usr/lib/qt3/lib" and got
>    the name of the library that contains the version: "libqt-mt.so.3.0.5"
>
>    libqt-mt.so.3.0.5
>
> 9) Which desktop do you use ? (name + version)
>
>    kde 3.0.3-8 Redhat
>
> 10) Which QT/KDE style do you use ?
>
>    Kde default style
>
> 11) What happens when you launch gambas ?
>
>     Segmentation fault
>
> 12) Do you have the "fluttering form" bug when you add a new form under
>        the IDE ?
>
>      Don't know ... see above
>
> 13) If gambas crashes, could you trace it with gdb the following way ?
>     Let's suppose you have compiled gambas in your home directory :
>
>     $ cd ~/gambas-0.39/app/gambas
>     $ gbc -ag
>     Compiling /home/benoit/gambas/test/gambas/FWelcome.class...
>     Compiling /home/benoit/gambas/test/gambas/CConfig.class...
>     Compiling /home/benoit/gambas/test/gambas/FNewClass.class...
>     OK
>     $ gdb gbx
>     GNU gdb 5.2.1-2mdk (Mandrake Linux)
>     Copyright 2002 Free Software Foundation, Inc.
>     (...)
>
>     This GDB was configured as "i586-mandrake-linux-gnu"...
>     (gdb) run
>
>     When gambas segfaults, gdb will stop. Then, type the "bt" command and
>     send me the result.
>
>     (gdb) bt
>
>     Here is what happens:
>    ===================
>     [par at ...35... gambas]$ gbc -ag
>     Compiling /home/par/gambas-0.39/app/gambas/FWelcome.class...
>     Compiling /home/par/gambas-0.39/app/gambas/CConfig.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FNewClass.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FExplorer.class...
>     Compiling /home/par/gambas-0.39/app/gambas/Project.module...
>     Compiling /home/par/gambas-0.39/app/gambas/FMain.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FText.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FTest.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FTool.class...
>     Compiling /home/par/gambas-0.39/app/gambas/CMenu.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FSave.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FProperty.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FDebug.class...
>     Compiling /home/par/gambas-0.39/app/gambas/CCoolButton.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FList.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FMenu.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FFind.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FTips.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FOption.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FProject.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FNewForm.class...
>     Compiling /home/par/gambas-0.39/app/gambas/FAbout.class...
>     Segmentation fault
>     [par at ...35... gambas]$
>

Hi, Lazlo.

You are a lucky guy :-) It seems that you have found a bug in the compiler. 
Could you do the following and give me the result :

$ cd /home/par/gambas-0.39/app/gambas
$ gdb gbc
GNU gdb 5.2.xxx
Copyright 2002 Free Software Foundation, Inc.
(...)
(gdb) set args -ag
(gdb) run
... segfault !
(gdb) bt
...

Thanks in advance,

-- 
Benoît Minisini
mailto:gambas at ...1...






More information about the User mailing list