1
|
GNU gdb (GDB) 7.1-ubuntu
|
2
|
Copyright (C) 2010 Free Software Foundation, Inc.
|
3
|
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
|
4
|
This is free software: you are free to change and redistribute it.
|
5
|
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
|
6
|
and "show warranty" for details.
|
7
|
This GDB was configured as "x86_64-linux-gnu".
|
8
|
For bug reporting instructions, please see:
|
9
|
<http://www.gnu.org/software/gdb/bugs/>...
|
10
|
Reading symbols from /usr/games/ryzom_client...Reading symbols from /usr/lib/debug/usr/games/ryzom_client...done.
|
11
|
done.
|
12
|
(gdb) run
|
13
|
Starting program: /usr/games/ryzom_client
|
14
|
[Thread debugging using libthread_db enabled]
|
15
|
[New Thread 0x7ffff077f700 (LWP 6288)]
|
16
|
[New Thread 0x7fffe7bff700 (LWP 6289)]
|
17
|
[Thread 0x7fffe7bff700 (LWP 6289) exited]
|
18
|
[Thread 0x7ffff077f700 (LWP 6288) exited]
|
19
|
|
20
|
Program exited normally.
|
21
|
(gdb) run
|
22
|
Starting program: /usr/games/ryzom_client
|
23
|
[Thread debugging using libthread_db enabled]
|
24
|
[New Thread 0x7ffff077f700 (LWP 6309)]
|
25
|
[New Thread 0x7fffebc09700 (LWP 6310)]
|
26
|
terminate called after throwing an instance of 'char const*'
|
27
|
[New Thread 0x7fffe8fd3700 (LWP 6737)]
|
28
|
[New Thread 0x7fffe47d1700 (LWP 6739)]
|
29
|
[New Thread 0x7fffe3fd0700 (LWP 6740)]
|
30
|
|
31
|
Program received signal SIGABRT, Aborted.
|
32
|
0x00007ffff43f7a75 in raise () from /lib/libc.so.6
|
33
|
(gdb) thre[K[K[K[Kthread apply all bt
|
34
|
|
35
|
Thread 6 (Thread 0x7fffe3fd0700 (LWP 6740)):
|
36
|
#0 0x00007ffff44a2ff3 in select () from /lib/libc.so.6
|
37
|
#1 0x00007ffff77c22f8 in NLNET::CSock::dataAvailable() ()
|
38
|
from /usr/lib/libnelnet.so.0
|
39
|
#2 0x00007ffff77c8ca5 in NLNET::CClientReceiveTask::run() ()
|
40
|
from /usr/lib/libnelnet.so.0
|
41
|
#3 0x00007ffff7b1c485 in ?? () from /usr/lib/libnelmisc.so.0
|
42
|
#4 0x00007ffff41ad9ca in start_thread () from /lib/libpthread.so.0
|
43
|
#5 0x00007ffff44aa70d in clone () from /lib/libc.so.6
|
44
|
#6 0x0000000000000000 in ?? ()
|
45
|
|
46
|
Thread 5 (Thread 0x7fffe47d1700 (LWP 6739)):
|
47
|
#0 0x00007ffff446e39d in nanosleep () from /lib/libc.so.6
|
48
|
#1 0x00007ffff7b31e87 in NLMISC::nlSleep(unsigned int) ()
|
49
|
from /usr/lib/libnelmisc.so.0
|
50
|
#2 0x00000000006f853a in CSessionBrowser::run (this=0xf14c710)
|
51
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/session_browser.cpp:249
|
52
|
#3 0x00007ffff7b1c485 in ?? () from /usr/lib/libnelmisc.so.0
|
53
|
#4 0x00007ffff41ad9ca in start_thread () from /lib/libpthread.so.0
|
54
|
#5 0x00007ffff44aa70d in clone () from /lib/libc.so.6
|
55
|
#6 0x0000000000000000 in ?? ()
|
56
|
|
57
|
Thread 4 (Thread 0x7fffe8fd3700 (LWP 6737)):
|
58
|
#0 0x00007ffff449df93 in poll () from /lib/libc.so.6
|
59
|
#1 0x00007fffeab7c41f in ?? () from /usr/lib/libpulse.so.0
|
60
|
#2 0x00007fffeab6bd86 in pa_mainloop_poll () from /usr/lib/libpulse.so.0
|
61
|
#3 0x00007fffeab6d809 in pa_mainloop_iterate () from /usr/lib/libpulse.so.0
|
62
|
#4 0x00007fffeab6d8c0 in pa_mainloop_run () from /usr/lib/libpulse.so.0
|
63
|
#5 0x00007fffeab7c21b in ?? () from /usr/lib/libpulse.so.0
|
64
|
#6 0x00007fffea3100e8 in ?? () from /usr/lib/libpulsecommon-0.9.21.so
|
65
|
#7 0x00007ffff41ad9ca in start_thread () from /lib/libpthread.so.0
|
66
|
#8 0x00007ffff44aa70d in clone () from /lib/libc.so.6
|
67
|
#9 0x0000000000000000 in ?? ()
|
68
|
|
69
|
Thread 3 (Thread 0x7fffebc09700 (LWP 6310)):
|
70
|
#0 0x00007ffff446e39d in nanosleep () from /lib/libc.so.6
|
71
|
#1 0x00007ffff44a3844 in usleep () from /lib/libc.so.6
|
72
|
#2 0x00007ffff7b34523 in NLMISC::CCoTask::yield() ()
|
73
|
from /usr/lib/libnelmisc.so.0
|
74
|
#3 0x000000000089297e in CLoginStateMachine::waitEvent (this=0x129fbc0)
|
75
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/far_tp.cpp:202
|
76
|
#4 0x0000000000897726 in CLoginStateMachine::run (this=0x129fbc0)
|
77
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/far_tp.cpp:503
|
78
|
#5 0x00007ffff7b34a47 in NLMISC::TCoTaskData::run() ()
|
79
|
from /usr/lib/libnelmisc.so.0
|
80
|
#6 0x00007ffff7b1c485 in ?? () from /usr/lib/libnelmisc.so.0
|
81
|
#7 0x00007ffff41ad9ca in start_thread () from /lib/libpthread.so.0
|
82
|
#8 0x00007ffff44aa70d in clone () from /lib/libc.so.6
|
83
|
#9 0x0000000000000000 in ?? ()
|
84
|
|
85
|
Thread 2 (Thread 0x7ffff077f700 (LWP 6309)):
|
86
|
#0 0x00007ffff446e39d in nanosleep () from /lib/libc.so.6
|
87
|
#1 0x00007ffff7b31e87 in NLMISC::nlSleep(unsigned int) ()
|
88
|
from /usr/lib/libnelmisc.so.0
|
89
|
#2 0x00000000006d5aee in CLoginProgressTask::run() ()
|
90
|
#3 0x00007ffff7b1c485 in ?? () from /usr/lib/libnelmisc.so.0
|
91
|
#4 0x00007ffff41ad9ca in start_thread () from /lib/libpthread.so.0
|
92
|
#5 0x00007ffff44aa70d in clone () from /lib/libc.so.6
|
93
|
#6 0x0000000000000000 in ?? ()
|
94
|
|
95
|
Thread 1 (Thread 0x7ffff7fc0740 (LWP 6308)):
|
96
|
#0 0x00007ffff43f7a75 in raise () from /lib/libc.so.6
|
97
|
#1 0x00007ffff43fb5c0 in abort () from /lib/libc.so.6
|
98
|
#2 0x00007ffff4cad8e5 in __gnu_cxx::__verbose_terminate_handler() ()
|
99
|
from /usr/lib/libstdc++.so.6
|
100
|
#3 0x00007ffff4cabd16 in ?? () from /usr/lib/libstdc++.so.6
|
101
|
#4 0x00007ffff4cabd43 in std::terminate() () from /usr/lib/libstdc++.so.6
|
102
|
#5 0x00007ffff4cabe3e in __cxa_throw () from /usr/lib/libstdc++.so.6
|
103
|
#6 0x00000000008957ca in CFarTP::requestFarTPToSession (this=0x1307600,
|
104
|
sessionId=..., charSlot=<value optimized out>,
|
105
|
joinMode=CFarTP::JoinSession,
|
106
|
bailOutIfSessionVanished=<value optimized out>)
|
107
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/far_tp.cpp:760
|
108
|
#7 0x00000000007fc665 in impulseFarTP (impulse=...)
|
109
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/net_manager.cpp:321
|
110
|
#8 0x00007ffff5f3c594 in CGenericXmlMsgHeaderManager::execute (
|
111
|
this=<value optimized out>, strm=...)
|
112
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/common/src/game_share/generic_xml_msg_mngr.cpp:141
|
113
|
#9 0x0000000000872ba5 in CNetworkConnection::genericAction (this=0x12a4a00,
|
114
|
msgin=<value optimized out>)
|
115
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/network_connection.cpp:3011
|
116
|
#10 CNetworkConnection::receiveNormalMessage (this=0x12a4a00,
|
117
|
msgin=<value optimized out>)
|
118
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/network_connection.cpp:1439
|
119
|
#11 0x00000000008746cb in CNetworkConnection::stateConnected (this=0x12a4a00)
|
120
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/network_connection.cpp:2186
|
121
|
#12 0x00000000008773e0 in CNetworkConnection::update (this=0x12a4a00)
|
122
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/network_connection.cpp:812
|
123
|
#13 0x00000000008062fe in CNetManager::update (this=0x12a4a00)
|
124
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/net_manager.cpp:3779
|
125
|
#14 0x0000000000806f08 in CNetManager::send (this=0x12a4a00, gameCycle=6308)
|
126
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/net_manager.cpp:3964
|
127
|
#15 0x00000000007bf606 in globalMenu ()
|
128
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/connection.cpp:1039
|
129
|
#16 0x00000000007c1aa7 in connection (cookie=..., fsaddr=...)
|
130
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/connection.cpp:451
|
131
|
#17 0x00000000007153b5 in main (argc=<value optimized out>,
|
132
|
argv=<value optimized out>)
|
133
|
at /build/buildd/ryzom-core-0.8.1847~lucid1/ryzom/client/src/client.cpp:602
|
134
|
(gdb) quit
|
135
|
A debugging session is active.
|
136
|
|
137
|
Inferior 1 [process 6308] will be killed.
|
138
|
|
139
|
Quit anyway? (y or n)
|