Ubuntu Pastebin

Paste from popey at Fri, 6 Mar 2015 17:23:39 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
(gdb) cont
Continuing.
[Thread 0xa58b8450 (LWP 11518) exited]
[New Thread 0xa84ff450 (LWP 11559)]

Program received signal SIGSEGV, Segmentation fault.
findNode (akey=<optimized out>, this=0xe8c808) at /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmap.h:287
287     /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmap.h: No such file or directory.
(gdb) bt full
#0  findNode (akey=<optimized out>, this=0xe8c808) at /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmap.h:287
        lb = <optimized out>
        r = 0x19205c0
#1  remove (akey=<optimized out>, this=0xe3fde4) at /usr/include/arm-linux-gnueabihf/qt5/QtCore/qmap.h:894
No locals.
#2  RequestData::deleteLater (this=0xd38d50)
    at /build/buildd/qtorganizer5-eds-0.1.1+15.04.20150227/organizer/qorganizer-eds-requestdata.cpp:129
No locals.
#3  0xb0085cb2 in ?? () from /usr/lib/libecal-1.2.so.16
No symbol table info available.
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Download as text