Ticket #8247: gdb-vf_neighbor_133

File gdb-vf_neighbor_133, 17.9 KB (added by Suhwan, 7 years ago)
Line 
1GNU gdb (Ubuntu 8.1-0ubuntu3) 8.1.0.20180409-git
2Copyright (C) 2018 Free Software Foundation, Inc.
3License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
4This is free software: you are free to change and redistribute it.
5There is NO WARRANTY, to the extent permitted by law. Type "show copying"
6and "show warranty" for details.
7This GDB was configured as "x86_64-linux-gnu".
8Type "show configuration" for configuration details.
9For bug reporting instructions, please see:
10<http://www.gnu.org/software/gdb/bugs/>.
11Find the GDB manual and other documentation resources online at:
12<http://www.gnu.org/software/gdb/documentation/>.
13For help, type "help".
14Type "apropos word" to search for commands related to "word"...
15Reading symbols from ../ffmpeg/ffmpeg_g...rdone.
16(gdb) r
17Starting program: ffmpeg/ffmpeg_g -t 2 -stream_loop 12 -y -i samples/tmp4/tmp-32.png24 -filter_complex dilation -target dvd -loglevel 99 -c:s:13 pcm_s24be -disposition:v:119 rv20 -vframes 72 -aframes 19 -r 86 -b:v 360k output/tmp.pcx_pipe
18[Thread debugging using libthread_db enabled]
19Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
20ffmpeg version N-95314-g1331e00179 Copyright (c) 2000-2019 the FFmpeg developers
21 built with clang version 6.0.0-1ubuntu2 (tags/RELEASE_600/final)
22 configuration: --cc=clang --cxx=clang++ --ld=clang --enable-debug --toolchain=clang-asan
23 libavutil 56. 35.100 / 56. 35.100
24 libavcodec 58. 59.102 / 58. 59.102
25 libavformat 58. 33.100 / 58. 33.100
26 libavdevice 58. 9.100 / 58. 9.100
27 libavfilter 7. 62.100 / 7. 62.100
28 libswscale 5. 6.100 / 5. 6.100
29 libswresample 3. 6.100 / 3. 6.100
30Splitting the commandline.
31Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '2'.
32Reading option '-stream_loop' ... matched as option 'stream_loop' (set number of times input stream shall be looped) with argument '12'.
33Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
34Reading option '-i' ... matched as input url with argument 'samples/tmp4/tmp-32.png24'.
35Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'dilation'.
36Reading option '-target' ... matched as option 'target' (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument 'dvd'.
37Reading option '-loglevel' ... matched as option 'loglevel' (set logging level) with argument '99'.
38Reading option '-c:s:13' ... matched as option 'c' (codec name) with argument 'pcm_s24be'.
39Reading option '-disposition:v:119' ... matched as option 'disposition' (disposition) with argument 'rv20'.
40Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '72'.
41Reading option '-aframes' ... matched as option 'aframes' (set the number of audio frames to output) with argument '19'.
42Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '86'.
43Reading option '-b:v' ... matched as option 'b' (video bitrate (please use -b:v)) with argument '360k'.
44Reading option 'output/tmp.pcx_pipe' ... matched as output url.
45Finished splitting the commandline.
46Parsing a group of options: global .
47Applying option y (overwrite output files) with argument 1.
48Applying option filter_complex (create a complex filtergraph) with argument dilation.
49Applying option loglevel (set logging level) with argument 99.
50Successfully parsed a group of options.
51Parsing a group of options: input url samples/tmp4/tmp-32.png24.
52Applying option t (record or transcode "duration" seconds of audio/video) with argument 2.
53Applying option stream_loop (set number of times input stream shall be looped) with argument 12.
54Successfully parsed a group of options.
55Opening an input file: samples/tmp4/tmp-32.png24.
56[NULL @ 0x61b000000080] Opening 'samples/tmp4/tmp-32.png24' for reading
57[file @ 0x610000000040] Setting default whitelist 'file,crypto'
58Probing mpegts score:2 size:310
59Probing png_pipe score:99 size:310
60[png_pipe @ 0x61b000000080] Format png_pipe probed with size=2048 and score=99
61[png_pipe @ 0x61b000000080] Before avformat_find_stream_info() pos: 0 bytes read:310 seeks:0 nb_streams:1
62[png_pipe @ 0x61b000000080] stream 0: start_time: -368934881474191040.000 duration: -368934881474191040.000
63[png_pipe @ 0x61b000000080] format: start_time: -9223372036854.775 duration: -9223372036854.775 (estimate from bit rate) bitrate=0 kb/s
64[png_pipe @ 0x61b000000080] After avformat_find_stream_info() pos: 310 bytes read:310 seeks:0 frames:1
65Input #0, png_pipe, from 'samples/tmp4/tmp-32.png24':
66 Duration: N/A, bitrate: N/A
67 Stream #0:0, 1, 1/25: Video: png, 1 reference frame, rgba(pc), 1x1, 0/1, 25 tbr, 25 tbn, 25 tbc
68Successfully opened the file.
69Parsing a group of options: output url output/tmp.pcx_pipe.
70Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument dvd.
71Assuming PAL for target.
72Applying option c:s:13 (codec name) with argument pcm_s24be.
73Applying option disposition:v:119 (disposition) with argument rv20.
74Applying option vframes (set the number of video frames to output) with argument 72.
75Applying option aframes (set the number of audio frames to output) with argument 19.
76Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 86.
77Applying option b:v (video bitrate (please use -b:v)) with argument 360k.
78Successfully parsed a group of options.
79Opening an output file: output/tmp.pcx_pipe.
80[file @ 0x610000000840] Setting default whitelist 'file,crypto'
81Successfully opened the file.
82detected 48 logical cores
83[New Thread 0x7ffff172d700 (LWP 28624)]
84[New Thread 0x7ffff0f2c700 (LWP 28626)]
85[New Thread 0x7ffff072b700 (LWP 28633)]
86[New Thread 0x7fffeff2a700 (LWP 28636)]
87[New Thread 0x7fffef729700 (LWP 28642)]
88[New Thread 0x7fffeef28700 (LWP 28646)]
89[New Thread 0x7fffee727700 (LWP 28648)]
90[New Thread 0x7fffedf26700 (LWP 28651)]
91[New Thread 0x7fffed725700 (LWP 28664)]
92[New Thread 0x7fffecf24700 (LWP 28665)]
93[New Thread 0x7fffec723700 (LWP 28666)]
94[New Thread 0x7fffebf22700 (LWP 28667)]
95[New Thread 0x7fffeb721700 (LWP 28668)]
96[New Thread 0x7fffeaf20700 (LWP 28669)]
97[New Thread 0x7fffea71f700 (LWP 28670)]
98[New Thread 0x7fffe9f1e700 (LWP 28672)]
99Stream mapping:
100 Stream #0:0 (png) -> dilation
101 dilation -> Stream #0:0 (mpeg2video)
102Press [q] to stop, [?] for help
103cur_dts is invalid st:0 (0) [init:0 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
104[New Thread 0x7fffe971d700 (LWP 28676)]
105[New Thread 0x7fffe8f1c700 (LWP 28679)]
106[New Thread 0x7fffe871b700 (LWP 28680)]
107[New Thread 0x7fffe7f1a700 (LWP 28682)]
108[New Thread 0x7fffe7719700 (LWP 28684)]
109[New Thread 0x7fffe6f18700 (LWP 28692)]
110[New Thread 0x7fffe6717700 (LWP 28694)]
111[New Thread 0x7fffe5f16700 (LWP 28696)]
112[New Thread 0x7fffe5715700 (LWP 28703)]
113[New Thread 0x7fffe4f14700 (LWP 28704)]
114[New Thread 0x7fffe4713700 (LWP 28709)]
115[New Thread 0x7fffe3f12700 (LWP 28713)]
116[New Thread 0x7fffe3711700 (LWP 28719)]
117[New Thread 0x7fffe2f08700 (LWP 28725)]
118[New Thread 0x7fffe26f1700 (LWP 28729)]
119[New Thread 0x7fffe1eda700 (LWP 28731)]
120[New Thread 0x7fffe16c3700 (LWP 28733)]
121[New Thread 0x7fffe0eac700 (LWP 28739)]
122[New Thread 0x7fffe0695700 (LWP 28742)]
123[New Thread 0x7fffdfe7e700 (LWP 28759)]
124[New Thread 0x7fffdf667700 (LWP 28760)]
125[New Thread 0x7fffdee50700 (LWP 28761)]
126[New Thread 0x7fffde639700 (LWP 28763)]
127[New Thread 0x7fffdde22700 (LWP 28769)]
128[New Thread 0x7fffdd60b700 (LWP 28772)]
129[New Thread 0x7fffdcdf4700 (LWP 28773)]
130[New Thread 0x7fffdc5dd700 (LWP 28774)]
131[New Thread 0x7fffdbdc6700 (LWP 28782)]
132[New Thread 0x7fffdb5af700 (LWP 28783)]
133[New Thread 0x7fffdad98700 (LWP 28784)]
134[New Thread 0x7fffda581700 (LWP 28794)]
135[New Thread 0x7fffd9d6a700 (LWP 28797)]
136[New Thread 0x7fffd9553700 (LWP 28798)]
137[New Thread 0x7fffd8d3c700 (LWP 28800)]
138[New Thread 0x7fffd8525700 (LWP 28803)]
139[New Thread 0x7fffd7d0e700 (LWP 28805)]
140[New Thread 0x7fffd74f7700 (LWP 28807)]
141[New Thread 0x7fffd6ce0700 (LWP 28813)]
142[New Thread 0x7fffd64c9700 (LWP 28816)]
143[New Thread 0x7fffd5cb2700 (LWP 28824)]
144[New Thread 0x7fffd549b700 (LWP 28825)]
145[New Thread 0x7fffd4c84700 (LWP 28827)]
146[New Thread 0x7fffd446d700 (LWP 28836)]
147[New Thread 0x7fffd3c56700 (LWP 28846)]
148[New Thread 0x7fffd343f700 (LWP 28849)]
149[New Thread 0x7fffd2c28700 (LWP 28850)]
150[New Thread 0x7fffd2411700 (LWP 28851)]
151[New Thread 0x7fffd1bfa700 (LWP 28854)]
152 Last message repeated 1 times
153[graph 0 input from stream 0:0 @ 0x6110000011c0] Setting 'video_size' to value '1x1'
154[graph 0 input from stream 0:0 @ 0x6110000011c0] Setting 'pix_fmt' to value '26'
155[graph 0 input from stream 0:0 @ 0x6110000011c0] Setting 'time_base' to value '1/25'
156[graph 0 input from stream 0:0 @ 0x6110000011c0] Setting 'pixel_aspect' to value '0/1'
157[graph 0 input from stream 0:0 @ 0x6110000011c0] Setting 'sws_param' to value 'flags=2'
158[graph 0 input from stream 0:0 @ 0x6110000011c0] Setting 'frame_rate' to value '25/1'
159[graph 0 input from stream 0:0 @ 0x6110000011c0] w:1 h:1 pixfmt:rgba tb:1/25 fr:25/1 sar:0/1 sws_param:flags=2
160[scaler_out_0_0 @ 0x611000001580] Setting 'w' to value '720'
161[scaler_out_0_0 @ 0x611000001580] Setting 'h' to value '576'
162[scaler_out_0_0 @ 0x611000001580] Setting 'flags' to value 'bicubic'
163[scaler_out_0_0 @ 0x611000001580] w:720 h:576 flags:'bicubic' interl:0
164[format @ 0x611000001800] Setting 'pix_fmts' to value 'yuv420p'
165[auto_scaler_0 @ 0x61100001cc40] w:iw h:ih flags:'bilinear' interl:0
166[trim_in_0_0 @ 0x611000001300] auto-inserting filter 'auto_scaler_0' between the filter 'graph 0 input from stream 0:0' and the filter 'trim_in_0_0'
167[AVFilterGraph @ 0x60e000001280] query_formats: 6 queried, 4 merged, 1 already done, 0 delayed
168[auto_scaler_0 @ 0x61100001cc40] picking gbrap out of 55 ref:rgba alpha:1
169[swscaler @ 0x62f000000400] Forcing full internal H chroma due to odd output size
170[swscaler @ 0x62f000000400] Forcing full internal H chroma due to input having non subsampled chroma
171[auto_scaler_0 @ 0x61100001cc40] w:1 h:1 fmt:rgba sar:0/1 -> w:1 h:1 fmt:gbrap sar:0/1 flags:0x2
172[scaler_out_0_0 @ 0x611000001580] w:1 h:1 fmt:gbrap sar:0/1 -> w:720 h:576 fmt:yuv420p sar:0/1 flags:0x4
173=================================================================
174==28377==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x619000007d7f at pc 0x000001037930 bp 0x7fffffffa150 sp 0x7fffffffa148
175READ of size 1 at 0x619000007d7f thread T0
176 #0 0x103792f in dilation ffmpeg/libavfilter/vf_neighbor.c:133:23
177 #1 0x1033f4b in filter_slice ffmpeg/libavfilter/vf_neighbor.c:301:13
178 #2 0x9429d9 in worker_func ffmpeg/libavfilter/pthread.c:50:15
179 #3 0x8658de2 in run_jobs ffmpeg/libavutil/slicethread.c:61:9
180 #4 0x8658484 in avpriv_slicethread_execute ffmpeg/libavutil/slicethread.c:188:19
181 #5 0x942136 in thread_execute ffmpeg/libavfilter/pthread.c:72:5
182 #6 0x102f611 in filter_frame ffmpeg/libavfilter/vf_neighbor.c:328:5
183 #7 0x827289 in ff_filter_activate_default ffmpeg/libavfilter/avfilter.c:1071:11
184 #8 0x827289 in ff_filter_activate ffmpeg/libavfilter/avfilter.c:1430
185 #9 0x870182 in push_frame ffmpeg/libavfilter/buffersrc.c:187:15
186 #10 0x870182 in av_buffersrc_add_frame_internal ffmpeg/libavfilter/buffersrc.c:261
187 #11 0x86ebc2 in av_buffersrc_add_frame_flags ffmpeg/libavfilter/buffersrc.c:170:16
188 #12 0x666867 in ifilter_send_frame ffmpeg/fftools/ffmpeg.c:2196:11
189 #13 0x666867 in send_frame_to_filters ffmpeg/fftools/ffmpeg.c:2270
190 #14 0x6075f7 in decode_video ffmpeg/fftools/ffmpeg.c:2469:11
191 #15 0x6075f7 in process_input_packet ffmpeg/fftools/ffmpeg.c:2623
192 #16 0x64211d in process_input ffmpeg/fftools/ffmpeg.c:4279:23
193 #17 0x5e7157 in transcode_step ffmpeg/fftools/ffmpeg.c:4638:11
194 #18 0x5e7157 in transcode ffmpeg/fftools/ffmpeg.c:4692
195 #19 0x5db65b in main ffmpeg/fftools/ffmpeg.c:4894:9
196 #20 0x7ffff5c93b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
197 #21 0x41def9 in _start (ffmpeg/ffmpeg_g+0x41def9)
198
1990x619000007d7f is located 1 bytes to the left of 1055-byte region [0x619000007d80,0x61900000819f)
200allocated by thread T0 here:
201 #0 0x4de9e8 in posix_memalign (ffmpeg/ffmpeg_g+0x4de9e8)
202 #1 0x8564fb1 in av_malloc ffmpeg/libavutil/mem.c:87:9
203 #2 0x84cc231 in av_buffer_alloc ffmpeg/libavutil/buffer.c:72:12
204 #3 0x84cc231 in av_buffer_allocz ffmpeg/libavutil/buffer.c:85
205 #4 0x84d0a56 in pool_alloc_buffer ffmpeg/libavutil/buffer.c:313:26
206 #5 0x84d0a56 in av_buffer_pool_get ffmpeg/libavutil/buffer.c:349
207 #6 0x91af8d in ff_frame_pool_get ffmpeg/libavfilter/framepool.c:222:29
208 #7 0x15a660c in ff_default_get_video_buffer ffmpeg/libavfilter/video.c:90:13
209 #8 0x124c7f9 in scale_frame ffmpeg/libavfilter/vf_scale.c:460:11
210 #9 0x124a8ec in filter_frame ffmpeg/libavfilter/vf_scale.c:549:11
211 #10 0x827289 in ff_filter_activate_default ffmpeg/libavfilter/avfilter.c:1071:11
212 #11 0x827289 in ff_filter_activate ffmpeg/libavfilter/avfilter.c:1430
213 #12 0x870135 in push_frame ffmpeg/libavfilter/buffersrc.c:187:15
214 #13 0x870135 in av_buffersrc_add_frame_internal ffmpeg/libavfilter/buffersrc.c:261
215 #14 0x86ebc2 in av_buffersrc_add_frame_flags ffmpeg/libavfilter/buffersrc.c:170:16
216 #15 0x666867 in ifilter_send_frame ffmpeg/fftools/ffmpeg.c:2196:11
217 #16 0x666867 in send_frame_to_filters ffmpeg/fftools/ffmpeg.c:2270
218 #17 0x6075f7 in decode_video ffmpeg/fftools/ffmpeg.c:2469:11
219 #18 0x6075f7 in process_input_packet ffmpeg/fftools/ffmpeg.c:2623
220 #19 0x64211d in process_input ffmpeg/fftools/ffmpeg.c:4279:23
221 #20 0x5e7157 in transcode_step ffmpeg/fftools/ffmpeg.c:4638:11
222 #21 0x5e7157 in transcode ffmpeg/fftools/ffmpeg.c:4692
223 #22 0x5db65b in main ffmpeg/fftools/ffmpeg.c:4894:9
224 #23 0x7ffff5c93b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
225
226SUMMARY: AddressSanitizer: heap-buffer-overflow ffmpeg/libavfilter/vf_neighbor.c:133:23 in dilation
227Shadow bytes around the buggy address:
228 0x0c327fff8f50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
229 0x0c327fff8f60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
230 0x0c327fff8f70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
231 0x0c327fff8f80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
232 0x0c327fff8f90: 00 00 00 00 00 fa fa fa fa fa fa fa fa fa fa fa
233=>0x0c327fff8fa0: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa[fa]
234 0x0c327fff8fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
235 0x0c327fff8fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
236 0x0c327fff8fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
237 0x0c327fff8fe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
238 0x0c327fff8ff0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
239Shadow byte legend (one shadow byte represents 8 application bytes):
240 Addressable: 00
241 Partially addressable: 01 02 03 04 05 06 07
242 Heap left redzone: fa
243 Freed heap region: fd
244 Stack left redzone: f1
245 Stack mid redzone: f2
246 Stack right redzone: f3
247 Stack after return: f5
248 Stack use after scope: f8
249 Global redzone: f9
250 Global init order: f6
251 Poisoned by user: f7
252 Container overflow: fc
253 Array cookie: ac
254 Intra object redzone: bb
255 ASan internal: fe
256 Left alloca redzone: ca
257 Right alloca redzone: cb
258==28377==ABORTING
259[Thread 0x7fffd1bfa700 (LWP 28854) exited]
260[Thread 0x7fffd2411700 (LWP 28851) exited]
261[Thread 0x7fffd446d700 (LWP 28836) exited]
262[Thread 0x7fffd549b700 (LWP 28825) exited]
263[Thread 0x7fffd5cb2700 (LWP 28824) exited]
264[Thread 0x7fffd64c9700 (LWP 28816) exited]
265[Thread 0x7fffd6ce0700 (LWP 28813) exited]
266[Thread 0x7fffd74f7700 (LWP 28807) exited]
267[Thread 0x7fffd7d0e700 (LWP 28805) exited]
268[Thread 0x7fffd4c84700 (LWP 28827) exited]
269[Thread 0x7fffd8525700 (LWP 28803) exited]
270[Thread 0x7fffd8d3c700 (LWP 28800) exited]
271[Thread 0x7fffd343f700 (LWP 28849) exited]
272[Thread 0x7fffd9553700 (LWP 28798) exited]
273[Thread 0x7fffd9d6a700 (LWP 28797) exited]
274[Thread 0x7fffda581700 (LWP 28794) exited]
275[Thread 0x7fffdad98700 (LWP 28784) exited]
276[Thread 0x7fffdb5af700 (LWP 28783) exited]
277[Thread 0x7fffdbdc6700 (LWP 28782) exited]
278[Thread 0x7fffdc5dd700 (LWP 28774) exited]
279[Thread 0x7fffdcdf4700 (LWP 28773) exited]
280[Thread 0x7fffdd60b700 (LWP 28772) exited]
281[Thread 0x7fffdde22700 (LWP 28769) exited]
282[Thread 0x7fffde639700 (LWP 28763) exited]
283[Thread 0x7fffdee50700 (LWP 28761) exited]
284[Thread 0x7fffdf667700 (LWP 28760) exited]
285[Thread 0x7fffdfe7e700 (LWP 28759) exited]
286[Thread 0x7fffe0695700 (LWP 28742) exited]
287[Thread 0x7fffe0eac700 (LWP 28739) exited]
288[Thread 0x7fffe16c3700 (LWP 28733) exited]
289[Thread 0x7fffe1eda700 (LWP 28731) exited]
290[Thread 0x7fffe26f1700 (LWP 28729) exited]
291[Thread 0x7fffe2f08700 (LWP 28725) exited]
292[Thread 0x7fffe3711700 (LWP 28719) exited]
293[Thread 0x7fffe3f12700 (LWP 28713) exited]
294[Thread 0x7fffe4713700 (LWP 28709) exited]
295[Thread 0x7fffe4f14700 (LWP 28704) exited]
296[Thread 0x7fffe5715700 (LWP 28703) exited]
297[Thread 0x7fffe5f16700 (LWP 28696) exited]
298[Thread 0x7fffe6717700 (LWP 28694) exited]
299[Thread 0x7fffe6f18700 (LWP 28692) exited]
300[Thread 0x7fffe7719700 (LWP 28684) exited]
301[Thread 0x7fffe7f1a700 (LWP 28682) exited]
302[Thread 0x7fffe871b700 (LWP 28680) exited]
303[Thread 0x7fffe8f1c700 (LWP 28679) exited]
304[Thread 0x7fffe971d700 (LWP 28676) exited]
305[Thread 0x7fffe9f1e700 (LWP 28672) exited]
306[Thread 0x7fffea71f700 (LWP 28670) exited]
307[Thread 0x7fffeaf20700 (LWP 28669) exited]
308[Thread 0x7fffeb721700 (LWP 28668) exited]
309[Thread 0x7fffebf22700 (LWP 28667) exited]
310[Thread 0x7fffec723700 (LWP 28666) exited]
311[Thread 0x7fffecf24700 (LWP 28665) exited]
312[Thread 0x7fffed725700 (LWP 28664) exited]
313[Thread 0x7fffedf26700 (LWP 28651) exited]
314[Thread 0x7fffee727700 (LWP 28648) exited]
315[Thread 0x7fffeef28700 (LWP 28646) exited]
316[Thread 0x7fffef729700 (LWP 28642) exited]
317[Thread 0x7fffeff2a700 (LWP 28636) exited]
318[Thread 0x7ffff072b700 (LWP 28633) exited]
319[Thread 0x7ffff0f2c700 (LWP 28626) exited]
320[Thread 0x7ffff172d700 (LWP 28624) exited]
321[Thread 0x7ffff7fb6780 (LWP 28377) exited]
322[Thread 0x7fffd2c28700 (LWP 28850) exited]
323[Inferior 1 (process 28377) exited with code 01]
324