1
|
$ gdb
|
2
|
GNU gdb (GDB) 7.1-ubuntu
|
3
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
4
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
5
|
This is free software: you are free to change and redistribute it.
|
6
|
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
7
|
and "show warranty" for details.
|
8
|
This GDB was configured as "x86_64-linux-gnu".
|
9
|
For bug reporting instructions, please see:
|
10
|
<http://www.gnu.org/software/gdb/bugs/>.
|
11
|
(gdb) file /usr/bin/python
|
12
|
Reading symbols from /usr/bin/python...(no debugging symbols found)...done.
|
13
|
(gdb) run qgis_crash.py
|
14
|
Starting program: /usr/bin/python qgis_crash.py
|
15
|
[Thread debugging using libthread_db enabled]
|
16
|
Data source is invalid
|
17
|
|
18
|
[New Thread 0x7fffe2f0f710 (LWP 14764)]
|
19
|
[Thread 0x7fffe2f0f710 (LWP 14764) exited]
|
20
|
|
21
|
Program received signal SIGSEGV, Segmentation fault.
|
22
|
0x00007ffff505294d in QApplication::d_func (this=0xbd02e0) at ../../include/QtGui/../../src/gui/kernel/qapplication.h:376
|
23
|
376 ../../include/QtGui/../../src/gui/kernel/qapplication.h: Nessun file o directory.
|
24
|
in ../../include/QtGui/../../src/gui/kernel/qapplication.h
|
25
|
(gdb)
|
26
|
(gdb) bt
|
27
|
#0 0x00007ffff505294d in QApplication::d_func (this=0xbd02e0) at ../../include/QtGui/../../src/gui/kernel/qapplication.h:376
|
28
|
#1 QGraphicsScenePrivate::init (this=0xbd02e0) at graphicsview/qgraphicsscene.cpp:335
|
29
|
#2 0x00007ffff5052ad3 in QGraphicsScene (this=0xb71c10, parent=0x0) at graphicsview/qgraphicsscene.cpp:1559
|
30
|
#3 0x00007ffff5dc518b in QgsComposition::QgsComposition(QgsMapRenderer*) () from /usr/lib/libqgis_core.so.1.6.0
|
31
|
#4 0x00007ffff6738899 in sipQgsComposition::sipQgsComposition(QgsMapRenderer*) () from /usr/lib/python2.6/dist-packages/qgis/core.so
|
32
|
#5 0x00007ffff673897a in ?? () from /usr/lib/python2.6/dist-packages/qgis/core.so
|
33
|
#6 0x00007fffe902f24a in ?? () from /usr/lib/pymodules/python2.6/sip.so
|
34
|
#7 0x000000000046f47f in ?? ()
|
35
|
#8 0x000000000041f0c7 in PyObject_Call ()
|
36
|
#9 0x00000000004a7378 in PyEval_EvalFrameEx ()
|
37
|
#10 0x00000000004a9671 in PyEval_EvalCodeEx ()
|
38
|
#11 0x00000000004a9742 in PyEval_EvalCode ()
|
39
|
#12 0x00000000004c9a0e in PyRun_FileExFlags ()
|
40
|
#13 0x00000000004c9c24 in PyRun_SimpleFileExFlags ()
|
41
|
#14 0x000000000041a7ff in Py_Main ()
|
42
|
#15 0x00007ffff69d8c4d in __libc_start_main (main=<value optimized out>, argc=<value optimized out>, ubp_av=<value optimized out>, init=<value optimized out>, fini=<value optimized out>,
|
43
|
rtld_fini=<value optimized out>, stack_end=0x7fffffffe2a8) at libc-start.c:226
|
44
|
#16 0x00000000004199f9 in _start ()
|
45
|
(gdb)
|