trinity-users@lists.pearsoncomputing.net

Message: previous - next
Month: September 2015

Crash on shutdown

From: midi-pascal <midi-pascal@...>
Date: Sat, 26 Sep 2015 07:37:47 -0400
Hi,

Since a fresh installation of TDE R14.0.1 on Ubuntu 14.04 x86_64 on a 
new computer from the live TDE iso, TDE crashes during the shutdown.
This happens from the beginning i.e. before I installed anything more 
than the initial install.

I saved the back trace from the TDE CrashHandler so here it is:

passprompt
Qt4TDEStyle: No such file or directory.
[New LWP 2281]
[New LWP 2280]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
81    ../sysdeps/unix/syscall-template.S: No such file or directory.
Traceback (most recent call last):
   File 
"/usr/share/gdb/auto-load/usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.19-gdb.py", 
line 63, in <module>
     from libstdcxx.v6.printers import register_libstdcxx_printers
ImportError: No module named 'libstdcxx'

==== (gdb) bt ====
[TDECrash handler]
#5  0x00000000005b763d in ?? ()
#6  0x00000000005b79b7 in PyErr_WarnEx ()
#7  0x00007fc71dfe3917 in ?? () from 
/usr/lib/python2.7/dist-packages/gobject/_gobject.so
#8  0x00007fc71e912ae1 in g_logv () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#9  0x00007fc71e912d72 in g_log () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#10 0x00007fc7172fd394 in QEventDispatcherGlib::~QEventDispatcherGlib 
(this=0x1d54810, __in_chrg=<optimized out>) at 
kernel/qeventdispatcher_glib.cpp:408
#11 0x00007fc715603769 in 
QGuiEventDispatcherGlib::~QGuiEventDispatcherGlib (this=0x1d54810, 
__in_chrg=<optimized out>) at kernel/qguieventdispatcher_glib.cpp:197
#12 0x00007fc7172e6168 in QObjectPrivate::deleteChildren 
(this=this@entry=0x16d35a0) at kernel/qobject.cpp:1907
#13 0x00007fc7172e86ff in QObject::~QObject (this=0x1768980, 
__in_chrg=<optimized out>) at kernel/qobject.cpp:926
#14 0x00007fc715562e49 in QApplication::~QApplication (this=0x1768980, 
__in_chrg=<optimized out>) at kernel/qapplication.cpp:1103
#15 0x00007fc7165453a9 in ?? () from 
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#16 0x00007fc716572372 in ?? () from 
/usr/lib/python2.7/dist-packages/PyQt4/QtGui.so
#17 0x00007fc716a1ea26 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#18 0x00007fc716a1fd09 in ?? () from /usr/lib/python2.7/dist-packages/sip.so
#19 0x00000000004f7148 in ?? ()
#20 0x000000000055bb93 in ?? ()
#21 0x0000000000499f0b in PyEval_EvalFrameEx ()
#22 0x00000000004a1634 in ?? ()
#23 0x000000000044e4a5 in PyRun_FileExFlags ()
#24 0x000000000044ec9f in PyRun_SimpleFileExFlags ()
#25 0x000000000044f904 in Py_Main ()
#26 0x00007fc71fe13ec5 in __libc_start_main (main=0x44f9c2 <main>, 
argc=3, argv=0x7ffeb1be0158, init=<optimized out>, fini=<optimized out>, 
rtld_fini=<optimized out>, stack_end=0x7ffeb1be0148) at libc-start.c:287
#27 0x0000000000578c4e in _start ()

More of this trace is available if needed.
Any help on this is welcome!

midi-pascal