Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS线上产品偶发闪退 --> ijksdl_mutex.c:71 #3390

Open
Yesdgq opened this issue Jul 24, 2017 · 3 comments
Open

iOS线上产品偶发闪退 --> ijksdl_mutex.c:71 #3390

Yesdgq opened this issue Jul 24, 2017 · 3 comments

Comments

@Yesdgq
Copy link

Yesdgq commented Jul 24, 2017

线上产品偶发闪退 crashlytics抓到的日志看不懂 ~~~~(>_<)~~~~

有人能给看看嘛 非常感谢!感谢感谢谢。。。

以下是日志:
崩在了ijksdl_mutex.c:71这个位置

Date: 2017-07-18T15:36:00Z

OS Version: 10.3.2 (14F89)

Device: iPhone 6s

RAM Free: 12.8%

Disk Free: 11.6%

#25. Crashed: ff_read
0 libsystem_kernel.dylib 0x1836dd014 __pthread_kill + 8
1 libsystem_pthread.dylib 0x1837a7264 pthread_kill + 112
2 libsystem_c.dylib 0x1836519c4 abort + 140
3 libsystem_c.dylib 0x18362653c basename_r + 314
4 XXXXXXXXXX 0x1003d0910 SDL_UnlockMutex (ijksdl_mutex.c:71)
5 XXXXXXXXXX 0x1003e6428 videotoolbox_free (IJKVideoToolBox.m:921)
6 XXXXXXXXXX 0x1003e6b64 videotoolbox_create (IJKVideoToolBox.m:1156)
7 XXXXXXXXXX 0x1003e7afc ffpipenode_create_video_decoder_from_ios_videotoolbox (ffpipenode_ios_videotoolbox_vdec.m:115)
8 XXXXXXXXXX 0x1003cb9a8 func_open_video_decoder (ffpipeline_ios.c:43)
9 XXXXXXXXXX 0x1003d44d8 stream_component_open (ff_ffplay.c:2311)
10 XXXXXXXXXX 0x1003d5ab4 read_thread (ff_ffplay.c:2589)
11 XXXXXXXXXX 0x1003d81b0 SDL_RunThread (ijksdl_thread_ios.m:31)
12 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
13 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
14 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

--

#0. com.apple.main-thread
0 libsystem_kernel.dylib 0x1836bf224 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1836bf09c mach_msg + 72
2 QuartzCore 0x187a086bc CA::Render::Encoder::receive_reply(unsigned int) + 64
3 QuartzCore 0x1879719d0 CA::Context::commit_transaction(CA::Transaction*) + 1920
4 QuartzCore 0x1879983ac CA::Transaction::commit() + 504
5 QuartzCore 0x187998e78 CA::Transaction::observer_callback(__CFRunLoopObserver*, unsigned long, void*) + 120
6 CoreFoundation 0x1846909a8 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 32
7 CoreFoundation 0x18468e630 __CFRunLoopDoObservers + 372
8 CoreFoundation 0x18468ea7c __CFRunLoopRun + 956
9 CoreFoundation 0x1845beda4 CFRunLoopRunSpecific + 424
10 GraphicsServices 0x186028074 GSEventRunModal + 100
11 UIKit 0x18a879058 UIApplicationMain + 208
12 XXXXXXXXXX 0x1000ed378 main (main.m:14)
13 libdyld.dylib 0x1835cd59c start + 4

#1. com.apple.uikit.eventfetch-thread
0 libsystem_kernel.dylib 0x1836bf224 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1836bf09c mach_msg + 72
2 CoreFoundation 0x184690e90 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x18468eae4 __CFRunLoopRun + 1060
4 CoreFoundation 0x1845beda4 CFRunLoopRunSpecific + 424
5 Foundation 0x1850d8d74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x1850f9b44 -[NSRunLoop(NSRunLoop) runUntilDate:] + 96
7 UIKit 0x18b2036a8 -[UIEventFetcher threadMain] + 136
8 Foundation 0x1851d62d8 NSThread__start + 996
9 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
10 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
11 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#2. com.twitter.crashlytics.ios.MachExceptionServer
0 libsystem_kernel.dylib 0x1836bf224 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1836bf09c mach_msg + 72
2 XXXXXXXXXX 0x10039a87c CLSMachExceptionServer + 4298696828
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#3. com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x1836bf224 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1836bf09c mach_msg + 72
2 CoreFoundation 0x184690e90 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x18468eae4 __CFRunLoopRun + 1060
4 CoreFoundation 0x1845beda4 CFRunLoopRunSpecific + 424
5 CFNetwork 0x184dcadf4 +[NSURLConnection(Loader) _resourceLoadLoop:] + 404
6 Foundation 0x1851d62d8 NSThread__start + 996
7 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
8 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
9 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#4. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#5. AFNetworking
0 libsystem_kernel.dylib 0x1836bf224 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1836bf09c mach_msg + 72
2 CoreFoundation 0x184690e90 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x18468eae4 __CFRunLoopRun + 1060
4 CoreFoundation 0x1845beda4 CFRunLoopRunSpecific + 424
5 Foundation 0x1850d8d74 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 304
6 Foundation 0x18512d6c4 -[NSRunLoop(NSRunLoop) run] + 88
7 XXXXXXXXXX 0x100154930 +[AFURLConnectionOperation networkRequestThreadEntryPoint:] (AFURLConnectionOperation.m:169)
8 Foundation 0x1851d62d8 NSThread__start + 996
9 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
10 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
11 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#6. AVAudioSession Notify Thread
0 libsystem_kernel.dylib 0x1836bf224 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1836bf09c mach_msg + 72
2 CoreFoundation 0x184690e90 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x18468eae4 __CFRunLoopRun + 1060
4 CoreFoundation 0x1845beda4 CFRunLoopRunSpecific + 424
5 AVFAudio 0x19e902540 GenericRunLoopThread::Entry(void*) + 164
6 AVFAudio 0x19e928814 CAPThread::Entry(CAPThread*) + 84
7 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
8 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
9 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#7. com.apple.coreaudio.AQClient
0 libsystem_kernel.dylib 0x1836bf224 mach_msg_trap + 8
1 libsystem_kernel.dylib 0x1836bf09c mach_msg + 72
2 CoreFoundation 0x184690e90 __CFRunLoopServiceMachPort + 192
3 CoreFoundation 0x18468eae4 __CFRunLoopRun + 1060
4 CoreFoundation 0x1845beda4 CFRunLoopRunSpecific + 424
5 AudioToolbox 0x1876499fc GenericRunLoopThread::Entry(void*) + 164
6 AudioToolbox 0x18781d4bc CAPThread::Entry(CAPThread*) + 84
7 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
8 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
9 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#8. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#9. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#10. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#11. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#12. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#13. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#14. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#15. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#16. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#17. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#18. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#19. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x100573c00 thread_for_report (report.c:567)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#20. Thread
0 libsystem_kernel.dylib 0x1836dd23c __select + 8
1 XXXXXXXXXX 0x10055e28c http_handle_pthread (agent_main.c:84)
2 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
3 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
4 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#21. Thread
0 libsystem_kernel.dylib 0x1836dda88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1837a31a4 _pthread_wqthread + 1260
2 libsystem_pthread.dylib 0x1837a2cac start_wqthread + 4

#22. Thread
0 libsystem_kernel.dylib 0x1836dda88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1837a31a4 _pthread_wqthread + 1260
2 libsystem_pthread.dylib 0x1837a2cac start_wqthread + 4

#23. Thread
0 libsystem_pthread.dylib 0x1837a2ca8 start_wqthread + 126

#24. Thread
0 libsystem_kernel.dylib 0x1836dda88 __workq_kernreturn + 8
1 libsystem_pthread.dylib 0x1837a31a4 _pthread_wqthread + 1260
2 libsystem_pthread.dylib 0x1837a2cac start_wqthread + 4

#25. Crashed: ff_read
0 libsystem_kernel.dylib 0x1836dd014 __pthread_kill + 8
1 libsystem_pthread.dylib 0x1837a7264 pthread_kill + 112
2 libsystem_c.dylib 0x1836519c4 abort + 140
3 libsystem_c.dylib 0x18362653c basename_r + 314
4 XXXXXXXXXX 0x1003d0910 SDL_UnlockMutex (ijksdl_mutex.c:71)
5 XXXXXXXXXX 0x1003e6428 videotoolbox_free (IJKVideoToolBox.m:921)
6 XXXXXXXXXX 0x1003e6b64 videotoolbox_create (IJKVideoToolBox.m:1156)
7 XXXXXXXXXX 0x1003e7afc ffpipenode_create_video_decoder_from_ios_videotoolbox (ffpipenode_ios_videotoolbox_vdec.m:115)
8 XXXXXXXXXX 0x1003cb9a8 func_open_video_decoder (ffpipeline_ios.c:43)
9 XXXXXXXXXX 0x1003d44d8 stream_component_open (ff_ffplay.c:2311)
10 XXXXXXXXXX 0x1003d5ab4 read_thread (ff_ffplay.c:2589)
11 XXXXXXXXXX 0x1003d81b0 SDL_RunThread (ijksdl_thread_ios.m:31)
12 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
13 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
14 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#26. Thread
0 libsystem_kernel.dylib 0x1836dd314 __semwait_signal + 8
1 libsystem_pthread.dylib 0x1837aa978 pthread_join + 552
2 XXXXXXXXXX 0x1003d1400 SDL_WaitThread (ijksdl_thread.c:92)
3 XXXXXXXXXX 0x1003d1b28 stream_close (ff_ffplay.c:718)
4 XXXXXXXXXX 0x1003d2a78 ffp_wait_stop_l (ff_ffplay.c:3586)
5 XXXXXXXXXX 0x1003dc274 ijkmp_shutdown_l (ijkplayer.c:278)
6 XXXXXXXXXX 0x1003e0ce4 -[IJKFFMoviePlayerController shutdownWaitStop:] (IJKFFMoviePlayerController.m:458)
7 Foundation 0x1851d62d8 NSThread__start + 996
8 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
9 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
10 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#27. ff_msg_loop
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x1003dd1a4 ijkmp_get_msg (ff_ffmsg_queue.h:212)
3 XXXXXXXXXX 0x1003e028c media_player_msg_loop (IJKFFMoviePlayerController.m:1101)
4 XXXXXXXXXX 0x1003d81b0 SDL_RunThread (ijksdl_thread_ios.m:31)
5 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
6 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
7 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#28. ff_vout
0 libsystem_kernel.dylib 0x1836dd314 __semwait_signal + 8
1 libsystem_c.dylib 0x1835fc8b0 nanosleep + 212
2 XXXXXXXXXX 0x100506440 av_usleep (time.c:80)
3 XXXXXXXXXX 0x1003d4d70 video_refresh_thread (ff_ffplay.c:3022)
4 XXXXXXXXXX 0x1003d81b0 SDL_RunThread (ijksdl_thread_ios.m:31)
5 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
6 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
7 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#29. ff_read
0 libsystem_kernel.dylib 0x1836c377c poll + 8
1 XXXXXXXXXX 0x1004e35bc ff_network_wait_fd (network.c:78)
2 XXXXXXXXXX 0x1004e3634 ff_network_wait_fd_timeout (network.c:91)
3 XXXXXXXXXX 0x1004ec36c tcp_read (tcp.c:214)
4 XXXXXXXXXX 0x1004a835c ffurl_read (avio.c:379)
5 XXXXXXXXXX 0x1004bd704 http_get_line (http.c:552)
6 XXXXXXXXXX 0x1004bcba4 http_read_header (http.c:984)
7 XXXXXXXXXX 0x1004bbc3c http_open_cnx (http.c:1153)
8 XXXXXXXXXX 0x1004bc0a4 http_open (http.c:521)
9 XXXXXXXXXX 0x1004a7a0c ffurl_connect (avio.c:206)
10 XXXXXXXXXX 0x1004a8208 ffurl_open_whitelist (avio.c:347)
11 XXXXXXXXXX 0x1004aa334 ffio_open_whitelist (aviobuf.c:1036)
12 XXXXXXXXXX 0x1004eed28 avformat_open_input (utils.c:383)
13 XXXXXXXXXX 0x1003d56cc read_thread (ff_ffplay.c:2449)
14 XXXXXXXXXX 0x1003d81b0 SDL_RunThread (ijksdl_thread_ios.m:31)
15 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
16 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
17 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#30. ff_audio_dec
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x1003d2eac packet_queue_get (ff_ffplay.c:286)
3 XXXXXXXXXX 0x1003d300c packet_queue_get_or_buffering (ff_ffplay.c:334)
4 XXXXXXXXXX 0x1003d700c decoder_decode_frame (ff_ffplay.c:377)
5 XXXXXXXXXX 0x1003d7414 audio_thread (ff_ffplay.c:1585)
6 XXXXXXXXXX 0x1003d81b0 SDL_RunThread (ijksdl_thread_ios.m:31)
7 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
8 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
9 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#31. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x10049e1f8 frame_worker_thread (pthread_frame.c:137)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#32. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x10049e1f8 frame_worker_thread (pthread_frame.c:137)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

#33. Thread
0 libsystem_kernel.dylib 0x1836dce1c __psynch_cvwait + 8
1 libsystem_pthread.dylib 0x1837a4814 _pthread_cond_wait + 640
2 XXXXXXXXXX 0x10049e1f8 frame_worker_thread (pthread_frame.c:137)
3 libsystem_pthread.dylib 0x1837a568c _pthread_body + 240
4 libsystem_pthread.dylib 0x1837a559c _pthread_body + 282
5 libsystem_pthread.dylib 0x1837a2cb4 thread_start + 4

@Yesdgq
Copy link
Author

Yesdgq commented Jul 25, 2017

测试没有遇到这个crash

@gbn2014
Copy link

gbn2014 commented Sep 21, 2017

解码失败在释放的时候就会有这个崩溃

@chensx1993
Copy link

你解决了么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants