Ticket #8240: gdb_vf_yadif_138

File gdb_vf_yadif_138, 18.3 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...done.
16(gdb) r
17Starting program: ffmpeg/ffmpeg_g -t 0 -y -r 87 -i samples/webp/alpha_no_compression.webp -filter_complex yadif -target dvd -loglevel 99 -map 0 -vbsf imxdump -c:a:72 pgmyuv -c:s:12 r10k -vframes 64 -ab 43k -ar 22050 output/tmp.tak
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 '0'.
32Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
33Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '87'.
34Reading option '-i' ... matched as input url with argument 'samples/webp/alpha_no_compression.webp'.
35Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'yadif'.
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 '-map' ... matched as option 'map' (set input stream mapping) with argument '0'.
39Reading option '-vbsf' ... matched as option 'vbsf' (deprecated) with argument 'imxdump'.
40Reading option '-c:a:72' ... matched as option 'c' (codec name) with argument 'pgmyuv'.
41Reading option '-c:s:12' ... matched as option 'c' (codec name) with argument 'r10k'.
42Reading option '-vframes' ... matched as option 'vframes' (set the number of video frames to output) with argument '64'.
43Reading option '-ab' ... matched as option 'ab' (audio bitrate (please use -b:a)) with argument '43k'.
44Reading option '-ar' ... matched as option 'ar' (set audio sampling rate (in Hz)) with argument '22050'.
45Reading option 'output/tmp.tak' ... matched as output url.
46Finished splitting the commandline.
47Parsing a group of options: global .
48Applying option y (overwrite output files) with argument 1.
49Applying option filter_complex (create a complex filtergraph) with argument yadif.
50Applying option loglevel (set logging level) with argument 99.
51Successfully parsed a group of options.
52Parsing a group of options: input url samples/webp/alpha_no_compression.webp.
53Applying option t (record or transcode "duration" seconds of audio/video) with argument 0.
54Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 87.
55Successfully parsed a group of options.
56Opening an input file: samples/webp/alpha_no_compression.webp.
57[NULL @ 0x61b000000080] Opening 'samples/webp/alpha_no_compression.webp' for reading
58[file @ 0x611000000180] Setting default whitelist 'file,crypto'
59Probing image2 score:50 size:336
60Probing mp3 score:1 size:336
61Probing webp_pipe score:99 size:336
62[webp_pipe @ 0x61b000000080] Format webp_pipe probed with size=2048 and score=99
63[webp_pipe @ 0x61b000000080] Before avformat_find_stream_info() pos: 0 bytes read:336 seeks:0 nb_streams:1
64[webp_pipe @ 0x61b000000080] parser not found for codec webp, packets or times may be invalid.
65 Last message repeated 1 times
66[webp_pipe @ 0x61b000000080] stream 0: start_time: -368934881474191040.000 duration: -368934881474191040.000
67[webp_pipe @ 0x61b000000080] format: start_time: -9223372036854.775 duration: -9223372036854.775 (estimate from bit rate) bitrate=0 kb/s
68[webp_pipe @ 0x61b000000080] After avformat_find_stream_info() pos: 336 bytes read:336 seeks:0 frames:1
69Input #0, webp_pipe, from 'samples/webp/alpha_no_compression.webp':
70 Duration: N/A, bitrate: N/A
71 Stream #0:0, 1, 1/25: Video: webp, 1 reference frame, yuva420p(tv, bt470bg/unknown/unknown), 16x16, 0/1, 25 tbr, 25 tbn, 25 tbc
72Successfully opened the file.
73Parsing a group of options: output url output/tmp.tak.
74Applying option target (specify target file type ("vcd", "svcd", "dvd", "dv" or "dv50" with optional prefixes "pal-", "ntsc-" or "film-")) with argument dvd.
75Assuming PAL for target.
76Applying option map (set input stream mapping) with argument 0.
77Applying option vbsf (deprecated) with argument imxdump.
78Applying option c:a:72 (codec name) with argument pgmyuv.
79Applying option c:s:12 (codec name) with argument r10k.
80Applying option vframes (set the number of video frames to output) with argument 64.
81Applying option ab (audio bitrate (please use -b:a)) with argument 43k.
82Applying option ar (set audio sampling rate (in Hz)) with argument 22050.
83Successfully parsed a group of options.
84Opening an output file: output/tmp.tak.
85[file @ 0x610000000740] Setting default whitelist 'file,crypto'
86Successfully opened the file.
87detected 48 logical cores
88[New Thread 0x7ffff172d700 (LWP 19327)]
89[New Thread 0x7ffff0f2c700 (LWP 19329)]
90[New Thread 0x7ffff072b700 (LWP 19330)]
91[New Thread 0x7fffeff2a700 (LWP 19331)]
92[New Thread 0x7fffef729700 (LWP 19333)]
93[New Thread 0x7fffeef28700 (LWP 19335)]
94[New Thread 0x7fffee727700 (LWP 19337)]
95[New Thread 0x7fffedf26700 (LWP 19340)]
96[New Thread 0x7fffed725700 (LWP 19343)]
97[New Thread 0x7fffecf24700 (LWP 19344)]
98[New Thread 0x7fffec723700 (LWP 19345)]
99[New Thread 0x7fffebf22700 (LWP 19347)]
100[New Thread 0x7fffeb721700 (LWP 19349)]
101[New Thread 0x7fffeaf20700 (LWP 19350)]
102[New Thread 0x7fffea71f700 (LWP 19351)]
103[New Thread 0x7fffe9f1e700 (LWP 19353)]
104Stream mapping:
105 Stream #0:0 (webp) -> yadif
106 yadif -> Stream #0:0 (mpeg2video)
107Press [q] to stop, [?] for help
108cur_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)
109 Last message repeated 1 times
110[webp @ 0x619000002d80] Multiple ff_thread_finish_setup() calls
111[New Thread 0x7fffe971d700 (LWP 19355)]
112[New Thread 0x7fffe8f1c700 (LWP 19357)]
113[New Thread 0x7fffe871b700 (LWP 19358)]
114[New Thread 0x7fffe7f1a700 (LWP 19359)]
115[New Thread 0x7fffe7719700 (LWP 19360)]
116[New Thread 0x7fffe6f18700 (LWP 19361)]
117[New Thread 0x7fffe6717700 (LWP 19362)]
118[New Thread 0x7fffe5f16700 (LWP 19364)]
119[New Thread 0x7fffe5715700 (LWP 19368)]
120[New Thread 0x7fffe4f14700 (LWP 19371)]
121[New Thread 0x7fffe4713700 (LWP 19374)]
122[New Thread 0x7fffe3f12700 (LWP 19375)]
123[New Thread 0x7fffe3711700 (LWP 19376)]
124[New Thread 0x7fffe2f08700 (LWP 19377)]
125[New Thread 0x7fffe26f1700 (LWP 19379)]
126[New Thread 0x7fffe1eda700 (LWP 19380)]
127[New Thread 0x7fffe16c3700 (LWP 19381)]
128[New Thread 0x7fffe0eac700 (LWP 19383)]
129[New Thread 0x7fffe0695700 (LWP 19384)]
130[New Thread 0x7fffdfe7e700 (LWP 19385)]
131[New Thread 0x7fffdf667700 (LWP 19386)]
132[New Thread 0x7fffdee50700 (LWP 19387)]
133[New Thread 0x7fffde639700 (LWP 19391)]
134[New Thread 0x7fffdde22700 (LWP 19394)]
135[New Thread 0x7fffdd60b700 (LWP 19396)]
136[New Thread 0x7fffdcdf4700 (LWP 19399)]
137[New Thread 0x7fffdc5dd700 (LWP 19403)]
138[New Thread 0x7fffdbdc6700 (LWP 19407)]
139[New Thread 0x7fffdb5af700 (LWP 19408)]
140[New Thread 0x7fffdad98700 (LWP 19410)]
141[New Thread 0x7fffda581700 (LWP 19413)]
142[New Thread 0x7fffd9d6a700 (LWP 19415)]
143[New Thread 0x7fffd9553700 (LWP 19419)]
144[New Thread 0x7fffd8d3c700 (LWP 19420)]
145[New Thread 0x7fffd8525700 (LWP 19421)]
146[New Thread 0x7fffd7d0e700 (LWP 19423)]
147[New Thread 0x7fffd74f7700 (LWP 19424)]
148[New Thread 0x7fffd6ce0700 (LWP 19426)]
149[New Thread 0x7fffd64c9700 (LWP 19427)]
150[New Thread 0x7fffd5cb2700 (LWP 19428)]
151[New Thread 0x7fffd549b700 (LWP 19435)]
152[New Thread 0x7fffd4c84700 (LWP 19440)]
153[New Thread 0x7fffd446d700 (LWP 19444)]
154[New Thread 0x7fffd3c56700 (LWP 19445)]
155[New Thread 0x7fffd343f700 (LWP 19446)]
156[New Thread 0x7fffd2c28700 (LWP 19448)]
157[New Thread 0x7fffd2411700 (LWP 19454)]
158[New Thread 0x7fffd1bfa700 (LWP 19458)]
159[graph 0 input from stream 0:0 @ 0x611000001440] Setting 'video_size' to value '16x16'
160[graph 0 input from stream 0:0 @ 0x611000001440] Setting 'pix_fmt' to value '33'
161[graph 0 input from stream 0:0 @ 0x611000001440] Setting 'time_base' to value '1/87'
162[graph 0 input from stream 0:0 @ 0x611000001440] Setting 'pixel_aspect' to value '0/1'
163[graph 0 input from stream 0:0 @ 0x611000001440] Setting 'sws_param' to value 'flags=2'
164[graph 0 input from stream 0:0 @ 0x611000001440] Setting 'frame_rate' to value '87/1'
165[graph 0 input from stream 0:0 @ 0x611000001440] w:16 h:16 pixfmt:yuva420p tb:1/87 fr:87/1 sar:0/1 sws_param:flags=2
166[scaler_out_0_0 @ 0x611000001800] Setting 'w' to value '720'
167[scaler_out_0_0 @ 0x611000001800] Setting 'h' to value '576'
168[scaler_out_0_0 @ 0x611000001800] Setting 'flags' to value 'bicubic'
169[scaler_out_0_0 @ 0x611000001800] w:720 h:576 flags:'bicubic' interl:0
170[format @ 0x611000001a80] Setting 'pix_fmts' to value 'yuv420p'
171[AVFilterGraph @ 0x60e000001540] query_formats: 6 queried, 5 merged, 0 already done, 0 delayed
172[scaler_out_0_0 @ 0x611000001800] w:16 h:16 fmt:yuva420p sar:0/1 -> w:720 h:576 fmt:yuv420p sar:0/1 flags:0x4
173[New Thread 0x7fffd13e3700 (LWP 19461)]
174[New Thread 0x7fffd0bcc700 (LWP 19464)]
175[New Thread 0x7fffd03b5700 (LWP 19465)]
176[New Thread 0x7fffcfb9e700 (LWP 19466)]
177[New Thread 0x7fffcf387700 (LWP 19467)]
178[New Thread 0x7fffceb70700 (LWP 19468)]
179[New Thread 0x7fffce359700 (LWP 19469)]
180[New Thread 0x7fffcdb42700 (LWP 19470)]
181[New Thread 0x7fffcd32b700 (LWP 19471)]
182[New Thread 0x7fffccb14700 (LWP 19473)]
183[New Thread 0x7fffcc2fd700 (LWP 19475)]
184[New Thread 0x7fffcbae6700 (LWP 19477)]
185[New Thread 0x7fffcb2cf700 (LWP 19481)]
186[New Thread 0x7fffcaab8700 (LWP 19483)]
187[New Thread 0x7fffca2a1700 (LWP 19487)]
188[mpeg2video @ 0x619000002880] intra_quant_bias = 96 inter_quant_bias = 0
189Output #0, dvd, to 'output/tmp.tak':
190 Metadata:
191 encoder : Lavf58.33.100
192 Stream #0:0, 0, 1/90000: Video: mpeg2video (Main), 1 reference frame, yuv420p, 720x576, 0/1, q=2-31, 6000 kb/s, 25 fps, 90k tbn, 25 tbc
193 Metadata:
194 encoder : Lavc58.59.102 mpeg2video
195 Side data:
196 cpb: bitrate max/min/avg: 9000000/0/6000000 buffer size: 1835008 vbv_delay: N/A
197cur_dts is invalid st:0 (0) [init:1 i_done:0 finish:0] (this is harmless if it occurs once at the start per stream)
198=================================================================
199==19215==ERROR: AddressSanitizer: heap-buffer-overflow on address 0x61a00000fc7f at pc 0x000001596e75 bp 0x7fffe8f1b7b0 sp 0x7fffe8f1b7a8
200READ of size 1 at 0x61a00000fc7f thread T18
201 #0 0x1596e74 in filter_edges ffmpeg/libavfilter/vf_yadif.c:138:5
202 #1 0x159937b in filter_slice ffmpeg/libavfilter/vf_yadif.c:217:13
203 #2 0x9429d9 in worker_func ffmpeg/libavfilter/pthread.c:50:15
204 #3 0x8658de2 in run_jobs ffmpeg/libavutil/slicethread.c:61:9
205 #4 0x865674d in thread_worker ffmpeg/libavutil/slicethread.c:85:13
206 #5 0x4eb9de in __asan::AsanThread::ThreadStart(unsigned long, __sanitizer::atomic_uintptr_t*) (ffmpeg/ffmpeg_g+0x4eb9de)
207 #6 0x7ffff668e6da in start_thread (/lib/x86_64-linux-gnu/libpthread.so.0+0x76da)
208 #7 0x7ffff5d9388e in clone /build/glibc-OTsEL5/glibc-2.27/misc/../sysdeps/unix/sysv/linux/x86_64/clone.S:95
209
2100x61a00000fc7f is located 1 bytes to the left of 1103-byte region [0x61a00000fc80,0x61a0000100cf)
211allocated by thread T1 here:
212 #0 0x4de9e8 in posix_memalign (ffmpeg/ffmpeg_g+0x4de9e8)
213 #1 0x8564fb1 in av_malloc ffmpeg/libavutil/mem.c:87:9
214 #2 0x84cc231 in av_buffer_alloc ffmpeg/libavutil/buffer.c:72:12
215 #3 0x84cc231 in av_buffer_allocz ffmpeg/libavutil/buffer.c:85
216 #4 0x84d0a56 in pool_alloc_buffer ffmpeg/libavutil/buffer.c:313:26
217 #5 0x84d0a56 in av_buffer_pool_get ffmpeg/libavutil/buffer.c:349
218 #6 0x2e94482 in video_get_buffer ffmpeg/libavcodec/decode.c:1678:23
219 #7 0x2e94482 in avcodec_default_get_buffer2 ffmpeg/libavcodec/decode.c:1717
220 #8 0x2e9bf8c in get_buffer_internal ffmpeg/libavcodec/decode.c:1945:11
221 #9 0x2e9bf8c in ff_get_buffer ffmpeg/libavcodec/decode.c:1970
222
223Thread T18 created by T0 here:
224 #0 0x436f80 in pthread_create (ffmpeg/ffmpeg_g+0x436f80)
225 #1 0x8655939 in avpriv_slicethread_create ffmpeg/libavutil/slicethread.c:147:19
226
227Thread T1 created by T0 here:
228 #0 0x436f80 in pthread_create (ffmpeg/ffmpeg_g+0x436f80)
229 #1 0x47ebc02 in ff_frame_thread_init ffmpeg/libavcodec/pthread_frame.c:828:15
230 #2 0x50c5b88 in avcodec_open2 ffmpeg/libavcodec/utils.c:754:15
231 #3 0x5f3ba3 in init_input_stream ffmpeg/fftools/ffmpeg.c:2939:20
232 #4 0x5f3ba3 in transcode_init ffmpeg/fftools/ffmpeg.c:3696
233 #5 0x5e0998 in transcode ffmpeg/fftools/ffmpeg.c:4663:11
234 #6 0x5db65b in main ffmpeg/fftools/ffmpeg.c:4894:9
235 #7 0x7ffff5c93b96 in __libc_start_main /build/glibc-OTsEL5/glibc-2.27/csu/../csu/libc-start.c:310
236
237SUMMARY: AddressSanitizer: heap-buffer-overflow ffmpeg/libavfilter/vf_yadif.c:138:5 in filter_edges
238Shadow bytes around the buggy address:
239 0x0c347fff9f30: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
240 0x0c347fff9f40: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
241 0x0c347fff9f50: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
242 0x0c347fff9f60: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
243 0x0c347fff9f70: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
244=>0x0c347fff9f80: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa[fa]
245 0x0c347fff9f90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
246 0x0c347fff9fa0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
247 0x0c347fff9fb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
248 0x0c347fff9fc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
249 0x0c347fff9fd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
250Shadow byte legend (one shadow byte represents 8 application bytes):
251 Addressable: 00
252 Partially addressable: 01 02 03 04 05 06 07
253 Heap left redzone: fa
254 Freed heap region: fd
255 Stack left redzone: f1
256 Stack mid redzone: f2
257 Stack right redzone: f3
258 Stack after return: f5
259 Stack use after scope: f8
260 Global redzone: f9
261 Global init order: f6
262 Poisoned by user: f7
263 Container overflow: fc
264 Array cookie: ac
265 Intra object redzone: bb
266 ASan internal: fe
267 Left alloca redzone: ca
268 Right alloca redzone: cb
269==19215==ABORTING
270[Thread 0x7fffca2a1700 (LWP 19487) exited]
271[Thread 0x7fffcaab8700 (LWP 19483) exited]
272[Thread 0x7fffcb2cf700 (LWP 19481) exited]
273[Thread 0x7fffcbae6700 (LWP 19477) exited]
274[Thread 0x7fffcc2fd700 (LWP 19475) exited]
275[Thread 0x7fffccb14700 (LWP 19473) exited]
276[Thread 0x7fffcd32b700 (LWP 19471) exited]
277[Thread 0x7fffcdb42700 (LWP 19470) exited]
278[Thread 0x7fffce359700 (LWP 19469) exited]
279[Thread 0x7fffceb70700 (LWP 19468) exited]
280[Thread 0x7fffcf387700 (LWP 19467) exited]
281[Thread 0x7fffcfb9e700 (LWP 19466) exited]
282[Thread 0x7fffd03b5700 (LWP 19465) exited]
283[Thread 0x7fffd0bcc700 (LWP 19464) exited]
284[Thread 0x7fffd13e3700 (LWP 19461) exited]
285[Thread 0x7fffd1bfa700 (LWP 19458) exited]
286[Thread 0x7fffd2411700 (LWP 19454) exited]
287[Thread 0x7fffd2c28700 (LWP 19448) exited]
288[Thread 0x7fffd343f700 (LWP 19446) exited]
289[Thread 0x7fffd3c56700 (LWP 19445) exited]
290[Thread 0x7fffd446d700 (LWP 19444) exited]
291[Thread 0x7fffd4c84700 (LWP 19440) exited]
292[Thread 0x7fffd549b700 (LWP 19435) exited]
293[Thread 0x7fffd5cb2700 (LWP 19428) exited]
294[Thread 0x7fffd64c9700 (LWP 19427) exited]
295[Thread 0x7fffd6ce0700 (LWP 19426) exited]
296[Thread 0x7fffd74f7700 (LWP 19424) exited]
297[Thread 0x7fffd7d0e700 (LWP 19423) exited]
298[Thread 0x7fffd8525700 (LWP 19421) exited]
299[Thread 0x7fffd8d3c700 (LWP 19420) exited]
300[Thread 0x7fffd9553700 (LWP 19419) exited]
301[Thread 0x7fffd9d6a700 (LWP 19415) exited]
302[Thread 0x7fffda581700 (LWP 19413) exited]
303[Thread 0x7fffdad98700 (LWP 19410) exited]
304[Thread 0x7fffdb5af700 (LWP 19408) exited]
305[Thread 0x7fffdbdc6700 (LWP 19407) exited]
306[Thread 0x7fffdc5dd700 (LWP 19403) exited]
307[Thread 0x7fffdcdf4700 (LWP 19399) exited]
308[Thread 0x7fffdd60b700 (LWP 19396) exited]
309[Thread 0x7fffdde22700 (LWP 19394) exited]
310[Thread 0x7fffde639700 (LWP 19391) exited]
311[Thread 0x7fffdee50700 (LWP 19387) exited]
312[Thread 0x7fffdf667700 (LWP 19386) exited]
313[Thread 0x7fffdfe7e700 (LWP 19385) exited]
314[Thread 0x7fffe0695700 (LWP 19384) exited]
315[Thread 0x7fffe0eac700 (LWP 19383) exited]
316[Thread 0x7fffe16c3700 (LWP 19381) exited]
317[Thread 0x7fffe1eda700 (LWP 19380) exited]
318[Thread 0x7fffe26f1700 (LWP 19379) exited]
319[Thread 0x7fffe2f08700 (LWP 19377) exited]
320[Thread 0x7fffe3711700 (LWP 19376) exited]
321[Thread 0x7fffe3f12700 (LWP 19375) exited]
322[Thread 0x7fffe4713700 (LWP 19374) exited]
323[Thread 0x7fffe4f14700 (LWP 19371) exited]
324[Thread 0x7fffe5715700 (LWP 19368) exited]
325[Thread 0x7fffe5f16700 (LWP 19364) exited]
326[Thread 0x7fffe6717700 (LWP 19362) exited]
327[Thread 0x7fffe6f18700 (LWP 19361) exited]
328[Thread 0x7fffe7719700 (LWP 19360) exited]
329[Thread 0x7fffe7f1a700 (LWP 19359) exited]
330[Thread 0x7fffe871b700 (LWP 19358) exited]
331[Thread 0x7fffe8f1c700 (LWP 19357) exited]
332[Thread 0x7fffe971d700 (LWP 19355) exited]
333[Thread 0x7fffe9f1e700 (LWP 19353) exited]
334[Thread 0x7fffea71f700 (LWP 19351) exited]
335[Thread 0x7fffeaf20700 (LWP 19350) exited]
336[Thread 0x7fffeb721700 (LWP 19349) exited]
337[Thread 0x7fffebf22700 (LWP 19347) exited]
338[Thread 0x7fffec723700 (LWP 19345) exited]
339[Thread 0x7fffecf24700 (LWP 19344) exited]
340[Thread 0x7fffed725700 (LWP 19343) exited]
341[Thread 0x7fffedf26700 (LWP 19340) exited]
342[Thread 0x7fffee727700 (LWP 19337) exited]
343[Thread 0x7fffeef28700 (LWP 19335) exited]
344[Thread 0x7fffef729700 (LWP 19333) exited]
345[Thread 0x7fffeff2a700 (LWP 19331) exited]
346[Thread 0x7ffff072b700 (LWP 19330) exited]
347[Thread 0x7ffff172d700 (LWP 19327) exited]
348[Thread 0x7ffff7fb6780 (LWP 19215) exited]
349[Inferior 1 (process 19215) exited with code 01]
350