Summary: | media-video/ffmpeg-0.4.9_p20080326 give Segmentation fault | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | xraver <rootdesign> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
xraver
2008-07-15 08:48:30 UTC
The information you provide unfortunately isn't sufficient. Please provide `emerge --info` output and a useful backtrace. See hereĀ¹ how to achieve this. [1] http://www.gentoo.org/proj/en/qa/backtraces.xml I follow the Steps from [1] - thats all what gdb give. My emerge --info Portage 2.2_rc1 (default-linux/amd64/2007.0, gcc-4.3.1, glibc-2.8_p20080602-r0, 2.6.25-gentoo-r6 x86_64) ================================================================= System uname: Linux-2.6.25-gentoo-r6-x86_64-Intel-R-_Core-TM-2_CPU_6600_@_2.40GHz-with-glibc2.2.5 Timestamp of tree: Tue, 15 Jul 2008 09:34:01 +0000 app-shells/bash: 3.2_p39 dev-java/java-config: 1.3.7, 2.1.6-r1 dev-lang/python: 2.4.4-r13, 2.5.2-r5 dev-python/pycrypto: 2.0.1-r6 sys-apps/baselayout: 2.0.0 sys-apps/openrc: 0.2.5 sys-apps/sandbox: 1.2.18.1-r3 sys-devel/autoconf: 2.13, 2.62-r1 sys-devel/automake: 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10.1-r1 sys-devel/binutils: 2.18.50.0.7 sys-devel/gcc-config: 1.4.0-r4 sys-devel/libtool: 2.2.4 virtual/os-headers: 2.6.25-r4 ACCEPT_KEYWORDS="amd64 ~amd64" CBUILD="x86_64-pc-linux-gnu" CFLAGS="-O2 -pipe -march=native -fomit-frame-pointer" CHOST="x86_64-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/svn/env /usr/kde/svn/share/config /usr/kde/svn/shutdown /usr/share/config" CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/env.d/java/ /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d" CXXFLAGS="-O2 -pipe -march=native -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="distlocks metadata-transfer parallel-fetch preserve-libs sandbox sfperms strict unmerge-orphans userfetch" GENTOO_MIRRORS="ftp://ftp.gentoo.mesh-solutions.com/gentoo/ http://gentoo.cites.uiuc.edu/pub/gentoo/ ftp://gentoo.cites.uiuc.edu/pub/gentoo/" LANG="de_DE.UTF-8" LC_ALL="de_DE.UTF-8" LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu" LINGUAS="de" MAKEOPTS="-j3 -s" PKGDIR="/usr/portage/packages" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/portage/local/layman/desktop-effects /usr/portage/local/layman/zen-overlay /usr/portage/local/layman/jokey /usr/portage/local/layman/kdesvn-portage /usr/local/portage" SYNC="rsync://rsync.gentoo.org/gentoo-portage" USE="X a52 aac acl acpi alsa amd64 apache2 berkdb bzip2 cairo caps captury cli cracklib crypt css ctype cups curl dbus dga dri dvb dvdr dvdread encode exif ffmpeg fortran gdbm gif glitz gnutls gtk hal history iconv ipv6 isdnlog ithreads jack java jpeg jpeg2k kde kdehiddenvisibility lzo mdnsresponder-compatmidi mmx mng mozdevelop mp2 mp3 mp4 mpeg mtp mudflap mysql ncurses network nls nptl nptlonly nsplugin ogg opengl openmp pam pcre pdf perl plasma png pppdpulseaudio python qt4 readline reflection sasl sdl session smp spl sqlite sqlite3 sse sse2 ssl ssse3 statistics suid svg symlink tcpd theora threads truetype unicode usb vim-with-x vorbis x264 xattr xcomposite xorg xv xvid zip zlib" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev keyboard mouse joystick" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="de" USERLAND="GNU" VIDEO_CARDS="nvidia" Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS (In reply to comment #1) > The information you provide unfortunately isn't sufficient. Please provide > `emerge --info` output and a useful backtrace. See hereĀ¹ how to achieve this. > > > [1] http://www.gentoo.org/proj/en/qa/backtraces.xml > funily enough: ffmpeg -s 800x600 -r 25 -f x11grab -i :0.0 -vcodec huffyuv aout.avi works while: ffmpeg -vcodec huffyuv -f x11grab -s 800x600 -r 25 -i :0.0 aout.avi fails. This might or might not be a bug in ffmpeg's way of parsing options. From the help I see: usage: ffmpeg [[infile options] -i infile]... {[outfile options] outfile}... infile options are supposed to be: -s 800x600 -r 25 -f x11grab then -i :0.0 then outfile options: -vcodec huffyuv then the outfile: aout.avi So this is, at least, documented :/ (In reply to comment #3) > funily enough: > ffmpeg -s 800x600 -r 25 -f x11grab -i :0.0 -vcodec huffyuv aout.avi > works while: > ffmpeg -vcodec huffyuv -f x11grab -s 800x600 -r 25 -i :0.0 aout.avi > fails. > This might or might not be a bug in ffmpeg's way of parsing options. > Hallo, i test it and it works. Nice. Thanks for this information. |