1
|
(gdb) bt
|
2
|
#0 0x00007facb9bf1afe in ?? () from /lib/libc.so.6
|
3
|
#1 0x00007facb9b7dab7 in ?? () from /lib/libc.so.6
|
4
|
#2 0x00007facb9b7d9b5 in ftello64 () from /lib/libc.so.6
|
5
|
#3 0x00007facbb25d6c8 in QFile::open(_IO_FILE*, QFlags<QIODevice::OpenModeFlag>) ()
|
6
|
from /usr/lib/libQtCore.so.4
|
7
|
#4 0x00007facbb275ac3 in QTextStream::QTextStream(_IO_FILE*, QFlags<QIODevice::OpenModeFlag>)
|
8
|
() from /usr/lib/libQtCore.so.4
|
9
|
#5 0x0000000000592e67 in Logger::log (this=0x7fffe2b07fe0)
|
10
|
at /home/zeroedout/kode54s-quassel/src/common/logger.cpp:49
|
11
|
#6 0x00000000005933fe in ~Logger (this=0x7fffe2b07fe0, __in_chrg=<value optimized out>)
|
12
|
at /home/zeroedout/kode54s-quassel/src/common/logger.cpp:35
|
13
|
#7 0x0000000000480f54 in ~quInfo (this=0x27084e0)
|
14
|
at /home/zeroedout/kode54s-quassel/src/common/logger.h:56
|
15
|
#8 Core::incomingConnection (this=0x27084e0)
|
16
|
at /home/zeroedout/kode54s-quassel/src/core/core.cpp:480
|
17
|
#9 0x00000000004fd770 in Core::qt_metacall (this=0x27084e0, _c=QMetaObject::InvokeMetaMethod,
|
18
|
_id=-512, _a=0x7fffe2b08180) at /home/zeroedout/quassel_mysqlfix/src/core/moc_core.cxx:109
|
19
|
#10 0x00007facbb2d9b2a in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) ()
|
20
|
from /usr/lib/libQtCore.so.4
|
21
|
#11 0x00000000004fc499 in SslServer::incomingConnection (this=0x2708550, socketDescriptor=13)
|
22
|
at /home/zeroedout/kode54s-quassel/src/core/sslserver.cpp:65
|
23
|
#12 0x00007facbacc0908 in ?? () from /usr/lib/libQtNetwork.so.4
|
24
|
#13 0x00007facbacab3e1 in ?? () from /usr/lib/libQtNetwork.so.4
|
25
|
#14 0x00007facbb2c6fcc in QCoreApplication::notifyInternal(QObject*, QEvent*) ()
|
26
|
from /usr/lib/libQtCore.so.4
|
27
|
#15 0x00007facbb2f11e7 in ?? () from /usr/lib/libQtCore.so.4
|
28
|
---Type <return> to continue, or q <return> to quit---
|
29
|
#16 0x00007facb92474a3 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
|
30
|
#17 0x00007facb9247c80 in ?? () from /lib/libglib-2.0.so.0
|
31
|
#18 0x00007facb9247f1d in g_main_context_iteration () from /lib/libglib-2.0.so.0
|
32
|
#19 0x00007facbb2f1acf in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
|
33
|
#20 0x00007facbb2c61d2 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) ()
|
34
|
from /usr/lib/libQtCore.so.4
|
35
|
#21 0x00007facbb2c63cf in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) ()
|
36
|
from /usr/lib/libQtCore.so.4
|
37
|
#22 0x00007facbb2ca577 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
|
38
|
#23 0x000000000047ef66 in main (argc=1, argv=0x7fffe2b08c08)
|
39
|
at /home/zeroedout/kode54s-quassel/src/common/main.cpp:139
|
40
|
(gdb)
|
41
|
|