Bug#657251: mplayer: Segmentation fault when using option -pphelp

January 24th, 2012 - 06:40 pm ET by Atle Solbakken | Report spam
Package: mplayer
Version: 2:1.0~rc4.dfsg1+svn33713-5
Severity: normal

Segmentation fault when running
$ mplayer -pphelp

Bug exist in version SVN-r33713-4.6, and in current upstream SVN. I have filed the bug to mplayer also.

GDB:

Starting program: /usr/bin/mplayer -pphelp
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffeec3c038 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0 0x00007fffeec3c038 in vfprintf () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00007fffeec5ff82 in vsnprintf () from /lib/x86_64-linux-gnu/libc.so.6
#2 0x00000000004b0d62 in mp_msg_va ()
#3 0x00000000004b1202 in mp_msg ()
#4 0x00000000004ada72 in ?? ()
#5 0x00000000004ab044 in ?? ()
#6 0x0000000000447d0a in m_config_parse_mp_command_line ()
#7 0x0000000000437410 in main ()
(gdb)

This patch seems to fix the issue:

cfg-common.h:
529c529
< {"pphelp", &pp_help, CONF_TYPE_PRINT_INDIRECT, CONF_NOCFG, 0, 0, NULL},


{"pphelp", &pp_help, CONF_TYPE_PRINT, CONF_NOCFG, 0, 0, NULL},




Atle.



To UNSUBSCRIBE, email to debian-bugs-dist-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
email Follow the discussionReplies 2 repliesReplies Make a reply

Replies

#1 Atle Solbakken
February 02nd, 2012 - 04:30 pm ET | Report spam
This is now fixed upstream.



To UNSUBSCRIBE, email to
with a subject of "unsubscribe". Trouble? Contact

Similar topics