Download raw body.
mplayer crashes when quiting
Le Mon, Nov 10, 2025 at 12:51:56PM +0000, Stuart Henderson a écrit : > On 2025/11/10 12:45, Landry Breuil wrote: > > Le Mon, Nov 10, 2025 at 12:08:13PM +0100, Walter Alejandro Iglesias a écrit : > > > mplayer seems to play videos fine but when the program exits it prints > > > this message: > > > > > > MPlayer interrupted by signal 11 in module: uninit_acodec > > > - MPlayer crashed by bad usage of CPU/FPU/RAM. > > > Recompile MPlayer with --enable-debug and make a 'gdb' backtrace and > > > disassembly. Details in DOCS/HTML/en/bugreports_what.html#bugreports_crash. > > > - MPlayer crashed. This shouldn't happen. > > > It can be a bug in the MPlayer code _or_ in your drivers _or_ in your > > > gcc version. If you think it's MPlayer's fault, please read > > > > > > > > > Thread 1 received signal SIGSEGV, Segmentation fault. > > > 0x00000a9a6fa5b024 in av_freep () from /usr/local/lib/libavutil.so.17.0 > > > (gdb) bt > > > #0 0x00000a9a6fa5b024 in av_freep () from /usr/local/lib/libavutil.so.17.0 > > > #1 0x00000a984c4e1c04 in ?? () > > > #2 0x0000003000000018 in ?? () > > > #3 0x0000000000000000 in ?? () > > > (gdb) q > > > > can confirm the crash, better trace below, when compiled with the > > attached diff that disables striping. > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x00000d1fd0fed024 in av_freep () from /usr/local/lib/libavutil.so.17.0 > > (gdb) bt > > #0 0x00000d1fd0fed024 in av_freep () from /usr/local/lib/libavutil.so.17.0 > > pkg_add debug-ffmpeg and you should get something more on that line. doh, right: #0 0x00000aa6170f3024 in av_freep (arg=0x30) at src/libavutil/mem.c:251 > if this works it might be better (ideally want to keep stripping > on archs without debug pkgs): > > .if defined(DEBUG) > CONFIGURE_ARGS += --strip=/usr/bin/true > .endif i fear that wont work for packages produced by bulk builds, so defeats the purpose of providing debug packages ? (make configure doesnt set STRIP in config.mak)
mplayer crashes when quiting