[LLVMbugs] [Bug 18760] New: trunk miscompiles vlc on powerpc64

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 6 10:47:16 PST 2014


http://llvm.org/bugs/show_bug.cgi?id=18760

            Bug ID: 18760
           Summary: trunk miscompiles vlc on powerpc64
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: PowerPC
          Assignee: unassignedbugs at nondot.org
          Reporter: rdivacky at freebsd.org
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I tried clang r200862 and 3.3 release and they both miscompile vlc. One of vlcs
build utilities crashes during the build:

make[4]: Entering directory
`/usr/home/rdivacky/vlc-workdir/usr/ports/multimedia/vlc/work/vlc-2.1.2/bin'
  GEN      ../modules/plugins.dat
gmake[4]: *** [../modules/plugins.dat] Segmentation fault (core dumped)

the vlc used is 2.1.2 from
http://download.videolan.org/pub/videolan/vlc/2.1.2/vlc-2.1.2.tar.xz, this is
the configuration used:

./configure --enable-vlc --enable-avcodec --enable-avformat --enable-oss
--enable-postproc --enable-sftp --enable-libgcrypt --disable-alsa
--disable-dc1394 --disable-directfb --disable-projectm --disable-telx
--disable-tremor --disable-udev --disable-update-check --enable-a52
--disable-aa --disable-libass --enable-bonjour --disable-caca --disable-dbus
--disable-debug --disable-dirac --enable-dvdnav --enable-dvdread --enable-faad
--disable-flac --disable-fluidsynth --disable-libfreerdp --disable-fribidi
--disable-gme --disable-gnomevfs --enable-gnutls --disable-goom --enable-httpd
--disable-jack --disable-bluray --disable-sftp --disable-lirc --enable-live555
--enable-mad --with-mad=/usr/local --enable-mkv --disable-mod --enable-libmpeg2
--disable-mtp --disable-mpc --disable-ncurses --enable-nls --disable-notify
--disable-optimizations --enable-opus --enable-png --disable-pulse --enable-qt
--disable-realrtsp --disable-run-as-root --disable-smbclient
--enable-samplerate --disable-schroedinger --disable-shout --disable-sid
--enable-speex --enable-sout --enable-taglib --enable-theora --enable-twolame
--disable-upnp --disable-libva --enable-vcd --enable-libcddb --enable-vorbis
--enable-x264 --disable-zvbi --disable-lua --enable-ogg --enable-kate
--enable-sdl --enable-sdl-image --enable-skins2 --enable-libtar --disable-svg
--enable-v4l2 --with-x --enable-glx --enable-xcb --enable-xvideo
--with-qt-includes=/usr/local/include/qt4
--with-qt-libraries=/usr/local/lib/qt4 --with-extra-includes=/usr/local/include
--with-extra-libs=/usr/local/lib --enable-altivec --x-libraries=/usr/local/lib
--x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man
--infodir=/usr/local/info/ --build=powerpc64-portbld-freebsd11.0

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140206/e3783493/attachment.html>


More information about the llvm-bugs mailing list