| Summary: | media-video/mplayer-1.0.20070622-r1 mencoder segmentation fault w/zmbv lavc codec | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | trefoil <gentoo> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
trefoil
2007-06-30 02:46:11 UTC
Oops, the last line of the console output was, of course, "Segmentation fault" This should probably go upstream, eh? Can you attach a backtrace here? http://www.gentoo.org/proj/en/qa/backtraces.xml I tried. Mplayer, however, fails to compile with the debug use flag set (both when I use -gddb and when not):
i686-pc-linux-gnu-gcc -I../libavcodec -I../libavformat -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -I. -I.. -I../libavutil -W -Wall -O2 -march=athlon-xp -mtune=athlon-xp -pipe -g3 -D_REENTRANT -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/X11R6/include -I/usr/include/SDL -D_REENTRANT -I/usr/include/freetype2 -DPNG_NO_MMX_CODE -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -c -o dmo/dmo_guids.o dmo/dmo_guids.c
In file included from ./wine/pe_image.h:6,
from ./wine/module.h:12,
from ./dshow/guids.h:6,
from dmo/dmo_guids.h:5,
from dmo/dmo_guids.c:2:
./wine/winbase.h:544: warning: 'packed' attribute ignored for field of type 'CHAR[8]'
In file included from ./wine/module.h:12,
from ./dshow/guids.h:6,
from dmo/dmo_guids.h:5,
from dmo/dmo_guids.c:2:
./wine/pe_image.h:60: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:62: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:64: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:66: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:67: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:69: warning: 'packed' attribute ignored for field of type 'BYTE'
In file included from ./wine/pe_image.h:6,
from ./wine/module.h:12,
from ./dshow/guids.h:6,
from dmo/dmo_guids.h:5,
from dmo/DMO_Filter.h:5,
from dmo/dmo.c:9:
./wine/winbase.h:544: warning: 'packed' attribute ignored for field of type 'CHAR[8]'
In file included from ./wine/module.h:12,
from ./dshow/guids.h:6,
from dmo/dmo_guids.h:5,
from dmo/DMO_Filter.h:5,
from dmo/dmo.c:9:
./wine/pe_image.h:60: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:62: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:64: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:66: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:67: warning: 'packed' attribute ignored for field of type 'BYTE'
./wine/pe_image.h:69: warning: 'packed' attribute ignored for field of type 'BYTE'
dmo/dmo.c: In function 'DMO_FilterCreate':
dmo/dmo.c:73: warning: dereferencing type-punned pointer will break strict-aliasing rules
dmo/dmo.c:79: warning: dereferencing type-punned pointer will break strict-aliasing rules
dmo/dmo.c:86: warning: dereferencing type-punned pointer will break strict-aliasing rules
dmo/dmo.c:90: warning: dereferencing type-punned pointer will break strict-aliasing rules
dmo/dmo.c:93: warning: dereferencing type-punned pointer will break strict-aliasing rules
dmo/dmo.c:118: warning: unused variable 'vi'
ar r libloader.a driver.o afl.o vfl.o ldt_keeper.o pe_image.o module.o ext.o win32.o pe_resource.o resource.o registry.o elfdll.o wrapper.o dshow/DS_AudioDecoder.o dshow/DS_Filter.o dshow/DS_VideoDecoder.o dshow/allocator.o dshow/mediatype.o dshow/cmediasample.o dshow/guids.o dshow/inputpin.o dshow/outputpin.o dmo/DMO_AudioDecoder.o dmo/DMO_VideoDecoder.o dmo/buffer.o dmo/dmo.o dmo/dmo_guids.o
ar: creating libloader.a
true libloader.a
make[1]: Leaving directory `/var/tmp/portage/media-video/mplayer-1.0.20070622-r1/work/mplayer-20070622/loader'
!!! ERROR: media-video/mplayer-1.0.20070622-r1 failed.
Call stack:
ebuild.sh, line 1615: Called dyn_compile
ebuild.sh, line 972: Called qa_call 'src_compile'
ebuild.sh, line 44: Called src_compile
mplayer-1.0.20070622-r1.ebuild, line 437: Called die
Maybe the problem lies in the ebuild's (or mplayer's) use of -g3? Next week I could try to look at this further. :/ (In reply to comment #3) > I tried. Mplayer, however, fails to compile with the debug use flag set (both > when I use -gddb and when not): Please, file a new bug about this and attach the complete emerge log there. Thanks for your advice. It's bug 175627 |