It is notable that when using gdb to run the program it didn't die but
froze instead
Version:
----------
apt-cache showpkg treeline
Package: treeline
Versions:
1.0.0b-1
(/var/lib/apt/lists/cy.archive.ubuntu.com_ubuntu_dists_feisty_universe_binary-i386_Packages)
(/var/lib/dpkg/status)
Description Language:
File:
/var/lib/apt/lists/cy.archive.ubuntu.com_ubuntu_dists_feisty_universe_binary-i386_Packages
MD5: 7b8f855e2adc1a7a10908f8ef7d85ce3
Reverse Depends:
Dependencies:
1.0.0b-1 - python (2 2.3) python-support (2 0.2) python-qt3 (0 (null)) aspell
(16 (null)) ispell (0 (null))
Provides:
1.0.0b-1 -
Reverse Provides:
Backtrace:
-------------
cat gdb-treeline.py.txt
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) handle SIG33 pass nostop noprint
Signal Stop Print Pass to program Description
SIG33 No No Yes Real-time event 33
(gdb) set pagination 0
(gdb) run /usr/share/treeline/treeline.py
Starting program: /usr/bin/python /usr/share/treeline/treeline.py
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1210648368 (LWP 21592)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Qt: gdb: -nograb added to command-line options.
Use the -dograb option to enforce grabbing.
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 167
Major opcode: 145
Minor opcode: 3
Resource id: 0x0
Failed to open device
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1210648368 (LWP 21592)]
0xb77f514c in QWidget::clearWState () from
/usr/lib/python2.5/site-packages/qt.so
(gdb) backtrace full
#0 0xb77f514c in QWidget::clearWState () from
/usr/lib/python2.5/site-packages/qt.so
No symbol table info available.
#1 0xb70fe704 in QAlphaWidget::render () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#2 0xb70fe8b9 in QAlphaWidget::qt_invoke () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#3 0xb6f8088b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#4 0xb6f81330 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#5 0xb730eba6 in QTimer::timeout () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#6 0xb6fa8596 in QTimer::event () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#7 0xb6f17a60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#8 0xb6f1988f in QApplication::notify () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#9 0xb7a99e61 in sipQApplication::notify () from
/usr/lib/python2.5/site-packages/qt.so
No symbol table info available.
#10 0xb7b31e31 in QApplication::sendEvent () from
/usr/lib/python2.5/site-packages/qt.so
No symbol table info available.
#11 0xb6f0a4ab in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#12 0xb6ebed25 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#13 0xb6f32136 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#14 0xb6f19587 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#15 0xb70a7dc9 in QPopupMenu::exec () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#16 0xb705df41 in QLineEdit::contextMenuEvent () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#17 0xb7890b8a in sipQLineEdit::contextMenuEvent () from
/usr/lib/python2.5/site-packages/qt.so
No symbol table info available.
#18 0xb6fb7afe in QWidget::event () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#19 0xb7061b4b in QLineEdit::event () from /usr/lib/libqt-mt.so.3
No symbol table info available.
#20 0xb786e2fc in sipQLineEdit::sipProtectVirt_event () from
/usr/lib/python2.5/site-packages/qt.so
No symbol table info available.
#21 0xb786e3d8 in ?? () from /usr/lib/python2.5/site-packages/qt.so
No symbol table info available.
#22 0x080c8a7c in PyEval_EvalFrameEx ()
No symbol table info available.
#23 0x080c9ca5 in PyEval_EvalCodeEx ()
No symbol table info available.
#24 0x08111f21 in ?? ()
No symbol table info available.
#25 0xb6470c38 in ?? ()
No symbol table info available.
#26 0xb645e57c in ?? ()
No symbol table info available.
#27 0x00000000 in ?? ()
No symbol table info available.
(gdb) info registers
eax 0x0 0
ecx 0x0 0
edx 0x1ad 429
ebx 0xb7448ab0 -1220244816
esp 0xbfb74e68 0xbfb74e68
ebp 0xbfb74e68 0xbfb74e68
esi 0xb70fe882 -1223694206
edi 0x8 8
eip 0xb77f514c 0xb77f514c <QWidget::clearWState(unsigned
int)+6>
eflags 0x10282 [ SF IF RF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
(gdb) thread apply all backtrace
Thread 1 (Thread -1210648368 (LWP 21592)):
#0 0xb77f514c in QWidget::clearWState () from
/usr/lib/python2.5/site-packages/qt.so
#1 0xb70fe704 in QAlphaWidget::render () from /usr/lib/libqt-mt.so.3
#2 0xb70fe8b9 in QAlphaWidget::qt_invoke () from /usr/lib/libqt-mt.so.3
#3 0xb6f8088b in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#4 0xb6f81330 in QObject::activate_signal () from /usr/lib/libqt-mt.so.3
#5 0xb730eba6 in QTimer::timeout () from /usr/lib/libqt-mt.so.3
#6 0xb6fa8596 in QTimer::event () from /usr/lib/libqt-mt.so.3
#7 0xb6f17a60 in QApplication::internalNotify () from /usr/lib/libqt-mt.so.3
#8 0xb6f1988f in QApplication::notify () from /usr/lib/libqt-mt.so.3
#9 0xb7a99e61 in sipQApplication::notify () from
/usr/lib/python2.5/site-packages/qt.so
#10 0xb7b31e31 in QApplication::sendEvent () from
/usr/lib/python2.5/site-packages/qt.so
#11 0xb6f0a4ab in QEventLoop::activateTimers () from /usr/lib/libqt-mt.so.3
#12 0xb6ebed25 in QEventLoop::processEvents () from /usr/lib/libqt-mt.so.3
#13 0xb6f32136 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#14 0xb6f19587 in QApplication::enter_loop () from /usr/lib/libqt-mt.so.3
#15 0xb70a7dc9 in QPopupMenu::exec () from /usr/lib/libqt-mt.so.3
#16 0xb705df41 in QLineEdit::contextMenuEvent () from /usr/lib/libqt-mt.so.3
#17 0xb7890b8a in sipQLineEdit::contextMenuEvent () from
/usr/lib/python2.5/site-packages/qt.so
#18 0xb6fb7afe in QWidget::event () from /usr/lib/libqt-mt.so.3
#19 0xb7061b4b in QLineEdit::event () from /usr/lib/libqt-mt.so.3
#20 0xb786e2fc in sipQLineEdit::sipProtectVirt_event () from
/usr/lib/python2.5/site-packages/qt.so
#21 0xb786e3d8 in ?? () from /usr/lib/python2.5/site-packages/qt.so
#22 0x080c8a7c in PyEval_EvalFrameEx ()
#23 0x080c9ca5 in PyEval_EvalCodeEx ()
#24 0x08111f21 in ?? ()
#25 0xb6470c38 in ?? ()
#26 0xb645e57c in ?? ()
#27 0x00000000 in ?? ()
(gdb) quit
The program is running. Exit anyway? (y or n)
--
It dies when you right click
https://bugs.launchpad.net/bugs/119799
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs