From: Landry Breuil Subject: Re: mplayer crashes when quiting To: Walter Alejandro Iglesias Cc: ports@openbsd.org, brad@comstyle.com Date: Mon, 10 Nov 2025 13:24:52 +0100 Le Mon, Nov 10, 2025 at 01:16:33PM +0100, Walter Alejandro Iglesias a écrit : > On Mon, Nov 10, 2025 at 12:45:55PM +0100, 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. > > Do you need me to recompile the program with your patch in my end and > send you the result? If you want to do it as an exercise in learning how to patch ports, yes, but otherwise no, you'll probably end up with the same trace.