Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-pc-linux-gnux32". Type "show configuration" for configuration details. For bug reporting instructions, please see: . Find the GDB manual and other documentation resources online at: . For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from mpv...(no debugging symbols found)...done. (gdb) run ./SampleVideo_1280x720_10mb.mp4 Starting program: /usr/bin/mpv ./SampleVideo_1280x720_10mb.mp4 [Thread debugging using libthread_db enabled] Using host libthread_db library "/libx32/libthread_db.so.1". [New Thread 0xeb9dd940 (LWP 14004)] [New Thread 0xeb1dc940 (LWP 14005)] [New Thread 0xea7ff940 (LWP 14006)] Playing: ./SampleVideo_1280x720_10mb.mp4 [New Thread 0xe9dff940 (LWP 14007)] [Thread 0xe9dff940 (LWP 14007) exited] [New Thread 0xe9dff940 (LWP 14008)] (+) Video --vid=1 (*) (h264 1280x720 25.000fps) (+) Audio --aid=1 --alang=und (*) (aac 6ch 48000Hz) [New Thread 0xe91fc940 (LWP 14009)] [New Thread 0xe89fb940 (LWP 14010)] [Thread 0xe89fb940 (LWP 14010) exited] [New Thread 0xe89fb940 (LWP 14014)] [New Thread 0xe75ff940 (LWP 14015)] [New Thread 0xe6dfe940 (LWP 14016)] [New Thread 0xe65fd940 (LWP 14017)] [New Thread 0xe5dfc940 (LWP 14018)] [New Thread 0xe55fb940 (LWP 14019)] [New Thread 0xe45a2940 (LWP 14020)] AO: [alsa] 48000Hz stereo 2ch float VO: [opengl] 1280x720 yuv420p Thread 15 "mpv/ao" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xe45a2940 (LWP 14020)] 0xf29a715a in mix_areas_32_smp () from /usr/libx32/libasound.so.2 [Switching to Thread 0xe45a2940 (LWP 14020)] 0xf29a715a in mix_areas_32_smp () from /usr/libx32/libasound.so.2 (gdb) bt full #0 0xf29a715a in mix_areas_32_smp () from /usr/libx32/libasound.so.2 No symbol table info available. #1 0xf29a75b2 in mix_areas () from /usr/libx32/libasound.so.2 No symbol table info available. #2 0xf29a8eee in snd_pcm_dmix_sync_area () from /usr/libx32/libasound.so.2 No symbol table info available. #3 0xf29a9194 in snd_pcm_dmix_start () from /usr/libx32/libasound.so.2 No symbol table info available. #4 0xf296fcef in snd_pcm_start () from /usr/libx32/libasound.so.2 No symbol table info available. #5 0xf2983566 in snd1_pcm_generic_start () from /usr/libx32/libasound.so.2 No symbol table info available. #6 0xf296fcef in snd_pcm_start () from /usr/libx32/libasound.so.2 No symbol table info available. #7 0xf2983566 in snd1_pcm_generic_start () from /usr/libx32/libasound.so.2 No symbol table info available. #8 0xf2975d55 in snd1_pcm_write_areas () from /usr/libx32/libasound.so.2 No symbol table info available. #9 0xf298461a in snd_pcm_plugin_writei () from /usr/libx32/libasound.so.2 No symbol table info available. #10 0xf2970305 in snd_pcm_writei () from /usr/libx32/libasound.so.2 No symbol table info available. #11 0x56590280 in ?? () No symbol table info available. #12 0x56594846 in ?? () No symbol table info available. #13 0xf1b9e0eb in start_thread () from /libx32/libpthread.so.0 No symbol table info available. #14 0xf18dac6f in clone () from /libx32/libc.so.6 No symbol table info available. (gdb)