Hi there,

I have just built qt and qt-creator from git.
Build was successful.

As soon as I want to open a file / project using ctrl+o or the menu entry 
"open" creator crashes with the following message:

terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

I have attached the output of gdb where I just ran the program and then did a 
bt to get the backtrace.

Is this a known issue?

Regards,
Markus
u...@host:~/Dokumente/dev/git/qt-creator/bin> gdb ./qtcreator.bin 
GNU gdb 6.8
Copyright (C) 2008 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 "i586-suse-linux"...
(gdb) run
Starting program: /home/DE/user/Dokumente/dev/git/qt-creator/bin/qtcreator.bin 
[Thread debugging using libthread_db enabled]
[New Thread 0xb69b4ad0 (LWP 8983)]
[New Thread 0xb5c6fb90 (LWP 8986)]
[Thread 0xb5c6fb90 (LWP 8986) exited]
[New Thread 0xb5c6fb90 (LWP 8987)]
ModelManager::loadQmlPluginTypes: qmldump executable does not exist at 
"/home/DE/user/Dokumente/dev/git/qt-creator/bin/qmldump" 
[New Thread 0xb1effb90 (LWP 8994)]
[New Thread 0xb1615b90 (LWP 8995)]
[New Thread 0xb0dccb90 (LWP 8997)]
[New Thread 0xb05cbb90 (LWP 8998)]
[New Thread 0xafbffb90 (LWP 8999)]
[New Thread 0xaf3feb90 (LWP 9000)]
[Thread 0xaf3feb90 (LWP 9000) exited]
[Thread 0xafbffb90 (LWP 8999) exited]
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc

Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb69b4ad0 (LWP 8983)]
0xb7f18424 in __kernel_vsyscall ()
(gdb) bt
#0  0xb7f18424 in __kernel_vsyscall ()
#1  0xb6d91900 in raise () from /lib/libc.so.6
#2  0xb6d93238 in abort () from /lib/libc.so.6
#3  0xb6f9b728 in __gnu_cxx::__verbose_terminate_handler () from 
/usr/lib/libstdc++.so.6
#4  0xb6f99055 in ?? () from /usr/lib/libstdc++.so.6
#5  0xb6f99092 in std::terminate () from /usr/lib/libstdc++.so.6
#6  0xb6f9914b in __cxa_rethrow () from /usr/lib/libstdc++.so.6
#7  0xb7182042 in QCoreApplication::notifyInternal (this=0xbff11ad4, 
receiver=0xa2b20e8, event=0xbff1109c) at kernel/qcoreapplication.cpp:735
#8  0xb7563ace in qt_sendSpontaneousEvent (receiver=0xa2b20e8, event=0x6) at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#9  0xb761e010 in QKeyMapper::sendKeyEvent (keyWidget=0xa2b20e8, grab=false, 
type=QEvent::KeyPress, code=79, modifiers={i = -1074719916}, te...@0xbff11378, 
autorepeat=<value optimized out>, count=<value optimized out>, 
    nativeScanCode=32, nativeVirtualKey=111, nativeModifiers=4) at 
kernel/qkeymapper_x11.cpp:1876
#10 0xb76201aa in QKeyMapperPrivate::translateKeyEvent (this=0x9d540a0, 
keyWidget=0xa2b20e8, event=0xbff1174c, grab=false) at 
kernel/qkeymapper_x11.cpp:1846
#11 0xb75f5aa9 in QApplication::x11ProcessEvent (this=0xbff11ad4, 
event=0xbff1174c) at kernel/qapplication_x11.cpp:3429
#12 0xb762377a in x11EventSourceDispatch (s=0x9d20f90, callback=0, 
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#13 0xb6cd72f9 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#14 0xb6cda87b in ?? () from /usr/lib/libglib-2.0.so.0
#15 0xb6cda9f8 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#16 0xb71b14c1 in QEventDispatcherGlib::processEvents (this=0x9d1e0a0, flags={i 
= -1074718456}) at kernel/qeventdispatcher_glib.cpp:412
#17 0xb7623015 in QGuiEventDispatcherGlib::processEvents (this=0x9d1e0a0, 
flags={i = -1074718408}) at kernel/qguieventdispatcher_glib.cpp:204
#18 0xb7180aca in QEventLoop::processEvents (this=0xbff119b0, flags={i = 
-1074718344}) at kernel/qeventloop.cpp:149
#19 0xb7180f12 in QEventLoop::exec (this=0xbff119b0, flags={i = -1074718280}) 
at kernel/qeventloop.cpp:201
#20 0xb71850e9 in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1009
#21 0xb7562d17 in QApplication::exec () at kernel/qapplication.cpp:3665
#22 0x0805183e in main ()
(gdb) 
_______________________________________________
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to