[Gambas-user] Issue 188 in gambas: Creating a new directory in the data project data causes a seg. fault

gambas at ...2524... gambas at ...2524...
Thu Jan 26 22:43:37 CET 2012


Comment #4 on issue 188 by zachsmit... at ...626...: Creating a new directory  
in the data project data causes a seg. fault
http://code.google.com/p/gambas/issues/detail?id=188

Here it is.

GNU gdb (GDB) 7.3.1
Copyright (C) 2011 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-unknown-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gbx3...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/gbx3
[Thread debugging using libthread_db enabled]
gb.qt4: warning: unable to load Qt translation: en_US.UTF-8
[New Thread 0x7fffe04a2700 (LWP 12128)]
[New Thread 0x7fffdfb89700 (LWP 12129)]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff4f701ce in  
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
    from /usr/lib/libQtCore.so.4
(gdb) bt
#0  0x00007ffff4f701ce in  
QCoreApplicationPrivate::sendThroughObjectEventFilters(QObject*, QEvent*) ()
    from /usr/lib/libQtCore.so.4
Cannot access memory at address 0x7fffffffcc48


Attachments:
	valgrind.out  59.9 KB





More information about the User mailing list