Project

General

Profile

gdb3.txt

Brad House, 11/17/2014 09:40 AM

Download (16.8 KB)

 
1
gdb -ex "set pagination 0" -ex "thread apply all bt" --batch -p 24779
2
[Thread debugging using libthread_db enabled]
3
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
4
[New Thread 0x7fce10dff700 (LWP 24839)]
5
[New Thread 0x7fce117ff700 (LWP 24838)]
6
[New Thread 0x7fce109ff700 (LWP 24837)]
7
[New Thread 0x7fce923f8700 (LWP 24835)]
8
[New Thread 0x7fce92bf9700 (LWP 24834)]
9
[New Thread 0x7fce92cfa700 (LWP 24833)]
10
[New Thread 0x7fce92dfb700 (LWP 24830)]
11
[New Thread 0x7fce92efc700 (LWP 24829)]
12
[New Thread 0x7fce92ffd700 (LWP 24828)]
13
[New Thread 0x7fce937fe700 (LWP 24827)]
14
[New Thread 0x7fce93fff700 (LWP 24826)]
15
[New Thread 0x7fce981bf700 (LWP 24825)]
16
[New Thread 0x7fce982c0700 (LWP 24822)]
17
[New Thread 0x7fce98ac1700 (LWP 24821)]
18
[New Thread 0x7fce992c2700 (LWP 24820)]
19
[New Thread 0x7fce99ac3700 (LWP 24819)]
20
[New Thread 0x7fce9a2c4700 (LWP 24818)]
21
[New Thread 0x7fce9acd1700 (LWP 24817)]
22
[New Thread 0x7fce9bc37700 (LWP 24816)]
23

    
24
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff53eb2000
25
0x00007fcea4eaed5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
26

    
27
Thread 20 (Thread 0x7fce9bc37700 (LWP 24816)):
28
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
29
#1  0x00007fcea9c6a25b in ceph::log::Log::entry (this=0x7fcead4a70f0) at log/Log.cc:323
30
#2  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
31
#3  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
32
#4  0x0000000000000000 in ?? ()
33

    
34
Thread 19 (Thread 0x7fce9acd1700 (LWP 24817)):
35
#0  0x00007fcea4eac6bb in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
36
#1  0x00007fcea9a6ff72 in WaitUntil (when=..., mutex=..., this=0x7fcead4c1a38) at ./common/Cond.h:71
37
#2  WaitInterval (interval=..., mutex=..., cct=<optimized out>, this=0x7fcead4c1a38) at ./common/Cond.h:79
38
#3  CephContextServiceThread::entry (this=0x7fcead4c19c0) at common/ceph_context.cc:58
39
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
40
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
41
#6  0x0000000000000000 in ?? ()
42

    
43
Thread 18 (Thread 0x7fce9a2c4700 (LWP 24818)):
44
#0  0x00007fcea4eaed5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
45
#1  0x00007fcea4eaa3a9 in _L_lock_926 () from /lib/x86_64-linux-gnu/libpthread.so.0
46
#2  0x00007fcea4eaa1cb in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
47
#3  0x00007fcea9a353ab in Mutex::Lock (this=0x7fcead4aa150, no_lockdep=<optimized out>) at common/Mutex.cc:89
48
#4  0x00007fcea99b776e in Locker (m=..., this=0x7fce9a2c3880) at ./common/Mutex.h:120
49
#5  librados::RadosClient::ms_dispatch (this=0x7fcead4a9930, m=0x7fcdf8022d80) at librados/RadosClient.cc:352
50
#6  0x00007fcea9b54b3b in ms_deliver_dispatch (m=0x7fcdf8022d80, this=0x7fcead4c3610) at msg/Messenger.h:587
51
#7  DispatchQueue::entry (this=0x7fcead4c3708) at msg/DispatchQueue.cc:124
52
#8  0x00007fcea9bc037d in DispatchQueue::DispatchThread::entry (this=<optimized out>) at msg/DispatchQueue.h:104
53
#9  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
54
#10 0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
55
#11 0x0000000000000000 in ?? ()
56

    
57
Thread 17 (Thread 0x7fce99ac3700 (LWP 24819)):
58
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
59
#1  0x00007fcea9bbbba8 in Wait (mutex=..., this=0x7fcead4c3b58) at ./common/Cond.h:55
60
#2  SimpleMessenger::reaper_entry (this=0x7fcead4c3610) at msg/SimpleMessenger.cc:210
61
#3  0x00007fcea9bc0a9d in SimpleMessenger::ReaperThread::entry (this=<optimized out>) at msg/SimpleMessenger.h:225
62
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
63
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
64
#6  0x0000000000000000 in ?? ()
65

    
66
Thread 16 (Thread 0x7fce992c2700 (LWP 24820)):
67
#0  0x00007fcea4eac6bb in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
68
#1  0x00007fcea9a551b8 in WaitUntil (when=..., mutex=..., this=0x7fcead4a9d50) at common/Cond.h:71
69
#2  SafeTimer::timer_thread (this=0x7fcead4a9d40) at common/Timer.cc:114
70
#3  0x00007fcea9a560ed in SafeTimerThread::entry (this=<optimized out>) at common/Timer.cc:38
71
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
72
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
73
#6  0x0000000000000000 in ?? ()
74

    
75
Thread 15 (Thread 0x7fce98ac1700 (LWP 24821)):
76
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
77
#1  0x00007fcea9a56b42 in Wait (mutex=..., this=0x7fcead4a9e68) at ./common/Cond.h:55
78
#2  Finisher::finisher_thread_entry (this=0x7fcead4a9e08) at common/Finisher.cc:78
79
#3  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
80
#4  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
81
#5  0x0000000000000000 in ?? ()
82

    
83
Thread 14 (Thread 0x7fce982c0700 (LWP 24822)):
84
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
85
#1  0x00007fcea9bab81a in Wait (mutex=..., this=0x7fcead4c94a0) at ./common/Cond.h:55
86
#2  Pipe::writer (this=0x7fcead4c9290) at msg/Pipe.cc:1730
87
#3  0x00007fcea9bb7c5d in Pipe::Writer::entry (this=<optimized out>) at msg/Pipe.h:61
88
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
89
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
90
#6  0x0000000000000000 in ?? ()
91

    
92
Thread 13 (Thread 0x7fce981bf700 (LWP 24825)):
93
#0  0x00007fcea4be6b73 in poll () from /lib/x86_64-linux-gnu/libc.so.6
94
#1  0x00007fcea9ba087c in Pipe::tcp_read_wait (this=this@entry=0x7fcead4c9290) at msg/Pipe.cc:2282
95
#2  0x00007fcea9ba0b10 in Pipe::tcp_read (this=this@entry=0x7fcead4c9290, buf=<optimized out>, buf@entry=0x7fce981beb4f "\377\340\353\033\230\316\177", len=len@entry=1) at msg/Pipe.cc:2255
96
#3  0x00007fcea9bb2a9f in Pipe::reader (this=0x7fcead4c9290) at msg/Pipe.cc:1421
97
#4  0x00007fcea9bb7d7d in Pipe::Reader::entry (this=<optimized out>) at msg/Pipe.h:49
98
#5  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
99
#6  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
100
#7  0x0000000000000000 in ?? ()
101

    
102
Thread 12 (Thread 0x7fce93fff700 (LWP 24826)):
103
#0  0x00007fcea4eaed5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
104
#1  0x00007fcea4eb1c4e in _L_cond_lock_1001 () from /lib/x86_64-linux-gnu/libpthread.so.0
105
#2  0x00007fcea4eb1a7b in __pthread_mutex_cond_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
106
#3  0x00007fcea4eac76f in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
107
#4  0x00007fcea9a551b8 in WaitUntil (when=..., mutex=..., this=0x7fcead4aa248) at common/Cond.h:71
108
#5  SafeTimer::timer_thread (this=0x7fcead4aa238) at common/Timer.cc:114
109
#6  0x00007fcea9a560ed in SafeTimerThread::entry (this=<optimized out>) at common/Timer.cc:38
110
#7  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
111
#8  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
112
#9  0x0000000000000000 in ?? ()
113

    
114
Thread 11 (Thread 0x7fce937fe700 (LWP 24827)):
115
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
116
#1  0x00007fcea9a56b42 in Wait (mutex=..., this=0x7fcead4aa388) at ./common/Cond.h:55
117
#2  Finisher::finisher_thread_entry (this=0x7fcead4aa328) at common/Finisher.cc:78
118
#3  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
119
#4  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
120
#5  0x0000000000000000 in ?? ()
121

    
122
Thread 10 (Thread 0x7fce92ffd700 (LWP 24828)):
123
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
124
#1  0x00007fcea9bab81a in Wait (mutex=..., this=0x7fce94007950) at ./common/Cond.h:55
125
#2  Pipe::writer (this=0x7fce94007740) at msg/Pipe.cc:1730
126
#3  0x00007fcea9bb7c5d in Pipe::Writer::entry (this=<optimized out>) at msg/Pipe.h:61
127
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
128
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
129
#6  0x0000000000000000 in ?? ()
130

    
131
Thread 9 (Thread 0x7fce92efc700 (LWP 24829)):
132
#0  0x00007fcea4be6b73 in poll () from /lib/x86_64-linux-gnu/libc.so.6
133
#1  0x00007fcea9ba087c in Pipe::tcp_read_wait (this=this@entry=0x7fce94007740) at msg/Pipe.cc:2282
134
#2  0x00007fcea9ba0b10 in Pipe::tcp_read (this=this@entry=0x7fce94007740, buf=<optimized out>, buf@entry=0x7fce92efbb4f "\377", len=len@entry=1) at msg/Pipe.cc:2255
135
#3  0x00007fcea9bb2a9f in Pipe::reader (this=0x7fce94007740) at msg/Pipe.cc:1421
136
#4  0x00007fcea9bb7d7d in Pipe::Reader::entry (this=<optimized out>) at msg/Pipe.h:49
137
#5  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
138
#6  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
139
#7  0x0000000000000000 in ?? ()
140

    
141
Thread 8 (Thread 0x7fce92dfb700 (LWP 24830)):
142
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
143
#1  0x00007fcea9bab81a in Wait (mutex=..., this=0x7fce94008c20) at ./common/Cond.h:55
144
#2  Pipe::writer (this=0x7fce94008a10) at msg/Pipe.cc:1730
145
#3  0x00007fcea9bb7c5d in Pipe::Writer::entry (this=<optimized out>) at msg/Pipe.h:61
146
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
147
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
148
#6  0x0000000000000000 in ?? ()
149

    
150
Thread 7 (Thread 0x7fce92cfa700 (LWP 24833)):
151
#0  0x00007fcea4be6b73 in poll () from /lib/x86_64-linux-gnu/libc.so.6
152
#1  0x00007fcea9ba087c in Pipe::tcp_read_wait (this=this@entry=0x7fce94008a10) at msg/Pipe.cc:2282
153
#2  0x00007fcea9ba0b10 in Pipe::tcp_read (this=this@entry=0x7fce94008a10, buf=<optimized out>, buf@entry=0x7fce92cf9b4f "\377", len=len@entry=1) at msg/Pipe.cc:2255
154
#3  0x00007fcea9bb2a9f in Pipe::reader (this=0x7fce94008a10) at msg/Pipe.cc:1421
155
#4  0x00007fcea9bb7d7d in Pipe::Reader::entry (this=<optimized out>) at msg/Pipe.h:49
156
#5  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
157
#6  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
158
#7  0x0000000000000000 in ?? ()
159

    
160
Thread 6 (Thread 0x7fce92bf9700 (LWP 24834)):
161
#0  0x00007fcea4eaed5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
162
#1  0x00007fcea4eaa3a9 in _L_lock_926 () from /lib/x86_64-linux-gnu/libpthread.so.0
163
#2  0x00007fcea4eaa1cb in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
164
#3  0x00007fceab8be9b9 in ?? ()
165
#4  0x00007fceab60752d in ?? ()
166
#5  0x00007fceab5f380c in ?? ()
167
#6  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
168
#7  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
169
#8  0x0000000000000000 in ?? ()
170

    
171
Thread 5 (Thread 0x7fce923f8700 (LWP 24835)):
172
#0  0x00007fcea4bea807 in ioctl () from /lib/x86_64-linux-gnu/libc.so.6
173
#1  0x00007fceab6073e9 in ?? ()
174
#2  0x00007fceab607525 in ?? ()
175
#3  0x00007fceab5f380c in ?? ()
176
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
177
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
178
#6  0x0000000000000000 in ?? ()
179

    
180
Thread 4 (Thread 0x7fce109ff700 (LWP 24837)):
181
#0  0x00007fcea4eac344 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
182
#1  0x00007fceab8bebd9 in ?? ()
183
#2  0x00007fceab857e8b in ?? ()
184
#3  0x00007fceab858260 in ?? ()
185
#4  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
186
#5  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
187
#6  0x0000000000000000 in ?? ()
188

    
189
Thread 3 (Thread 0x7fce117ff700 (LWP 24838)):
190
#0  0x00007fcea4eaed5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
191
#1  0x00007fcea4eaa3df in _L_lock_1145 () from /lib/x86_64-linux-gnu/libpthread.so.0
192
#2  0x00007fcea4eaa32a in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
193
#3  0x00007fcea2722909 in PR_Lock () from /usr/lib/x86_64-linux-gnu/libnspr4.so
194
#4  0x00007fce9b215545 in ?? () from /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
195
#5  0x00007fce9b203169 in ?? () from /usr/lib/x86_64-linux-gnu/nss/libsoftokn3.so
196
#6  0x00007fcea342ea6c in ?? () from /usr/lib/x86_64-linux-gnu/libnss3.so
197
#7  0x00007fcea341cc8b in PK11_DestroyContext () from /usr/lib/x86_64-linux-gnu/libnss3.so
198
#8  0x00007fcea9be5024 in nss_aes_operation (op=<optimized out>, secret=..., in=..., out=..., error=...) at auth/Crypto.cc:204
199
#9  0x00007fcea9be3881 in CryptoKey::encrypt (this=0x7fcead4dd888, cct=0x7fcead4a49b0, in=..., out=..., error=...) at auth/Crypto.cc:358
200
#10 0x00007fcea9be303e in encode_encrypt_enc_bl<ceph::buffer::list> (cct=cct@entry=0x7fcead4a49b0, t=..., key=..., out=..., error=...) at auth/cephx/CephxProtocol.h:465
201
#11 0x00007fcea9be3172 in encode_encrypt<ceph::buffer::list> (cct=0x7fcead4a49b0, t=..., key=..., out=..., error=...) at auth/cephx/CephxProtocol.h:490
202
#12 0x00007fcea9be2659 in CephxSessionHandler::sign_message (this=0x7fcead4dd870, m=0x7fce080281a0) at auth/cephx/CephxSessionHandler.cc:48
203
#13 0x00007fcea9babffb in Pipe::writer (this=0x7fce940e71f0) at msg/Pipe.cc:1693
204
#14 0x00007fcea9bb7c5d in Pipe::Writer::entry (this=<optimized out>) at msg/Pipe.h:61
205
#15 0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
206
#16 0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
207
#17 0x0000000000000000 in ?? ()
208

    
209
Thread 2 (Thread 0x7fce10dff700 (LWP 24839)):
210
#0  0x00007fcea4eaed5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
211
#1  0x00007fcea4eaa3a9 in _L_lock_926 () from /lib/x86_64-linux-gnu/libpthread.so.0
212
#2  0x00007fcea4eaa1cb in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
213
#3  0x00007fcea9a353ab in Mutex::Lock (this=0x7fce940e7328, no_lockdep=<optimized out>) at common/Mutex.cc:89
214
#4  0x00007fcea9bb36ae in Pipe::reader (this=0x7fce940e71f0) at msg/Pipe.cc:1485
215
#5  0x00007fcea9bb7d7d in Pipe::Reader::entry (this=<optimized out>) at msg/Pipe.h:49
216
#6  0x00007fcea4ea7b50 in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
217
#7  0x00007fcea4bf17bd in clone () from /lib/x86_64-linux-gnu/libc.so.6
218
#8  0x0000000000000000 in ?? ()
219

    
220
Thread 1 (Thread 0x7fceab3f1900 (LWP 24779)):
221
#0  0x00007fcea4eaed5c in __lll_lock_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
222
#1  0x00007fcea4eaa3a9 in _L_lock_926 () from /lib/x86_64-linux-gnu/libpthread.so.0
223
#2  0x00007fcea4eaa1cb in pthread_mutex_lock () from /lib/x86_64-linux-gnu/libpthread.so.0
224
#3  0x00007fcea9a353ab in Mutex::Lock (this=0x7fce940e7328, no_lockdep=<optimized out>) at common/Mutex.cc:89
225
#4  0x00007fcea9bbcc3a in SimpleMessenger::submit_message (this=this@entry=0x7fcead4c3610, m=m@entry=0x7fce0800af00, con=con@entry=0x7fce9410bae0, dest_addr=..., dest_type=4, lazy=lazy@entry=false) at msg/SimpleMessenger.cc:429
226
#5  0x00007fcea9bbd6a9 in SimpleMessenger::_send_message (this=0x7fcead4c3610, m=0x7fce0800af00, con=0x7fce9410bae0, lazy=false) at msg/SimpleMessenger.cc:138
227
#6  0x00007fceaa7d11b5 in send_message (con=..., m=0x7fce0800af00, this=<optimized out>) at ./msg/Messenger.h:411
228
#7  Objecter::send_op (this=this@entry=0x7fcead4c4060, op=op@entry=0x7fce0017c900) at osdc/Objecter.cc:1678
229
#8  0x00007fceaa7d1981 in Objecter::_op_submit (this=0x7fcead4c4060, op=0x7fce0017c900) at osdc/Objecter.cc:1340
230
#9  0x00007fcea99c18d8 in librados::IoCtxImpl::aio_operate_read (this=0x7fce94006a50, oid=..., o=0x7fcdf4031d80, c=<optimized out>, flags=0, pbl=0x0) at librados/IoCtxImpl.cc:594
231
#10 0x00007fcea9996c98 in librados::IoCtx::aio_operate (this=0x7fce94006628, oid=..., c=0x7fcdf401d7f0, o=0x7fce00177740, flags=0, pbl=<optimized out>) at librados/librados.cc:1106
232
#11 0x00007fceaa798e65 in librbd::AioRead::send (this=0x7fcdf402f010) at librbd/AioRequest.cc:102
233
#12 0x00007fceaa7ab23a in librbd::aio_read (ictx=ictx@entry=0x7fce940064e0, image_extents=..., buf=buf@entry=0x7fcdf402e000 "\302%c\271\327L\221\001\270dKd\351L\224\031\227l-zw\327\305\017\222-\372\070\330\375\235\024\262EV\360=\243%\006\266\310\061\233<\274\203\022\026\071\v\257\356)\254\v\"gV9\270-\230\016\344̙\323\v\351d\034\234\071\001\224T\263B", pbl=pbl@entry=0x0, c=c@entry=0x7fcdf402dec0) at librbd/internal.cc:3153
234
#13 0x00007fceaa7ab794 in librbd::aio_read (ictx=0x7fce940064e0, off=19147112448, len=4096, buf=0x7fcdf402e000 "\302%c\271\327L\221\001\270dKd\351L\224\031\227l-zw\327\305\017\222-\372\070\330\375\235\024\262EV\360=\243%\006\266\310\061\233<\274\203\022\026\071\v\257\356)\254\v\"gV9\270-\230\016\344̙\323\v\351d\034\234\071\001\224T\263B", bl=0x0, c=0x7fcdf402dec0) at librbd/internal.cc:3091
235
#14 0x00007fceab8ae5bb in ?? ()
236
#15 0x00007fceab8ae850 in ?? ()
237
#16 0x00007fceab85cf8e in ?? ()
238
#17 0x00007fceab862243 in ?? ()
239
#18 0x00007fceab862757 in ?? ()
240
#19 0x00007fceab86215b in ?? ()
241
#20 0x00007fceab862757 in ?? ()
242
#21 0x00007fceab8636e7 in ?? ()
243
#22 0x00007fceab87524a in ?? ()
244
#23 0x00007fcea4b57d10 in ?? () from /lib/x86_64-linux-gnu/libc.so.6
245
#24 0x00007fff53ea7b30 in ?? ()
246
#25 0x0000000000000000 in ?? ()
247