[Gambas-user] Gambas problems with Mandrake 9.0 and Red Hat 8.0

Benoît Minisini gambas at ...1...
Mon Mar 10 14:58:03 CET 2003


Le Samedi 8 Mars 2003 19:15, Lorenzo Morselli a écrit :
> I just discovered that the segmentation fault of Gambas editor on my
> mandrake 9 and R.H.8.0a was due to Nvidia accelerated drivers
> v.1.0-4191.
>
> I installed an older version (0.9-769) and now it works.
>
> Here is the debugger output:
>
> Starting program: /opt/gambas/bin/gbx
> Preloading gb.qt
> Preloading gb.qt.editor
> Preloading gb.qt.ext
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6
> (gdb) bt
> #0  0x40a1fff7 in _XRead () from /usr/X11R6/lib/libX11.so.6
> #1  0x40a11c0b in XOpenDisplay () from /usr/X11R6/lib/libX11.so.6
> #2  0x4038ec36 in qt_init_internal(int*, char**, _XDisplay*, unsigned
> long, uns
> #3  0x4038f99e in qt_init(int*, char**, QApplication::Type) ()
>    from /usr/lib/qt3/lib/libqt-mt.so.3
> #4  0x403f614b in QApplication::QApplication(int&, char**) ()
>    from /usr/lib/qt3/lib/libqt-mt.so.3
> #5  0x401c7d73 in my_main (argc=0xbffff710, argv=0xbffff764) at
> main.cpp:199
> #6  0x08067c11 in main (argc=1, argv=0xbffff764) at gbx.c:215
> #7  0x40062082 in __libc_start_main () from /lib/i686/libc.so.6
> (gdb)
>
>
>
> Also, i had to make this link to compile Gambas on red hat:
>
> ln -s /usr/include/pgsql/server/catalog/pg_type.h
> /usr/include/pgsql/server/
>
> I hope this will be useful.

Thank you Lorenzo,

I will try to correct the ./configure script so that it detect correctly 
postgresql paths on redhat.

As for the NVidia driver problem, I have no solution. It may be a bug that 
prevents their driver to be loaded at runtime, as gambas does.

Regards,

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




More information about the User mailing list