gdb.log

gdb log - Johannes Kroeger, 2014-11-21 04:50 AM

Download (2 KB)

 
1
$ gdb qgis
2
GNU gdb (GDB) 7.8.1
3
Copyright (C) 2014 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-unknown-linux-gnu".
9
Type "show configuration" for configuration details.
10
For bug reporting instructions, please see:
11
<http://www.gnu.org/software/gdb/bugs/>.
12
Find the GDB manual and other documentation resources online at:
13
<http://www.gnu.org/software/gdb/documentation/>.
14
For help, type "help".
15
Type "apropos word" to search for commands related to "word"...
16
Reading symbols from qgis...done.
17
(gdb) run
18
Starting program: /usr/bin/qgis 
19
warning: Could not load shared library symbols for linux-vdso.so.1.
20
Do you need "set solib-search-path" or "set sysroot"?
21
[Thread debugging using libthread_db enabled]
22
Using host libthread_db library "/usr/lib/libthread_db.so.1".
23
Warning: loading of qgis translation failed [/usr/share/qgis/i18n//qgis_en_US]
24
Warning: loading of qt translation failed [/usr/share/qt4/translations/qt_en_US]
25
Warning: QGraphicsScene::addItem: item has already been added to this scene
26
[New Thread 0x7fffd7f3e700 (LWP 18638)]
27
[New Thread 0x7fff9763b700 (LWP 18639)]
28
[New Thread 0x7fff96906700 (LWP 18640)]
29
Warning: libpng warning: iCCP: known incorrect sRGB profile
30
Warning: libpng warning: iCCP: known incorrect sRGB profile
31
[New Thread 0x7fff78712700 (LWP 18649)]
32
[Thread 0x7fff78712700 (LWP 18649) exited]
33
[New Thread 0x7fff78712700 (LWP 18709)]
34
[New Thread 0x7fff77d19700 (LWP 18710)]
35
[Thread 0x7fff78712700 (LWP 18709) exited]
36
[Thread 0x7fff77d19700 (LWP 18710) exited]
37
[New Thread 0x7fff77d19700 (LWP 18711)]
38
[New Thread 0x7fff78712700 (LWP 18714)]
39

    
40
Program received signal SIGSEGV, Segmentation fault.
41
0x00007fffe7c7e230 in SpatialIndex::RTree::Node::RstarSplitEntry::compareHigh(void const*, void const*) () from /usr/lib/libspatialindex.so.4
42
(gdb)