Re: [Gambas-user] Segmentation fault (core dumped)
Brought to you by:
gambas
From: Dr.Diesel <dr....@gm...> - 2010-02-27 17:46:59
|
Fabien Bodard-4 wrote: > > no you are not in the good path ! > > > cd /home/george/trunk/app/src/gambas3 > gdb gbx3 > >>set args -p >>run > > ..... segfault > >>bt > > return the output > Mmmmmm, that didn't catch the crash? Notice at the bottom I run gambas3, thanks for the help! [george@george gambas3]$ gdb gbx3 GNU gdb (GDB) Fedora (7.0.1-32.fc12) Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/local/bin/gbx3...done. (gdb) set args -p (gdb) run Starting program: /usr/local/bin/gbx3 -p [Thread debugging using libthread_db enabled] warning: "/usr/lib/debug/usr/lib64/libQt3Support.so.4.6.2.debug": separate debug info file has no debug info warning: "/usr/lib/debug/usr/lib64/libQtWebKit.so.4.6.2.debug": separate debug info file has no debug info ERROR: #2: Cannot load class 'Project': Unable to load class file Program exited with code 01. (gdb) quit [george@george gambas3]$ gambas3 Segmentation fault (core dumped) [george@george gambas3]$ -- View this message in context: http://old.nabble.com/Segmentation-fault-%28core-dumped%29-tp27728610p27729626.html Sent from the gambas-user mailing list archive at Nabble.com. |