Floating point exception in VLC 1.1.7/openSUSE 11.3

*nix specific usage questions
esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 06 Feb 2011 11:25

I've upgraded VLC from 1.1.5 to 1.1.7 on my openSUSE Linux 11.3 (Gnome) via the VLC repo. Now, VLC does not start anymore. When I try launching via the command line, I get:

Code: Select all

VLC media player 1.1.7 The Luggage (revision exported) Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS") Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE") [0x80503fc] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса. Blocked: call to setlocale(6, "") Warning: call to srand(1296087532) Warning: call to rand() Исключение в операции с плавающей точкой
The messages in Russian translate as following (don't know if the original messages in English are the same):

Code: Select all

[0x80503fc] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
and

Code: Select all

Floating point exception
(btw, how can I force output in English?)

Well, the question is: what is the problem and what can I do about it (Yast does not provide a rollback to 1.1.5, so I can't play media and am a bit desperate)?

scg
New Cone
New Cone
Posts: 2
Joined: 06 Feb 2011 16:56

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby scg » 06 Feb 2011 17:03

Same here (openSuSE 11.3, kernel 2.6.37, nvidia 260.19.36) with vlc 1.1.7 and vlc 1.2.0 from the videolan repositories.

And difficult to debug, because both versions run when started in debugger

gdb vlc
run

works after tons of complaints about missing debug packages.

It seems that is a race condition somewhere.

esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 06 Feb 2011 17:31

Just to add, when I try launching as

Code: Select all

vlc --verbose 2
I get the following output:

Code: Select all

VLC media player 1.1.7 The Luggage (revision exported) [0x80503fc] main libvlc debug: VLC media player - 1.1.7 The Luggage [0x80503fc] main libvlc debug: Copyright © 1996-2011 the VideoLAN team [0x80503fc] main libvlc debug: revision exported [0x80503fc] main libvlc debug: configured with ./configure '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--enable-a52' '--enable-aa' '--enable-alsa' '--enable-asademux' '--enable-dca' '--enable-dvb' '--enable-dvbpsi' '--enable-dvdnav' '--enable-dvdread' '--enable-faad' '--enable-fast-install' '--enable-fb' '--enable-flac' '--enable-freetype' '--enable-fribidi' '--enable-glx' '--enable-gnomevfs' '--enable-gnutls' '--enable-httpd' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libcddb' '--enable-libmpeg2' '--enable-libproxy' '--enable-lirc' '--enable-live555' '--enable-lua' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-mozilla' '--enable-ncurses' '--enable-ogg' '--enable-optimizations' '--enable-oss' '--enable-pulse' '--enable-pvr' '--enable-real' '--enable-realrtsp' '--enable-smb' '--enable-sout' '--enable-speex' '--enable-taglib' '--enable-theora' '--enable-v4l' '--enable-v4l2' '--enable-vcd' '--enable-vcdx' '--enable-visual' '--enable-vorbis' '--enable-waveout' '--enable-xvideo' '--with-live555-tree=/usr/lib/live' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' 'CXXFLAGS=-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' [0x80503fc] main libvlc debug: translation test: code is "ru" [0x80503fc] main libvlc debug: checking plugin modules [0x80503fc] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins-04041e-1e8.dat [0x80503fc] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins' [0x80503fc] main libvlc debug: saving plugins cache /usr/lib/vlc/plugins/plugins-04041e-1e8.dat [0x80503fc] main libvlc debug: module bank initialized (404 modules) [0x80503fc] main libvlc debug: opening config file (/home/gabi/.config/vlc/vlcrc) [0x80503fc] main libvlc debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 FPU [0x80503fc] main libvlc debug: looking for memcpy module: 3 candidates [0x80503fc] main libvlc debug: using memcpy module "memcpymmxext" [0x80e8ddc] main input debug: Creating an input for 'Медиа-библиотека' [0x80e8ddc] main input debug: Input is a meta file: disabling unneeded options [0x80e8ddc] main input debug: using timeshift granularity of 50 MiB [0x80e8ddc] main input debug: using timeshift path '/tmp' [0x80e8ddc] main input debug: `file/xspf-open:///home/gabi/.local/share/vlc/ml.xspf' gives access `file' demux `xspf-open' path `/home/gabi/.local/share/vlc/ml.xspf' [0x80e8ddc] main input debug: creating demux: access='file' demux='xspf-open' path='/home/gabi/.local/share/vlc/ml.xspf' [0x80ed004] main demux debug: looking for access_demux module: 2 candidates [0x80ed004] main demux debug: no access_demux module matching "file" could be loaded [0x80ed004] main demux debug: TIMER module_need() : 0.246 ms - Total 0.246 ms / 1 intvls (Avg 0.246 ms) [0x80e8ddc] main input debug: creating access 'file' path='/home/gabi/.local/share/vlc/ml.xspf' [0x80ecff4] main access debug: looking for access module: 2 candidates [0x80ecff4] filesystem access debug: opening file `/home/gabi/.local/share/vlc/ml.xspf' [0x80ecff4] main access debug: using access module "filesystem" [0x80ecff4] main access debug: TIMER module_need() : 0.228 ms - Total 0.228 ms / 1 intvls (Avg 0.228 ms) [0x80ed424] main stream debug: Using AStream*Stream [0x80ed424] main stream debug: pre buffering [0x80ed424] main stream debug: received first data after 0 ms [0x80ed424] main stream debug: pre-buffering done 314 bytes in 0s - 9582 KiB/s [0x82eb934] main stream debug: looking for stream_filter module: 5 candidates [0x82eb934] main stream debug: no stream_filter module matching "any" could be loaded [0x82eb934] main stream debug: TIMER module_need() : 0.220 ms - Total 0.220 ms / 1 intvls (Avg 0.220 ms) [0x82eb934] main stream debug: looking for stream_filter module: 1 candidate [0x82eb934] main stream debug: using stream_filter module "stream_filter_record" [0x82eb934] main stream debug: TIMER module_need() : 0.168 ms - Total 0.168 ms / 1 intvls (Avg 0.168 ms) [0x80e8ddc] main input debug: creating demux: access='file' demux='xspf-open' path='/home/gabi/.local/share/vlc/ml.xspf' [0x82ebabc] main demux debug: looking for demux module: 1 candidate [0x82ebabc] playlist demux debug: using XSPF playlist reader [0x82ebabc] main demux debug: using demux module "playlist" [0x82ebabc] main demux debug: TIMER module_need() : 0.188 ms - Total 0.188 ms / 1 intvls (Avg 0.188 ms) [0x82ebc8c] main demux meta debug: looking for meta reader module: 2 candidates [0x82ebc8c] lua demux meta debug: Trying Lua scripts in /home/gabi/.local/share/vlc/lua/meta/reader [0x82ebc8c] lua demux meta debug: Trying Lua scripts in /usr/lib/vlc/lua/meta/reader [0x82ebc8c] lua demux meta debug: Trying Lua playlist script /usr/lib/vlc/lua/meta/reader/filename.luac [0x82ebc8c] lua demux meta debug: Trying Lua scripts in /usr/share/vlc/lua/meta/reader [0x82ebc8c] main demux meta debug: no meta reader module matching "any" could be loaded [0x82ebc8c] main demux meta debug: TIMER module_need() : 1.293 ms - Total 1.293 ms / 1 intvls (Avg 1.293 ms) [0x80e8ddc] main input debug: `file/xspf-open:///home/gabi/.local/share/vlc/ml.xspf' successfully opened [0x82ebed4] main xml debug: looking for xml module: 2 candidates [0x82ebed4] main xml debug: using xml module "xml" [0x82ebed4] main xml debug: TIMER module_need() : 0.237 ms - Total 0.237 ms / 1 intvls (Avg 0.237 ms) [0x82ebabc] playlist demux debug: parsed 0 tracks successfully [0x82ebed4] main xml debug: removing module "xml" [0x80e8ddc] main input debug: EOF reached [0x82ebabc] main demux debug: removing module "playlist" [0x82eb934] main stream debug: removing module "stream_filter_record" [0x80ecff4] main access debug: removing module "filesystem" [0x80e8ddc] main input debug: TIMER input launching for 'Медиа-библиотека' : 3.713 ms - Total 3.713 ms / 1 intvls (Avg 3.713 ms) [0x82eb934] main interface debug: looking for interface module: 1 candidate [0x82eb934] main interface debug: using interface module "hotkeys" [0x82eb934] main interface debug: TIMER module_need() : 0.236 ms - Total 0.236 ms / 1 intvls (Avg 0.236 ms) [0x80ebca4] main interface debug: looking for interface module: 1 candidate Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS") Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE") [0x80e7854] main playlist debug: Activated [0x80ebca4] main interface debug: using interface module "inhibit" [0x80ebca4] main interface debug: TIMER module_need() : 14.173 ms - Total 14.173 ms / 1 intvls (Avg 14.173 ms) [0x80ece24] main interface debug: looking for interface module: 1 candidate [0x80ece24] main interface debug: using interface module "signals" [0x80ece24] main interface debug: TIMER module_need() : 0.339 ms - Total 0.339 ms / 1 intvls (Avg 0.339 ms) [0x80eb9ec] main interface debug: looking for interface module: 1 candidate [0x80eb9ec] main interface debug: using interface module "globalhotkeys" [0x80eb9ec] main interface debug: TIMER module_need() : 1.000 ms - Total 1.000 ms / 1 intvls (Avg 1.000 ms) [0x80503fc] main libvlc: Запуск vlc с интерфейсом по умолчанию. Используйте 'cvlc' для запуска vlc без интерфейса. [0x80ed4d4] main interface debug: looking for interface module: 5 candidates [0x80e7854] main playlist debug: rebuilding array of current - root Плейлист [0x80e7854] main playlist debug: rebuild done - 0 items, index -1 Blocked: call to setlocale(6, "") Warning: call to srand(1296178087) Warning: call to rand() Исключение в операции с плавающей точкой

Rémi Denis-Courmont
Developer
Developer
Posts: 15061
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby Rémi Denis-Courmont » 07 Feb 2011 18:01

We need a stack trace to investigate this as it is not reproducible here. Make sure you have the debug symbols installed and run "valgrind vlc" or "gdb vlc"
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

scg
New Cone
New Cone
Posts: 2
Joined: 06 Feb 2011 16:56

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby scg » 07 Feb 2011 19:40

Tried

valgrind vlc; gdb vlc; nemiver vlc

and all of them start vlc w/o problems (which is a slow but effective workaround). However

vlc alone gives

VLC media player 1.2.0-git Twoflower (revision exported)
Floating point exception

Any idea how I should try to track the floating point error? Already switched to different desktop, fresh user, ... to no effect

Thanks

esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 14 Feb 2011 08:32

I confirm that

Code: Select all

gdb vlc
starts without problem, only with a warning that something missing and suggestion to install it using zypper. However, when I try to execute the suggested command, I get a message saying that this thing is installed (vlc-nox-debuginfo) and there is nothing to do.

Rémi Denis-Courmont
Developer
Developer
Posts: 15061
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby Rémi Denis-Courmont » 14 Feb 2011 17:08

And the backtrace is???
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 16 Feb 2011 09:00

I fail to understand: what backtrace? As I understand [1], a program can be backtraced in case of a crash, but it does not crash when launched via gdb. Am I missing something?

[1] http://www.linuxjournal.com/article/6391

Rémi Denis-Courmont
Developer
Developer
Posts: 15061
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby Rémi Denis-Courmont » 16 Feb 2011 17:11

I think it's fair to classify Floating point exception as crashing.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 16 Feb 2011 18:49

Of course, but when I run in gdb, there is not crash.

Anyway, here is what I get:

Code: Select all

GNU gdb (GDB) SUSE (7.1-3.12) Copyright (C) 2010 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "i586-suse-linux". For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>... Reading symbols from /usr/bin/vlc... warning: the debug information found in "/usr/lib/debug//usr/bin/vlc.debug" does not match "/usr/bin/vlc" (CRC mismatch). warning: the debug information found in "/usr/lib/debug/usr/bin/vlc.debug" does not match "/usr/bin/vlc" (CRC mismatch). Missing separate debuginfo for /usr/bin/vlc Try: zypper install -C "debuginfo(build-id)=8323ff0e097a27dceef84a322d45f2d8f694f3e2" (no debugging symbols found)...done. (gdb) bt No stack. (gdb)
Well, no stack then.

loyl1
New Cone
New Cone
Posts: 1
Joined: 18 Feb 2011 04:21
VLC version: VLC beta 1.2.0-20110
Operating System: openSUSE 11.3

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby loyl1 » 18 Feb 2011 05:31

Same problem running but running VLC beta 1.2.0-2011021301.6 kernel 2.6.34.7-0.7-desktop on openSUSE 11.3 (upgraded to beta from VLC 1.1.7 - was trying to bypass the floating point exception).

I ran other upgrades at the same time I upgraded VLC. I suspect it may be a problem with an upgraded lib dependency.

vlc --verbose 2
VLC media player 1.2.0-git Twoflower (revision exported)
[0x80503fc] main libvlc debug: VLC media player - 1.2.0-git Twoflower
[0x80503fc] main libvlc debug: Copyright © 1996-2011 the VideoLAN team
[0x80503fc] main libvlc debug: revision exported
[0x80503fc] main libvlc debug: configured with ./configure '--host=i686-pc-linux-gnu' '--build=i686-pc-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--disable-dependency-tracking' '--enable-a52' '--enable-aa' '--enable-alsa' '--enable-dca' '--enable-dvb' '--enable-dvbpsi' '--enable-dvdnav' '--enable-dvdread' '--enable-faad' '--enable-fast-install' '--enable-fb' '--enable-flac' '--enable-freetype' '--enable-fribidi' '--enable-glx' '--enable-gnomevfs' '--enable-gnutls' '--enable-httpd' '--enable-jack' '--enable-kate' '--enable-libass' '--enable-libcddb' '--enable-libmpeg2' '--enable-libproxy' '--enable-lirc' '--enable-live555' '--enable-lua' '--enable-mad' '--enable-mkv' '--enable-mod' '--enable-ncurses' '--enable-ogg' '--enable-optimizations' '--enable-oss' '--enable-pvr' '--enable-real' '--enable-realrtsp' '--enable-smb' '--enable-sout' '--enable-speex' '--enable-taglib' '--enable-theora' '--enable-v4l2' '--enable-vcd' '--enable-vcdx' '--enable-visual' '--enable-vorbis' '--enable-waveout' '--enable-xvideo' '--with-live555-tree=/usr/lib/live' 'build_alias=i686-pc-linux-gnu' 'host_alias=i686-pc-linux-gnu' 'CFLAGS=-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g' 'CXXFLAGS=-fomit-frame-pointer -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g'
[0x80503fc] main libvlc debug: translation test: code is "C"
[0x80503fc] main libvlc debug: checking plugin modules
[0x80503fc] main libvlc debug: loading plugins cache file /usr/lib/vlc/plugins/plugins-04041e-3e8.dat
[0x80503fc] main libvlc warning: This doesn't look like a valid plugins cache
[0x80503fc] main libvlc debug: recursively browsing `/usr/lib/vlc/plugins'
Floating point exception

gdb /usr/bin/vlc
GNU gdb (GDB) SUSE (7.1-3.12)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-suse-linux".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/vlc...Reading symbols from /usr/lib/debug/usr/bin/vlc.debug...done.
done.
(gdb) run /usr/bin/vlc
Starting program: /usr/bin/vlc /usr/bin/vlc
Missing separate debuginfo for /lib/ld-linux.so.2
Try: zypper install -C "debuginfo(build-id)=fbaee3f5e15417f014dc59b0561eb7192ff04c5c"
Missing separate debuginfo for /usr/lib/libvlc.so.5
Try: zypper install -C "debuginfo(build-id)=76f4e2e8dafea62f8fab53e2ab48cd06a9e9bdec"
Missing separate debuginfo for /usr/lib/libvlccore.so.5
Try: zypper install -C "debuginfo(build-id)=cc7e07cc188654e73265089f76cd420b31c1ab09"
Missing separate debuginfo for /lib/libpthread.so.0
Try: zypper install -C "debuginfo(build-id)=9f6e60de92fe5ba3711a0b7188a194d4a3bf790c"
[Thread debugging using libthread_db enabled]
Missing separate debuginfo for /lib/libdl.so.2
Try: zypper install -C "debuginfo(build-id)=580696b460256b20961976ebf3b100e5a4c03c10"
Missing separate debuginfo for /lib/libc.so.6
Try: zypper install -C "debuginfo(build-id)=694c111567b7c83a6f1b97bb28f6687dbd0d3057"
Missing separate debuginfo for /lib/libdbus-1.so.3
Try: zypper install -C "debuginfo(build-id)=3b9b901503e50f57950afee9607afda36b517c2b"
Missing separate debuginfo for /lib/librt.so.1
Try: zypper install -C "debuginfo(build-id)=bbf8c6d2b93765386aea68bdc7705f0ed559fa4d"
Missing separate debuginfo for /lib/libm.so.6
Try: zypper install -C "debuginfo(build-id)=cea8cd6cde71d5c31abbfd61e716cf37338e92f3"
VLC media player 1.2.0-git Twoflower (revision exported)
Detaching after fork from child process 15274.
Detaching after fork from child process 15275.
Detaching after fork from child process 15276.
Detaching after fork from child process 15277.
Missing separate debuginfo for /usr/lib/libstdc++.so.6
Try: zypper install -C "debuginfo(build-id)=ce93a3739a6cb48569820e7f3af0bb8b0d05a76c"
Missing separate debuginfo for /lib/libgcc_s.so.1
Try: zypper install -C "debuginfo(build-id)=ea12a9f70518dd6b807755150f1d2c6ba8550fe1"
Missing separate debuginfo for /usr/lib/libpostproc.so.51
Try: zypper install -C "debuginfo(build-id)=b3104fe9a3cbf0e37a293c49e66f58ad3641aaf5"
Missing separate debuginfo for /usr/lib/libavutil.so.50
Try: zypper install -C "debuginfo(build-id)=2255ea733a15026f7e6b12526240c1256288dba5"
Missing separate debuginfo for /usr/lib/libswscale.so.0
Try: zypper install -C "debuginfo(build-id)=75e83fe8858d53d0b987b977e87354de464ccf26"
Missing separate debuginfo for /usr/lib/vlc/plugins/video_filter/libremoteosd_plugin.so
Try: zypper install -C "debuginfo(build-id)=75b4d55675f574378a7a77d4ab5c07d43273e14e"
Missing separate debuginfo for /lib/libgcrypt.so.11
Try: zypper install -C "debuginfo(build-id)=425445d9eaa1549c7fdff0492feb935526f1137e"
Missing separate debuginfo for /lib/libgpg-error.so.0
Try: zypper install -C "debuginfo(build-id)=d93f348aad8dff568c2ad509b804ee0334e460e3"
Missing separate debuginfo for /usr/lib/vlc/plugins/video_filter/libpanoramix_plugin.so
Try: zypper install -C "debuginfo(build-id)=e402f8e45d2d90124df397ed92c5a28e4fa08816"
Missing separate debuginfo for /usr/lib/libxcb-randr.so.0
Try: zypper install -C "debuginfo(build-id)=98d9782f276b47fd12d5ede981a00b6b2702ff8d"
Missing separate debuginfo for /usr/lib/libxcb.so.1
Try: zypper install -C "debuginfo(build-id)=814f3ffdd03ecfdc341895f6384b93457dae6ac0"
Missing separate debuginfo for /usr/lib/libXau.so.6
Try: zypper install -C "debuginfo(build-id)=46832b565302db261f4a28c6bd62adae502976b0"
Missing separate debuginfo for /usr/lib/libasound.so.2
Try: zypper install -C "debuginfo(build-id)=99c46b8021a9635bc11219d9515a0a1c91aa2d39"
Missing separate debuginfo for /usr/lib/libportaudio.so.2
Try: zypper install -C "debuginfo(build-id)=bab982a039af67cd350a3adef6e5eebd58ab8aa5"
Missing separate debuginfo for /usr/lib/libjack.so.0
Try: zypper install -C "debuginfo(build-id)=f39e2fcfab9a7d255fc33d45ca2675df20918a16"
Missing separate debuginfo for /usr/lib/libSDL-1.2.so.0
Try: zypper install -C "debuginfo(build-id)=b834530c184e6c02c1a4cc60b77e86a81f6acda1"
Missing separate debuginfo for /usr/lib/libshout.so.3
Try: zypper install -C "debuginfo(build-id)=4e5dda13b7301277ab6371ed00eb71456f4db2ea"
Missing separate debuginfo for /usr/lib/libtheora.so.0
Try: zypper install -C "debuginfo(build-id)=b21b1c2ae22e025356da0d5b15558273c34fb238"
Missing separate debuginfo for /usr/lib/libogg.so.0
Try: zypper install -C "debuginfo(build-id)=4f41e91040670543e3a9ca18c45bc0395201ba8a"
Missing separate debuginfo for /usr/lib/libvorbis.so.0
Try: zypper install -C "debuginfo(build-id)=a6a623945c578c8ec14ab2a42bda4210a6102b81"
Missing separate debuginfo for /usr/lib/libspeex.so.1
Try: zypper install -C "debuginfo(build-id)=c5d5cc6bb55a806d7aba3859275550ba05f2bb33"
Missing separate debuginfo for /usr/lib/libtag.so.1
Try: zypper install -C "debuginfo(build-id)=650688eebc74ff63749fee91a0ed1c7311ea2328"
Missing separate debuginfo for /lib/libz.so.1
Try: zypper install -C "debuginfo(build-id)=afddd839a6c18dd308b04b5289c56cc3abd1384f"
Missing separate debuginfo for /usr/lib/libxcb-xv.so.0
Try: zypper install -C "debuginfo(build-id)=9277ff844355dc2b3ac0998da41157383a9607e7"
Missing separate debuginfo for /usr/lib/libxcb-shm.so.0
Try: zypper install -C "debuginfo(build-id)=cac4fa8a406e15dc40e108fdbea589fe1374f3c8"
Missing separate debuginfo for /usr/lib/libxcb-keysyms.so.1
Try: zypper install -C "debuginfo(build-id)=da98082afcb587971bb56623ba053acbd5924af9"
Missing separate debuginfo for /usr/lib/libcaca.so.0
Try: zypper install -C "debuginfo(build-id)=915cf57c782f491020cf55b3e0ac2e9ddd5476ac"
Missing separate debuginfo for /usr/lib/libslang.so.2
Try: zypper install -C "debuginfo(build-id)=1930b0b57fda6ce01a6f906ff3df513aa3215611"
Missing separate debuginfo for /lib/libncursesw.so.5
Try: zypper install -C "debuginfo(build-id)=752d88758f3ba422662e169ef7b2d137dfbe880d"
Missing separate debuginfo for /usr/lib/libX11.so.6
Try: zypper install -C "debuginfo(build-id)=bb9bb703b500ea148087c02d365cedb22b9a27a1"
Missing separate debuginfo for /usr/lib/libglut.so.3
Try: zypper install -C "debuginfo(build-id)=eed5ecaad8cc9122eeb15650d3e1b196d27e1faa"
Missing separate debuginfo for /usr/lib/libGLU.so.1
Try: zypper install -C "debuginfo(build-id)=654ca961a342fdb8fcf96dcfcc38daef8852d228"
Missing separate debuginfo for /usr/lib/libXext.so.6
Try: zypper install -C "debuginfo(build-id)=293f71fe0c50f60d8d2f84df1a669825d6919ee1"
Missing separate debuginfo for /usr/lib/vlc/plugins/video_output/libxcb_glx_plugin.so
Try: zypper install -C "debuginfo(build-id)=941015657819b58b1e87b6d2809d2708bdb0b15c"
Missing separate debuginfo for /usr/lib/libX11-xcb.so.1
Try: zypper install -C "debuginfo(build-id)=3440194e1819cc52aea9928537641aa95473232d"
Missing separate debuginfo for /usr/lib/vlc/plugins/video_output/libaa_plugin.so
Try: zypper install -C "debuginfo(build-id)=083a9d3774fb2e64477c013afb3f795fa7f0dc29"
Missing separate debuginfo for /usr/lib/libaa.so.1
Try: zypper install -C "debuginfo(build-id)=e9837462f0b31b5dda467b7afbfb0b45a805cd4c"
Missing separate debuginfo for /lib/libncurses.so.5
Try: zypper install -C "debuginfo(build-id)=5e4ad4b8f6d215dbb540ba5858512cdfea758f7e"
Missing separate debuginfo for /usr/lib/libgpm.so.1
Try: zypper install -C "debuginfo(build-id)=7a10731f65e6decce6bbffa3f8f653cd60d4f67e"
Missing separate debuginfo for /usr/lib/libavformat.so.52
Try: zypper install -C "debuginfo(build-id)=e1508999e3eb615d876aaa30b6141f69c55ce55d"
Missing separate debuginfo for /usr/lib/libavcodec.so.52
Try: zypper install -C "debuginfo(build-id)=546b249e68d7cee662dfa608c7225ce90257e349"
Missing separate debuginfo for /usr/lib/libavcore.so.0
Try: zypper install -C "debuginfo(build-id)=abbe422a560d7a2a7e940b0dfdf7dbcc388f70dd"
Missing separate debuginfo for /lib/libbz2.so.1
Try: zypper install -C "debuginfo(build-id)=5f53fc12faf8ffc3361196b9124033aa663ddfd1"
Missing separate debuginfo for /usr/lib/libvpx.so.0
Try: zypper install -C "debuginfo(build-id)=ae314f0bd8921f71363946667cd81fe877961dc2"
Missing separate debuginfo for /usr/lib/libvorbisenc.so.2
Try: zypper install -C "debuginfo(build-id)=abec7bf627db7cb68888197b0774c8cd1e65de86"
Missing separate debuginfo for /usr/lib/libtheoraenc.so.1
Try: zypper install -C "debuginfo(build-id)=ef57b4e74e28fbfd6f027d9d6f4154d39e722174"
Missing separate debuginfo for /usr/lib/libtheoradec.so.1
Try: zypper install -C "debuginfo(build-id)=2cda57e0979c03f1b6f5755dcddb228dfda6274a"
Missing separate debuginfo for /usr/lib/libschroedinger-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=7ee9518e0cc30aae66de5becf68a586203b1f819"
Missing separate debuginfo for /usr/lib/libopencore-amrwb.so.0
Try: zypper install -C "debuginfo(build-id)=5bf9edc84ef04db7785f1f46b4731056a4f95d3d"
Missing separate debuginfo for /usr/lib/libopencore-amrnb.so.0
Try: zypper install -C "debuginfo(build-id)=f522ac2c7a20f9d9be5f80fd4ae3e67dca404fb0"
Missing separate debuginfo for /usr/lib/libgsm.so.1
Try: zypper install -C "debuginfo(build-id)=fbd820125ea8ad5e4ca7d6e6a31322efdf91f8cc"
Missing separate debuginfo for /usr/lib/libdirac_encoder.so.0
Try: zypper install -C "debuginfo(build-id)=bf3e9d538d98d372342c91b0e74086494c7d40cf"
Missing separate debuginfo for /usr/lib/liborc-0.4.so.0
Try: zypper install -C "debuginfo(build-id)=23b4e9e689b41924ab93164c6585bb6e9e97d022"
Missing separate debuginfo for /usr/lib/libproxy.so.1
Try: zypper install -C "debuginfo(build-id)=9254aec2974bc21a437640e2386a41d2a5d9fb78"
Missing separate debuginfo for /usr/lib/libmodman.so.0
Try: zypper install -C "debuginfo(build-id)=2ac2cd92fbd0bbd13991ff67c2526f32679ba6b7"
Missing separate debuginfo for /usr/lib/libv4l2.so.0
Try: zypper install -C "debuginfo(build-id)=eb0270bff172d7c660d7f4993ff7510879fe0d8f"
Missing separate debuginfo for /usr/lib/libv4lconvert.so.0
Try: zypper install -C "debuginfo(build-id)=23c6ae1e60e4d5910e9ee5da53d5d1355c6fc891"
Missing separate debuginfo for /usr/lib/libsmbclient.so.0
Try: zypper install -C "debuginfo(build-id)=1217b4b1b024f2186eff47e10e4c01107edf7505"
Missing separate debuginfo for /usr/lib/libwbclient.so.0
Try: zypper install -C "debuginfo(build-id)=581a68f99323d45659e97888e53ebb04ef21a9ff"
Missing separate debuginfo for /lib/libresolv.so.2
Try: zypper install -C "debuginfo(build-id)=e31b0c6ef67cd17db53a672233c2dea4fb8a068d"
Missing separate debuginfo for /lib/libnsl.so.1
Try: zypper install -C "debuginfo(build-id)=5435457ff255d30b598a8d0fc6855e8405093368"
Missing separate debuginfo for /usr/lib/libgssapi_krb5.so.2
Try: zypper install -C "debuginfo(build-id)=411497313458aba590488e95c79e549e5177b22c"
Missing separate debuginfo for /usr/lib/libkrb5.so.3
Try: zypper install -C "debuginfo(build-id)=da4e25ccf871f5b6f8f4f9d7e94571269eb335d7"
Missing separate debuginfo for /usr/lib/libk5crypto.so.3
Try: zypper install -C "debuginfo(build-id)=3e8eda4508b98b020e8c66b5de425454a2426163"
Missing separate debuginfo for /lib/libcom_err.so.2
Try: zypper install -C "debuginfo(build-id)=2d3abdaa792912504481846a8369d1103dac63e4"
Missing separate debuginfo for /usr/lib/libldap-2.4.so.2
Try: zypper install -C "debuginfo(build-id)=9cc8dab5fe0ba409309d82d0de3d348a489f717d"
Missing separate debuginfo for /usr/lib/liblber-2.4.so.2
Try: zypper install -C "debuginfo(build-id)=90f9e30cae0a728a5fa82261fffbf7a53c56094e"
Missing separate debuginfo for /lib/libnscd.so.1
Try: zypper install -C "debuginfo(build-id)=1cc71dceaaeeef3927cd12ed7da8435a535e82c5"
Missing separate debuginfo for /usr/lib/libkrb5support.so.0
Try: zypper install -C "debuginfo(build-id)=0fc2caba7573313d80e240d9f3ecb414c2c74ea3"
Missing separate debuginfo for /lib/libkeyutils.so.1
Try: zypper install -C "debuginfo(build-id)=a567544ea2291040e515f46aeec186347454dcf1"
Missing separate debuginfo for /usr/lib/libsasl2.so.2
Try: zypper install -C "debuginfo(build-id)=3b4ed4c627e3de09d3feac3c38e3b94ed614f140"
Missing separate debuginfo for /lib/libssl.so.1.0.0
Try: zypper install -C "debuginfo(build-id)=266d8e5b9c0f434da66fb0684397c7739189dc0e"
Missing separate debuginfo for /lib/libcrypto.so.1.0.0
Try: zypper install -C "debuginfo(build-id)=71ff426f27685d8c0092d76500f948d71efb3914"
Missing separate debuginfo for /usr/lib/libvcdinfo.so.0
Try: zypper install -C "debuginfo(build-id)=295dd08ec5a3eefa7e41a2161b3cedda6e399683"
Missing separate debuginfo for /usr/lib/libcdio.so.10
Try: zypper install -C "debuginfo(build-id)=e9d9e8e09cee085520efb4c07037e8449a93d7a7"
Missing separate debuginfo for /usr/lib/libiso9660.so.7
Try: zypper install -C "debuginfo(build-id)=7f62e4969f9d009ad40b8c39f7391b4864051a49"
Missing separate debuginfo for /usr/lib/libcddb.so.2
Try: zypper install -C "debuginfo(build-id)=c2f20561add0755119415462268108e3590038a0"
Missing separate debuginfo for /usr/lib/libdvbpsi.so.5
Try: zypper install -C "debuginfo(build-id)=2bf6a76721e12e72a29da8fdbc40e88982e00a33"
Missing separate debuginfo for /usr/lib/libdvdread.so.4
Try: zypper install -C "debuginfo(build-id)=8364c49eccf11093fd370a9d90848d05944b2e61"
Missing separate debuginfo for /usr/lib/libdvdnav.so.4
Try: zypper install -C "debuginfo(build-id)=e771832e990bdb3ec8b0f6e0aa5e008e29fc223c"
Missing separate debuginfo for /usr/lib/libmtp.so.8
Try: zypper install -C "debuginfo(build-id)=ec13be8e192d9e3d93dec102dc0afcb66de89977"
Missing separate debuginfo for /usr/lib/libusb-0.1.so.4
Try: zypper install -C "debuginfo(build-id)=bcb8380115561e16452850c2c6d61a974e0718e9"
Missing separate debuginfo for /usr/lib/libusb-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=1416aebc67003f078537261dbb757cac79909724"
Missing separate debuginfo for /usr/lib/libzvbi.so.0
Try: zypper install -C "debuginfo(build-id)=bf0e635061ecd306a89884be69deb1de3b77055a"
Missing separate debuginfo for /usr/lib/liblirc_client.so.0
Try: zypper install -C "debuginfo(build-id)=f7bcb77a017f707d07acb9a15ec136f5307fc03d"
Missing separate debuginfo for /usr/lib/libmad.so.0
Try: zypper install -C "debuginfo(build-id)=b0641beffbd02508095214ac5c1f97afaff68557"
Missing separate debuginfo for /usr/lib/libdca.so.0
Try: zypper install -C "debuginfo(build-id)=b680949a50497796724d219ce110c86ce76c1e4a"
Missing separate debuginfo for /usr/lib/librsvg-2.so.2
Try: zypper install -C "debuginfo(build-id)=cb71b235cedbcf946344ed59bac8a54a1007d4d1"
Missing separate debuginfo for /usr/lib/libgdk_pixbuf-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=00eb705008273bd3919054066133a3c7691591f7"
Missing separate debuginfo for /usr/lib/libgobject-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=6edcc702edc027ed48d6b1b81fbb76d21881df9b"
Missing separate debuginfo for /usr/lib/libgsf-1.so.114
Try: zypper install -C "debuginfo(build-id)=1fad3ef0c79c5fad5ff1b6fa72b75215807faeb5"
Missing separate debuginfo for /usr/lib/libcroco-0.6.so.3
Try: zypper install -C "debuginfo(build-id)=ec50328dd80e4fa94b24357592b72d1ee7b9c195"
Missing separate debuginfo for /usr/lib/libxml2.so.2
Try: zypper install -C "debuginfo(build-id)=e8b2ad95861ad466b3e35527c9be9777458a0782"
Missing separate debuginfo for /usr/lib/libpangoft2-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=804bc3c9a4b3df597de7678c4fdf058b0abb887d"
Missing separate debuginfo for /usr/lib/libpangocairo-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=7e4773afc590bc259ad79c02a5efb3bba731bc70"
Missing separate debuginfo for /usr/lib/libpango-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=b63db38d40488c92e066181d413d68709ed25400"
Missing separate debuginfo for /usr/lib/libcairo.so.2
Try: zypper install -C "debuginfo(build-id)=bdc295229d9c356b2ec2bdf5f8e9ca7c08937290"
Missing separate debuginfo for /usr/lib/libfontconfig.so.1
Try: zypper install -C "debuginfo(build-id)=0c83d3120f928034914aa7dcac5fa432ba81c196"
Missing separate debuginfo for /usr/lib/libfreetype.so.6
Try: zypper install -C "debuginfo(build-id)=f7854380b1be9f69f5016405cd870d477113c6be"
Missing separate debuginfo for /usr/lib/libgio-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=e665f84696f09e3d4a7a68b6ea116046a7770ef1"
Missing separate debuginfo for /usr/lib/libglib-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=dd45e2c3d23118a2150728855c8182a9d3a2089a"
Missing separate debuginfo for /usr/lib/libgmodule-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=e6c64dce9703ab5905ca27a3cad01e87c052b451"
Missing separate debuginfo for /usr/lib/libgthread-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=c3ddfb692c943f7b8f0cdb701a519cd58021cb4b"
Missing separate debuginfo for /usr/lib/libpixman-1.so.0
Try: zypper install -C "debuginfo(build-id)=ff54a34a853630d29bdb73141549971197727d37"
Missing separate debuginfo for /usr/lib/libpng14.so.14
Try: zypper install -C "debuginfo(build-id)=f933e11c95c69ff0be82aa26a3a3de5b779bac15"
Missing separate debuginfo for /usr/lib/libxcb-render-util.so.0
Try: zypper install -C "debuginfo(build-id)=f54489d730cf7e0edb082bac7de445ef89f44302"
Missing separate debuginfo for /usr/lib/libxcb-render.so.0
Try: zypper install -C "debuginfo(build-id)=5b29982fba2b1dc958dc6d987ad7656fcb6dd88e"
Missing separate debuginfo for /usr/lib/libXrender.so.1
Try: zypper install -C "debuginfo(build-id)=8abd5577d0fde332613057561817346201d1197b"
Missing separate debuginfo for /lib/libexpat.so.1
Try: zypper install -C "debuginfo(build-id)=1b6ee46573a022eace0c3655f871a47cfd21869f"
Missing separate debuginfo for /lib/libselinux.so.1
Try: zypper install -C "debuginfo(build-id)=f5d83fe790e94bc334548f9ce22637dcd758b0fe"
Missing separate debuginfo for /lib/libpcre.so.0
Try: zypper install -C "debuginfo(build-id)=0b87037442a3442aa20708aeda1f7381cdff6cb2"
Missing separate debuginfo for /usr/lib/vlc/plugins/misc/libfreetype_plugin.so
Try: zypper install -C "debuginfo(build-id)=f2dd8e7914efec055425330c9516ebcd9ffe9dc9"
Missing separate debuginfo for /usr/lib/libfribidi.so.0
Try: zypper install -C "debuginfo(build-id)=ba149f3fa6f68f92c0c800d6a6c556f378b3002a"
Missing separate debuginfo for /usr/lib/libsqlite3.so.0
Try: zypper install -C "debuginfo(build-id)=64e1548b40b50ea6b0fc3077d30855f2a588dfb9"
Missing separate debuginfo for /usr/lib/libgnutls.so.26
Try: zypper install -C "debuginfo(build-id)=5f7353cb9cea84ee4bf00211ff3a1139d33d55e9"
Missing separate debuginfo for /usr/lib/libtasn1.so.3
Try: zypper install -C "debuginfo(build-id)=981448e275993142dd21ccd959e4113c82cb5e6a"
Missing separate debuginfo for /usr/lib/vlc/plugins/misc/libnotify_plugin.so
Try: zypper install -C "debuginfo(build-id)=3335faf800f4fc56730a5e183e110375ee951784"
Missing separate debuginfo for /usr/lib/libnotify.so.1
Try: zypper install -C "debuginfo(build-id)=d6386ad0192b60f7882748acedc5ef62cce2fb77"
Missing separate debuginfo for /usr/lib/libgtk-x11-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=f4082b51d33b0780d2cc697146be51f9a41c7c7b"
Missing separate debuginfo for /usr/lib/libgdk-x11-2.0.so.0
Try: zypper install -C "debuginfo(build-id)=97201a3a361e066082d467c8054eb9e21d87603f"
Missing separate debuginfo for /usr/lib/libdbus-glib-1.so.2
Try: zypper install -C "debuginfo(build-id)=745a2db4729bc876a9759e542cb6adea79fca1cb"
Missing separate debuginfo for /usr/lib/libXfixes.so.3
Try: zypper install -C "debuginfo(build-id)=345d2a249a37ee59270a41fb32c6f772fc89fc62"
Missing separate debuginfo for /usr/lib/libatk-1.0.so.0
Try: zypper install -C "debuginfo(build-id)=71031a5856ad3842a67ad9d475007e777a85ac4e"
Missing separate debuginfo for /usr/lib/libXinerama.so.1
Try: zypper install -C "debuginfo(build-id)=f9c472c944ed0600187dd40c6df546b2f04bfac3"
Missing separate debuginfo for /usr/lib/libXi.so.6
Try: zypper install -C "debuginfo(build-id)=108f13cec77b597eeb15cb7ff1e2192e67280e9e"
Missing separate debuginfo for /usr/lib/libXrandr.so.2
Try: zypper install -C "debuginfo(build-id)=0393320ba1e27f0aeaf78bd67f591e3eb2ac43ab"
Missing separate debuginfo for /usr/lib/libXcursor.so.1
Try: zypper install -C "debuginfo(build-id)=8abd0ec9814854d95aea2f7a3a40b1cc4e2a8361"
Missing separate debuginfo for /usr/lib/libXcomposite.so.1
Try: zypper install -C "debuginfo(build-id)=08c0a303de62bc8ed3ea419e6629f7294f4c0c12"
Missing separate debuginfo for /usr/lib/libXdamage.so.1
Try: zypper install -C "debuginfo(build-id)=16136c63a44cb75069f67675ad4596a28993a2bc"
Missing separate debuginfo for /usr/lib/liblua.so.5.1
Try: zypper install -C "debuginfo(build-id)=6b74d2835153e241357c5d5669624ed079aa5891"
Missing separate debuginfo for /usr/lib/libebml.so.2
Try: zypper install -C "debuginfo(build-id)=b5444717aea5d9bee4b4d85b86537f34c17d5e16"
Missing separate debuginfo for /usr/lib/libmodplug.so.0
Try: zypper install -C "debuginfo(build-id)=4fdee7c3c33590462564e8d74dfc627a44bfe01d"
Missing separate debuginfo for /usr/lib/libFLAC.so.8
Try: zypper install -C "debuginfo(build-id)=4f1272f31e3a7f679d55699deffa38f2b90a2bee"
Missing separate debuginfo for /usr/lib/libmpeg2.so.0
Try: zypper install -C "debuginfo(build-id)=544f74dc1da184313a5c5d5a2ffe64851c0ad17a"
Missing separate debuginfo for /usr/lib/libfaad.so.2
Try: zypper install -C "debuginfo(build-id)=157ca99c109fe11fbb1587906405dfa497e6ded0"
Missing separate debuginfo for /usr/lib/libtwolame.so.0
Try: zypper install -C "debuginfo(build-id)=22600bcd9ecaf2763b7e54875d2684970dab5b2a"
Missing separate debuginfo for /usr/lib/vlc/plugins/codec/liblibass_plugin.so
Try: zypper install -C "debuginfo(build-id)=267e3070fe3db050898f702efce27ccd8b06c120"
Missing separate debuginfo for /usr/lib/libass.so.4
Try: zypper install -C "debuginfo(build-id)=f0be5fc18fce355dda434ea928207bcdb15cc23c"
Missing separate debuginfo for /usr/lib/libenca.so.0
Try: zypper install -C "debuginfo(build-id)=2b86f226271f2dab2c5cfed04b8ec1932a3955d2"
Missing separate debuginfo for /usr/lib/libfluidsynth.so.1
Try: zypper install -C "debuginfo(build-id)=74bd971717770615d357b5e366bb18233d992072"
Missing separate debuginfo for /usr/lib/liblash.so.2
Try: zypper install -C "debuginfo(build-id)=db028d08ab8cc76ee89b8ad148b915348673b83c"
Missing separate debuginfo for /lib/libreadline.so.6
Try: zypper install -C "debuginfo(build-id)=3b354af04056503d7d1a07b56e1605c8549a6456"
Missing separate debuginfo for /usr/lib/libpulse-simple.so.0
Try: zypper install -C "debuginfo(build-id)=da7499c007aec720db0f5cb9f4e0a25a4cd49d91"
Missing separate debuginfo for /lib/libuuid.so.1
Try: zypper install -C "debuginfo(build-id)=6ff9c8838bc92ab347368af9073209bac1ef2966"
Missing separate debuginfo for /usr/lib/libpulse.so.0
Try: zypper install -C "debuginfo(build-id)=ad793c355da3f5d7629f1118f48bbe21e9817d7d"
Missing separate debuginfo for /usr/lib/libpulsecommon-0.9.21.so
Try: zypper install -C "debuginfo(build-id)=0a5ca4b0b4fae494e0da64ffb69ea912619ed986"
Missing separate debuginfo for /usr/lib/libSM.so.6
Try: zypper install -C "debuginfo(build-id)=42622feaed9161c10ceae46a921e1c675891532f"
Missing separate debuginfo for /usr/lib/libICE.so.6
Try: zypper install -C "debuginfo(build-id)=f5db98575f6ce66440c6f8197ae5b38ee8cad47b"
Missing separate debuginfo for /usr/lib/libXtst.so.6
Try: zypper install -C "debuginfo(build-id)=957233629824e11de548dfb7441169c9075f1bdc"
Missing separate debuginfo for /lib/libwrap.so.0
Try: zypper install -C "debuginfo(build-id)=02b308430e8a46f3476c52f66f676b24f7cc59fb"
Missing separate debuginfo for /usr/lib/libsndfile.so.1
Try: zypper install -C "debuginfo(build-id)=50df491238fcb450c095522ae34e9df569c41dec"
Missing separate debuginfo for /usr/lib/libgdbm.so.3
Try: zypper install -C "debuginfo(build-id)=ed294e1a5db62e6ead77b95b2e837656fd614e9c"
Missing separate debuginfo for /usr/lib/libva-x11.so.1
Try: zypper install -C "debuginfo(build-id)=334f90f38a352fbcbba78c5b72d49a95dc9d4b54"
Missing separate debuginfo for /usr/lib/libva.so.1
Try: zypper install -C "debuginfo(build-id)=a1145d7c3c856af9b3c2679166d5e7d961d76573"
Missing separate debuginfo for /usr/lib/libdrm.so.2
Try: zypper install -C "debuginfo(build-id)=a27dea09c4fb970abd5fcec27706dc17ba3ec2e7"
Missing separate debuginfo for /usr/lib/libkate.so.1
Try: zypper install -C "debuginfo(build-id)=4054d5ab38c037a9da1d360e61867ae571e48a83"
Missing separate debuginfo for /usr/lib/libupnp.so.4
Try: zypper install -C "debuginfo(build-id)=467a247e3c81c2684bf3af9e8d357ca4897d9522"
Missing separate debuginfo for /usr/lib/libixml.so.2
Try: zypper install -C "debuginfo(build-id)=e7bd60adc8ddc702eb2de6b9386a3265083addce"
Missing separate debuginfo for /usr/lib/libthreadutil.so.3
Try: zypper install -C "debuginfo(build-id)=3e21b891c96261a9c6a7d4032c96b543b8b964af"
Missing separate debuginfo for /lib/libudev.so.0
Try: zypper install -C "debuginfo(build-id)=3b71f04df8520383bdba5330db6b0e71bcbedcae"
Missing separate debuginfo for /usr/lib/libavahi-client.so.3
Try: zypper install -C "debuginfo(build-id)=78e052f11c54dffd404bd2c9c94eea040525cc24"
Missing separate debuginfo for /usr/lib/libavahi-common.so.3
Try: zypper install -C "debuginfo(build-id)=c16e19159aafba20502d9e3b20dd91e86aebb5c6"
Missing separate debuginfo for /usr/lib/vlc/plugins/gui/libqt4_plugin.so
Try: zypper install -C "debuginfo(build-id)=094887b8fb3d0c7923963d46eb112fe5783efde7"
Missing separate debuginfo for /usr/lib/libQtGui.so.4
Try: zypper install -C "debuginfo(build-id)=747d77158ee39c13091822f58b1604b67c46c4fb"
Missing separate debuginfo for /usr/lib/libQtCore.so.4
Try: zypper install -C "debuginfo(build-id)=3213ac42cb5eb24b2ff3fa6d47ba0c8b40f49c40"
Missing separate debuginfo for /usr/lib/libEGL.so.1
Try: zypper install -C "debuginfo(build-id)=0527be424672edafa77fd8d614d2d5f7c2212d93"
Missing separate debuginfo for /usr/lib/vlc/plugins/gui/libskins2_plugin.so
Try: zypper install -C "debuginfo(build-id)=9a236cdc20b7e3518c2b53a0444e90733b0c8eac"
Missing separate debuginfo for /usr/lib/libXpm.so.4
Try: zypper install -C "debuginfo(build-id)=041ea0493cd05a7485a5bb4249509261a3be560c"
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[New Thread 0xb0c37b70 (LWP 15279)]
[New Thread 0xb0bb6b70 (LWP 15280)]
[0x80799b4] main interface error: option global-key-aspect-ratio does not refer to an int
[0x80799b4] main interface error: option global-key-audio-track does not refer to an int
[0x80799b4] main interface error: option global-key-audiodelay-down does not refer to an int
[0x80799b4] main interface error: option global-key-audiodelay-up does not refer to an int
[0x80799b4] main interface error: option global-key-audiodevice-cycle does not refer to an int
[0x80799b4] main interface error: option global-key-chapter-next does not refer to an int
[0x80799b4] main interface error: option global-key-chapter-prev does not refer to an int
[0x80799b4] main interface error: option global-key-crop does not refer to an int
[0x80799b4] main interface error: option global-key-crop-bottom does not refer to an int
[0x80799b4] main interface error: option global-key-crop-left does not refer to an int
[0x80799b4] main interface error: option global-key-crop-right does not refer to an int
[0x80799b4] main interface error: option global-key-crop-top does not refer to an int
[0x80799b4] main interface error: option global-key-decr-scalefactor does not refer to an int
[0x80799b4] main interface error: option global-key-deinterlace does not refer to an int
[0x80799b4] main interface error: option global-key-disc-menu does not refer to an int
[0x80799b4] main interface error: option global-key-faster does not refer to an int
[0x80799b4] main interface error: option global-key-frame-next does not refer to an int
[0x80799b4] main interface error: option global-key-incr-scalefactor does not refer to an int
[0x80799b4] main interface error: option global-key-intf-hide does not refer to an int
[0x80799b4] main interface error: option global-key-intf-show does not refer to an int
[0x80799b4] main interface error: option global-key-jump+extrashort does not refer to an int
[0x80799b4] main interface error: option global-key-jump+long does not refer to an int
[0x80799b4] main interface error: option global-key-jump+medium does not refer to an int
[0x80799b4] main interface error: option global-key-jump+short does not refer to an int
[0x80799b4] main interface error: option global-key-jump-extrashort does not refer to an int
[0x80799b4] main interface error: option global-key-jump-long does not refer to an int
[0x80799b4] main interface error: option global-key-jump-medium does not refer to an int
[0x80799b4] main interface error: option global-key-jump-short does not refer to an int
[0x80799b4] main interface error: option global-key-leave-fullscreen does not refer to an int
[0x80799b4] main interface error: option global-key-loop does not refer to an int
[0x80799b4] main interface error: option global-key-menu-down does not refer to an int
[0x80799b4] main interface error: option global-key-menu-left does not refer to an int
[0x80799b4] main interface error: option global-key-menu-off does not refer to an int
[0x80799b4] main interface error: option global-key-menu-on does not refer to an int
[0x80799b4] main interface error: option global-key-menu-right does not refer to an int
[0x80799b4] main interface error: option global-key-menu-select does not refer to an int
[0x80799b4] main interface error: option global-key-menu-up does not refer to an int
[0x80799b4] main interface error: option global-key-nav-activate does not refer to an int
[0x80799b4] main interface error: option global-key-nav-down does not refer to an int
[0x80799b4] main interface error: option global-key-nav-left does not refer to an int
[0x80799b4] main interface error: option global-key-nav-right does not refer to an int
[0x80799b4] main interface error: option global-key-nav-up does not refer to an int
[0x80799b4] main interface error: option global-key-next does not refer to an int
[0x80799b4] main interface error: option global-key-pause does not refer to an int
[0x80799b4] main interface error: option global-key-play does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark1 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark10 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark2 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark3 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark4 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark5 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark6 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark7 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark8 does not refer to an int
[0x80799b4] main interface error: option global-key-play-bookmark9 does not refer to an int
[0x80799b4] main interface error: option global-key-play-pause does not refer to an int
[0x80799b4] main interface error: option global-key-position does not refer to an int
[0x80799b4] main interface error: option global-key-prev does not refer to an int
[0x80799b4] main interface error: option global-key-quit does not refer to an int
[0x80799b4] main interface error: option global-key-random does not refer to an int
[0x80799b4] main interface error: option global-key-rate-faster-fine does not refer to an int
[0x80799b4] main interface error: option global-key-rate-normal does not refer to an int
[0x80799b4] main interface error: option global-key-rate-slower-fine does not refer to an int
[0x80799b4] main interface error: option global-key-record does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark1 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark10 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark2 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark3 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark4 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark5 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark6 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark7 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark8 does not refer to an int
[0x80799b4] main interface error: option global-key-set-bookmark9 does not refer to an int
[0x80799b4] main interface error: option global-key-slower does not refer to an int
[0x80799b4] main interface error: option global-key-snapshot does not refer to an int
[0x80799b4] main interface error: option global-key-stop does not refer to an int
[0x80799b4] main interface error: option global-key-subdelay-down does not refer to an int
[0x80799b4] main interface error: option global-key-subdelay-up does not refer to an int
[0x80799b4] main interface error: option global-key-subpos-down does not refer to an int
[0x80799b4] main interface error: option global-key-subpos-up does not refer to an int
[0x80799b4] main interface error: option global-key-subtitle-track does not refer to an int
[0x80799b4] main interface error: option global-key-title-next does not refer to an int
[0x80799b4] main interface error: option global-key-title-prev does not refer to an int
[0x80799b4] main interface error: option global-key-toggle-autoscale does not refer to an int
[0x80799b4] main interface error: option global-key-toggle-fullscreen does not refer to an int
[0x80799b4] main interface error: option global-key-uncrop-bottom does not refer to an int
[0x80799b4] main interface error: option global-key-uncrop-left does not refer to an int
[0x80799b4] main interface error: option global-key-uncrop-right does not refer to an int
[0x80799b4] main interface error: option global-key-uncrop-top does not refer to an int
[0x80799b4] main interface error: option global-key-unzoom does not refer to an int
[0x80799b4] main interface error: option global-key-vol-down does not refer to an int
[0x80799b4] main interface error: option global-key-vol-mute does not refer to an int
[0x80799b4] main interface error: option global-key-vol-up does not refer to an int
[0x80799b4] main interface error: option global-key-wallpaper does not refer to an int
[0x80799b4] main interface error: option global-key-zoom does not refer to an int
[0x80799b4] main interface error: option global-key-zoom-double does not refer to an int
[0x80799b4] main interface error: option global-key-zoom-half does not refer to an int
[0x80799b4] main interface error: option global-key-zoom-original does not refer to an int
[0x80799b4] main interface error: option global-key-zoom-quarter does not refer to an int
[0x80503fc] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
[New Thread 0xafdfeb70 (LWP 15281)]
Blocked: call to setlocale(6, "")
Missing separate debuginfo for /usr/lib/gconv/UTF-16.so
Try: zypper install -C "debuginfo(build-id)=abe9951a44939656ae3f049128e47a33a266ff6b"
[New Thread 0xb09ffb70 (LWP 15282)]
[Thread 0xb0bb6b70 (LWP 15280) exited]
[Thread 0xb09ffb70 (LWP 15282) exited]
Missing separate debuginfo for /usr/lib/kde4/plugins/gui_platform/libkde.so
Try: zypper install -C "debuginfo(build-id)=7ebebd8586e8b16e0175f513ff23c689dd23c980"
Missing separate debuginfo for /usr/lib/libkio.so.5
Try: zypper install -C "debuginfo(build-id)=8d3eea591a1b41602df7c028b5957f2feda3cc37"
Missing separate debuginfo for /usr/lib/libkdeui.so.5
Try: zypper install -C "debuginfo(build-id)=5c3ecfa04616320620f9dc7a9d08e6422d376d93"
Missing separate debuginfo for /usr/lib/libkdecore.so.5
Try: zypper install -C "debuginfo(build-id)=0a83bfd83b0a6bc8d4844608be325eb1fc4197c2"
Missing separate debuginfo for /usr/lib/libstreamanalyzer.so.0
Try: zypper install -C "debuginfo(build-id)=8059a959b53922e7d7fb5e450b1e99d199d2dc57"
Missing separate debuginfo for /usr/lib/libsolid.so.4
Try: zypper install -C "debuginfo(build-id)=976974c033cae756f734df07863410c43b42db51"
Missing separate debuginfo for /usr/lib/libQtNetwork.so.4
Try: zypper install -C "debuginfo(build-id)=ad66514e6df61a6c1e033a52d5cf8b4fe5eab338"
Missing separate debuginfo for /usr/lib/libQtXml.so.4
Try: zypper install -C "debuginfo(build-id)=f82adc6220d4bd72c1cbecfeaabd111cbc7b140a"
Missing separate debuginfo for /usr/lib/libksuseinstall.so.1
Try: zypper install -C "debuginfo(build-id)=684da67c90bc51e2a1457a16a93fb39cea2a16e9"
Missing separate debuginfo for /usr/lib/libfam.so.0
Try: zypper install -C "debuginfo(build-id)=9c00c4bf159ed8f800b380c932ed52087fc5819f"
Missing separate debuginfo for /lib/libacl.so.1
Try: zypper install -C "debuginfo(build-id)=1960e49179e41772c41bd40168ce5f35d7ee07c6"
Missing separate debuginfo for /lib/libattr.so.1
Try: zypper install -C "debuginfo(build-id)=804da74d5e7f0e4295fb5494eecb14664296b3d9"
Missing separate debuginfo for /usr/lib/libQtDBus.so.4
Try: zypper install -C "debuginfo(build-id)=a056fbfd5d1ddf2a21a9e810fb2c53dca6d666b1"
Missing separate debuginfo for /usr/lib/libQtSvg.so.4
Try: zypper install -C "debuginfo(build-id)=df7b17b12f08fdfb7685bc69a4684af641be1c95"
Missing separate debuginfo for /lib/liblzma.so.0
Try: zypper install -C "debuginfo(build-id)=a82dfe035d1fadf1b27e5efdac71d6dd45ef714f"
Missing separate debuginfo for /usr/lib/libstreams.so.0
Try: zypper install -C "debuginfo(build-id)=fa60d2b063c9638a150d82a4032936ef12089e3c"
Blocked: call to setlocale(6, "")
Missing separate debuginfo for /usr/lib/kde4/plugins/styles/oxygen.so
Try: zypper install -C "debuginfo(build-id)=4b9a816aae98bd9ac07f7e527fbf5d8412a17ffa"
Blocked: call to strerror(2)
Warning: call to rand()
Warning: call to rand()
Warning: call to rand()
[New Thread 0xb09ffb70 (LWP 15283)]
[New Thread 0xb0bb6b70 (LWP 15284)]
Missing separate debuginfo for /usr/lib/qt4/plugins/imageformats/libqgif.so
Try: zypper install -C "debuginfo(build-id)=133a08f1a551632d2dd1a8b521a5127be303b24f"
Missing separate debuginfo for /usr/lib/qt4/plugins/imageformats/libqico.so
Try: zypper install -C "debuginfo(build-id)=16092d9fa418598f5474c02eb77fc4970a1b9b5c"
Missing separate debuginfo for /usr/lib/qt4/plugins/imageformats/libqjpeg.so
Try: zypper install -C "debuginfo(build-id)=af7bf02b0843c0f7516c1690283be65e9cc645db"
Missing separate debuginfo for /usr/lib/libjpeg.so.8
Try: zypper install -C "debuginfo(build-id)=5656b9563c388beee6e716dbe832ecb4480895ba"
Missing separate debuginfo for /usr/lib/qt4/plugins/imageformats/libqmng.so
Try: zypper install -C "debuginfo(build-id)=2e6893cb3028408f5be43c759f2144e4af86f70d"
Missing separate debuginfo for /usr/lib/libmng.so.1
Try: zypper install -C "debuginfo(build-id)=e1fc3a284e8e6ceefb3817209bd8495eeb1a51ae"
Missing separate debuginfo for /usr/lib/liblcms.so.1
Try: zypper install -C "debuginfo(build-id)=de5805096117d58c21b9f5bb587b010f0f9ef739"
Missing separate debuginfo for /usr/lib/qt4/plugins/imageformats/libqsvg.so
Try: zypper install -C "debuginfo(build-id)=8853ae68ad30c7c692aa4d92dfc8b3ce9ef5d1b8"
Missing separate debuginfo for /usr/lib/qt4/plugins/imageformats/libqtiff.so
Try: zypper install -C "debuginfo(build-id)=5a88ed339127b56729d9b66d806c180238ef141a"
Missing separate debuginfo for /usr/lib/libtiff.so.3
Try: zypper install -C "debuginfo(build-id)=f61e357aaca6f804a07f12babbeb02af21f008a4"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_dds.so
Try: zypper install -C "debuginfo(build-id)=2ad56d3e03db4ca75aa278b05b4fc49ae40a5e61"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_eps.so
Try: zypper install -C "debuginfo(build-id)=32f71402b0fc7313d4fda0a3fa69d4f21a8a8402"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_exr.so
Try: zypper install -C "debuginfo(build-id)=aa19c14d4a8398572c8fe05481d36df3c339baea"
Missing separate debuginfo for /usr/lib/libIlmImf.so.6
Try: zypper install -C "debuginfo(build-id)=f9537e8e11294fa248d4e640a00e418c04e3bb6f"
Missing separate debuginfo for /usr/lib/libIex.so.6
Try: zypper install -C "debuginfo(build-id)=71ba7aac2a9e22c90d88bf7b262f3fd9d6a6b357"
Missing separate debuginfo for /usr/lib/libHalf.so.6
Try: zypper install -C "debuginfo(build-id)=6279c97c940408c57ef361bdc97fc92d8f489d2c"
Missing separate debuginfo for /usr/lib/libIlmThread.so.6
Try: zypper install -C "debuginfo(build-id)=2209efa5c43beca2a2cf6ea8d75ebafd7af94166"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_jp2.so
Try: zypper install -C "debuginfo(build-id)=21f3e18ab0e1890b2968ef799d6c23f36fbad0ff"
Missing separate debuginfo for /usr/lib/libjasper.so.1
Try: zypper install -C "debuginfo(build-id)=af1b2c378fcde68ba5c7a136b8ddefd5aa710b20"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_pcx.so
Try: zypper install -C "debuginfo(build-id)=0329fcf5ffe922245cc693bc450ab02a1d82d34d"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_psd.so
Try: zypper install -C "debuginfo(build-id)=bfde88db0e38c66643f2e04cf7a03893a27d6065"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_rgb.so
Try: zypper install -C "debuginfo(build-id)=2ee0b5ef29f5639c3c916626d9a9cb7b97a2208a"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_tga.so
Try: zypper install -C "debuginfo(build-id)=a718e67e1aa2d88855f2d4c6621cb03962404961"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_xcf.so
Try: zypper install -C "debuginfo(build-id)=8dbae624dae309c21cfb2fa2e23e13c7235ed18f"
Missing separate debuginfo for /usr/lib/kde4/plugins/imageformats/kimg_xview.so
Try: zypper install -C "debuginfo(build-id)=9b44a51e1dba2d3af3c5e6206f2a30c720f8fe71"
[New Thread 0xae295b70 (LWP 15285)]
[Thread 0xae295b70 (LWP 15285) exited]
Warning: call to rand()
Warning: call to rand()
[Thread 0xb0c37b70 (LWP 15279) exited]
[Thread 0xb09ffb70 (LWP 15283) exited]
[Thread 0xb0bb6b70 (LWP 15284) exited]
[Thread 0xafdfeb70 (LWP 15281) exited]

Program exited normally.
(gdb) quit
.
PD

esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 18 Feb 2011 19:00

When I run

Code: Select all

strace vlc
I get the following output:

Code: Select all

writev(4, [{"l\0\v\0\0\0\22\0\20\0\0\0", 12}, {"", 0}, {"MIT-MAGIC-COOKIE-1", 18}, {"\0\0", 2}, {"XXp\363I3\vfM\214\312V\te,\30", 16}, {"", 0}], 6) = 48 read(4, "\1\0\v\0\0\0+\2", 8) = 8 read(4, "\200\313\244\0\0\0\340\3\377\377\37\0\0\1\0\0\24\0\377\377\1\7\0\0 \10\377\0\0\0\0"..., 2220) = 2220 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) writev(4, [{"b\0\5\0\f\0\0\0BIG-REQUESTS", 20}], 1) = 20 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\0\1\0\0\0\0\0\1\221\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) writev(4, [{"\221\0\1\0", 4}], 1) = 4 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\0\2\0\0\0\0\0\377\377?\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 read(4, 0x82612f0, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) writev(4, [{"7\0\5\0\0\0\340\3Z\1\0\0\10\0\0\0\377\377\377\0\24\0\6\0Z\1\0\0\27\0\0\0"..., 44}, {NULL, 0}, {"", 0}], 3) = 44 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\10\4\0\275\2\0\0\37\0\0\0\0\0\0\0\364\n\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096) = 2836 read(4, 0x82612f0, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) writev(4, [{"b\0\5\0\t\0\340\3", 8}, {"XKEYBOARD", 9}, {"\0\0\0", 3}], 3) = 20 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\0\5\0\0\0\0\0\1\223w\247\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 read(4, 0x82612f0, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) writev(4, [{"\223\0\2\0\1\0\0\0", 8}, {NULL, 0}, {"", 0}], 3) = 8 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\1\6\0\0\0\0\0\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 read(4, 0x82612f0, 4096) = -1 EAGAIN (Resource temporarily unavailable) poll([{fd=4, events=POLLIN|POLLOUT}], 1, -1) = 1 ([{fd=4, revents=POLLOUT}]) writev(4, [{"<\0\2\0\0\0\340\3+\1\1\0", 12}, {NULL, 0}, {"", 0}], 3) = 12 poll([{fd=4, events=POLLIN}], 1, -1) = 1 ([{fd=4, revents=POLLIN}]) read(4, "\1\2\10\0\0\0\0\0\4\0\300\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0", 4096) = 32 read(4, 0x82612f0, 4096) = -1 EAGAIN (Resource temporarily unavailable) close(4) = 0 rt_sigprocmask(SIG_BLOCK, [INT QUIT PIPE TERM], [HUP INT QUIT PIPE TERM CHLD], 8) = 0 mmap2(NULL, 528384, PROT_READ|PROT_WRITE|PROT_EXEC, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0xb01c8000 mprotect(0xb01c8000, 4096, PROT_NONE) = 0 clone(child_stack=0xb0248494, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tidptr=0xb0248bd8, {entry_number:6, base_addr:0xb0248b70, limit:1048575, seg_32bit:1, contents:0, read_exec_only:0, limit_in_pages:1, seg_not_present:0, useable:1}, child_tidptr=0xb0248bd8) = 9597 rt_sigprocmask(SIG_SETMASK, [HUP INT QUIT PIPE TERM CHLD], NULL, 8) = 0 futex(0xb6e7e6d8, FUTEX_WAIT_PRIVATE, 0, NULLBlocked: call to setlocale(6, "") Warning: call to srand(1298048504) Warning: call to rand() Blocked: call to setlocale(6, "") Warning: call to rand() Warning: call to rand() Warning: call to rand() ) = 0 clock_gettime(CLOCK_MONOTONIC, {1303, 294991668}) = 0 futex(0xb77b6aa4, FUTEX_WAIT_PRIVATE, 1, NULLWarning: call to rand() ) = 0 futex(0xb77b6a78, FUTEX_WAKE_PRIVATE, 1) = 0 futex(0x80e5524, FUTEX_WAKE_OP_PRIVATE, 1, 1, 0x80e5520, {FUTEX_OP_SET, 0, FUTEX_OP_CMP_GT, 1}) = 1 futex(0x80e5508, FUTEX_WAKE_PRIVATE, 1) = 1 mkdir("/home/gabi/.local/share/vlc", 0700) = -1 EEXIST (File exists) clock_gettime(CLOCK_MONOTONIC, {1306, 758610292}) = 0 open("/home/gabi/.local/share/vlc/ml.xspf", O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE|O_CLOEXEC, 0666) = 18 fcntl64(18, F_SETFD, FD_CLOEXEC) = 0 fcntl64(18, F_GETFL) = 0x88001 (flags O_WRONLY|O_LARGEFILE|O_CLOEXEC) fstat64(18, {st_mode=S_IFREG|0644, st_size=0, ...}) = 0 mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb5be7000 _llseek(18, 0, [0], SEEK_CUR) = 0 clock_gettime(CLOCK_MONOTONIC, {1306, 759116844}) = 0 clock_gettime(CLOCK_MONOTONIC, {1306, 759411925}) = 0 write(18, "<?xml version=\"1.0\" encoding=\"UT"..., 314) = 314 close(18) = 0 munmap(0xb5be7000, 4096) = 0 clock_gettime(CLOCK_MONOTONIC, {1306, 759728193}) = 0 write(5, "A", 1) = 1 futex(0x824179c, FUTEX_WAKE_PRIVATE, 1) = 1 futex(0xb0248bd8, FUTEX_WAIT, 9597, NULL) = 0 tgkill(9591, 9596, SIGRTMIN) = 0 munmap(0xb034b000, 16472) = 0 munmap(0xb0350000, 16516) = 0 munmap(0xb0355000, 29052) = 0 munmap(0xb035d000, 16536) = 0 munmap(0xb0362000, 20632) = 0 munmap(0xb0368000, 16636) = 0 munmap(0xb036d000, 12404) = 0 munmap(0xb0371000, 24640) = 0 munmap(0xb03da000, 12336) = 0 munmap(0xb03aa000, 24648) = 0 munmap(0xb0378000, 36928) = 0 munmap(0xb03b1000, 20540) = 0 munmap(0xb03b7000, 20552) = 0 munmap(0xb03bd000, 61492) = 0 munmap(0xb03de000, 32836) = 0 munmap(0xb03e7000, 24628) = 0 munmap(0xb03ee000, 16456) = 0 munmap(0xb03f3000, 12344) = 0 munmap(0xb03f7000, 12372) = 0 munmap(0xb0382000, 158728) = 0 munmap(0xb03fb000, 8224) = 0 munmap(0xb03fe000, 12368) = 0 munmap(0xb03cd000, 49800) = 0 munmap(0xb0402000, 16444) = 0 munmap(0xb0420000, 12320) = 0 munmap(0xb0424000, 28740) = 0 munmap(0xb042c000, 12328) = 0 munmap(0xb0430000, 20524) = 0 munmap(0xb1ee9000, 8232) = 0 munmap(0xb0436000, 12320) = 0 munmap(0xb043a000, 12348) = 0 munmap(0xb043e000, 16436) = 0 munmap(0xb0443000, 12372) = 0 munmap(0xb0407000, 94384) = 0 munmap(0xb0447000, 20588) = 0 munmap(0xb047a000, 16436) = 0 munmap(0xb047f000, 16432) = 0 munmap(0xb0484000, 16440) = 0 munmap(0xb0489000, 12320) = 0 munmap(0xb048d000, 28852) = 0 munmap(0xb0495000, 16572) = 0 munmap(0xb04bb000, 33200) = 0 munmap(0xb0454000, 154400) = 0 munmap(0xb04af000, 46692) = 0 munmap(0xb044d000, 24800) = 0 munmap(0xb04c4000, 16524) = 0 munmap(0xb04c9000, 33032) = 0 munmap(0xb04d2000, 20708) = 0 munmap(0xb049e000, 61764) = 0 munmap(0xb04d8000, 16536) = 0 munmap(0xb04dd000, 20680) = 0 munmap(0xb050a000, 20596) = 0 munmap(0xb0510000, 24808) = 0 munmap(0xb0523000, 28976) = 0 munmap(0xb051b000, 28760) = 0 munmap(0xb0517000, 12324) = 0 munmap(0xb1eec000, 16572) = 0 munmap(0xb04ea000, 114864) = 0 munmap(0xb04e3000, 25800) = 0 munmap(0xb1ef4000, 24888) = 0 munmap(0xb1ef1000, 8212) = 0 munmap(0xb1efb000, 20592) = 0 munmap(0xb1f01000, 28932) = 0 munmap(0xb1f09000, 12376) = 0 getpid() = 9591 munmap(0xb1f0d000, 16604) = 0 munmap(0xb1e38000, 720972) = 0 munmap(0xb1d50000, 947676) = 0 munmap(0xb1c4f000, 228236) = 0 munmap(0xb1bdc000, 467244) = 0 munmap(0xb1c87000, 822528) = 0 munmap(0xb5689000, 7840) = 0 munmap(0xb052b000, 23792064) = 0 munmap(0xb1f12000, 12360) = 0 munmap(0xb1f1c000, 16464) = 0 munmap(0xb1f21000, 33180) = 0 munmap(0xb1f2a000, 12344) = 0 munmap(0xb1f2e000, 12340) = 0 munmap(0xb1f32000, 20652) = 0 munmap(0xb1f38000, 12356) = 0 munmap(0xb1f3c000, 49472) = 0 munmap(0xb1f49000, 16440) = 0 munmap(0xb1f4e000, 12364) = 0 munmap(0xb1f52000, 20568) = 0 munmap(0xb1f58000, 20576) = 0 munmap(0xb1f5e000, 21524) = 0 munmap(0xb1f64000, 8224) = 0 munmap(0xb1f67000, 16480) = 0 munmap(0xb1f6c000, 78440) = 0 munmap(0xb1f80000, 16456) = 0 munmap(0xb1fb6000, 12332) = 0 munmap(0xb1f85000, 16456) = 0 munmap(0xb1fba000, 16464) = 0 munmap(0xb1fbf000, 16460) = 0 munmap(0xb1fc4000, 28796) = 0 munmap(0xb1fcc000, 20556) = 0 munmap(0xb22eb000, 8224) = 0 munmap(0xb1f8a000, 131744) = 0 munmap(0xb1fd2000, 12376) = 0 munmap(0xb1fd6000, 12376) = 0 munmap(0xb1fda000, 16500) = 0 munmap(0xb1fab000, 40980) = 0 munmap(0xb2bef000, 8220) = 0 munmap(0xb1fdf000, 82068) = 0 munmap(0xb1ff4000, 16472) = 0 munmap(0xb1ff9000, 24732) = 0 munmap(0xb2000000, 20528) = 0 munmap(0xb2006000, 24708) = 0 munmap(0xb200d000, 16476) = 0 munmap(0xb2012000, 12372) = 0 munmap(0xb2016000, 28856) = 0 munmap(0xb201e000, 20584) = 0 munmap(0xb2024000, 20580) = 0 munmap(0xb206a000, 12348) = 0 munmap(0xb206e000, 16472) = 0 munmap(0xb2073000, 12356) = 0 munmap(0xb2077000, 16480) = 0 munmap(0xb207c000, 28752) = 0 munmap(0xb2084000, 12368) = 0 munmap(0xb2c33000, 8220) = 0 munmap(0xb2088000, 16492) = 0 munmap(0xb208d000, 20564) = 0 munmap(0xb202a000, 254104) = 0 munmap(0xb2093000, 12336) = 0 munmap(0xb2097000, 16472) = 0 munmap(0xb20a7000, 32900) = 0 munmap(0xb20b0000, 20592) = 0 munmap(0xb20b6000, 24660) = 0 munmap(0xb20bd000, 12336) = 0 munmap(0xb2ccd000, 8220) = 0 munmap(0xb20c1000, 37180) = 0 munmap(0xb20cb000, 36996) = 0 munmap(0xb209c000, 41076) = 0 munmap(0xb20d5000, 24736) = 0 munmap(0xb20dc000, 12340) = 0 munmap(0xb20e0000, 16464) = 0 munmap(0xb20e5000, 20620) = 0 munmap(0xb20eb000, 16444) = 0 munmap(0xb20f0000, 12372) = 0 munmap(0xb20f4000, 36900) = 0 munmap(0xb3435000, 8228) = 0 munmap(0xb3652000, 8220) = 0 munmap(0xb4820000, 8232) = 0 munmap(0xb20fe000, 12324) = 0 munmap(0xb2102000, 32812) = 0 munmap(0xb210b000, 16412) = 0 munmap(0xb2110000, 12316) = 0 munmap(0xb2114000, 20508) = 0 munmap(0xb21ae000, 16412) = 0 munmap(0xb21b3000, 16412) = 0 munmap(0xb21b8000, 12324) = 0 munmap(0xb21bc000, 12316) = 0 munmap(0xb21c0000, 16456) = 0 munmap(0xb21c5000, 12372) = 0 munmap(0xb21c9000, 16540) = 0 munmap(0xb21ce000, 12352) = 0 munmap(0xb21d2000, 53856) = 0 munmap(0xb211a000, 603416) = 0 munmap(0xb21e0000, 41064) = 0 munmap(0xb21eb000, 32924) = 0 munmap(0xb21f4000, 65704) = 0 munmap(0xb2205000, 16548) = 0 munmap(0xb2250000, 32900) = 0 munmap(0xb2259000, 82080) = 0 munmap(0xb220a000, 139608) = 0 munmap(0xb226e000, 12360) = 0 munmap(0xb22ee000, 24720) = 0 munmap(0xb235c000, 12404) = 0 munmap(0xb2300000, 37080) = 0 munmap(0xb222d000, 132508) = 0 munmap(0xb22f5000, 41480) = 0 munmap(0xb230a000, 16580) = 0 munmap(0xb236d000, 49528) = 0 munmap(0xb22bb000, 193252) = 0 munmap(0xb2296000, 151436) = 0 munmap(0xb2360000, 52100) = 0 munmap(0xb2272000, 143596) = 0 munmap(0xb2bf2000, 24700) = 0 munmap(0xb237a000, 20704) = 0 munmap(0xb2bff000, 12400) = 0 munmap(0xb2c03000, 61692) = 0 munmap(0xb2c44000, 12376) = 0 munmap(0xb255b000, 6895792) = 0 munmap(0xb2538000, 142944) = 0 munmap(0xb251e000, 104392) = 0 munmap(0xb24e7000, 223080) = 0 munmap(0xb241f000, 818396) = 0 munmap(0xb23f7000, 160916) = 0 munmap(0xb2c3f000, 16588) = 0 munmap(0xb23af000, 293376) = 0 munmap(0xb239f000, 62036) = 0 munmap(0xb4ec7000, 8252) = 0 munmap(0xb2c36000, 33160) = 0 munmap(0xb239b000, 12336) = 0 munmap(0xb2380000, 107592) = 0 munmap(0xb2c48000, 20660) = 0 munmap(0xb2c4e000, 32944) = 0 munmap(0xb300e000, 24664) = 0 munmap(0xb2ce5000, 45400) = 0 munmap(0xb2cd0000, 82208) = 0 munmap(0xb2c13000, 129552) = 0 munmap(0xb3042000, 28796) = 0 munmap(0xb2cc7000, 21928) = 0 munmap(0xb3015000, 45160) = 0 munmap(0xb2c57000, 455616) = 0 munmap(0xb3021000, 57520) = 0 munmap(0xb3053000, 16544) = 0 munmap(0xb2fa1000, 435316) = 0 munmap(0xb2f0f000, 354256) = 0 munmap(0xb304e000, 16532) = 0 munmap(0xb2efd000, 70208) = 0 munmap(0xb2eef000, 53680) = 0 munmap(0xb304a000, 12424) = 0 munmap(0xb2cf1000, 1701104) = 0 munmap(0xb3058000, 12368) = 0 munmap(0xb305c000, 37256) = 0 munmap(0xb3151000, 12372) = 0 munmap(0xb3155000, 12380) = 0 munmap(0xb3159000, 33088) = 0 munmap(0xb3030000, 72680) = 0 munmap(0xb3162000, 12360) = 0 munmap(0xb3166000, 12336) = 0 munmap(0xb316a000, 32860) = 0 munmap(0xb3173000, 353648) = 0 munmap(0xb308c000, 794800) = 0 munmap(0xb3066000, 152960) = 0 munmap(0xb31ca000, 32848) = 0 munmap(0xb31d3000, 16448) = 0 munmap(0xb31d8000, 16476) = 0 munmap(0xb31dd000, 12360) = 0 munmap(0xb31e1000, 164100) = 0 munmap(0xb3306000, 32900) = 0 munmap(0xb330f000, 12348) = 0 munmap(0xb3313000, 20552) = 0 munmap(0xb3319000, 12364) = 0 munmap(0xb331d000, 12356) = 0 munmap(0xb3321000, 12372) = 0 munmap(0xb3325000, 12356) = 0 munmap(0xb3329000, 45304) = 0 munmap(0xb320a000, 1025668) = 0 munmap(0xb3335000, 16512) = 0 munmap(0xb333a000, 12368) = 0 munmap(0xb333e000, 16472) = 0 munmap(0xb3343000, 57472) = 0 munmap(0xb3352000, 24724) = 0 munmap(0xb3359000, 16444) = 0 munmap(0xb335e000, 35600) = 0 munmap(0xb3438000, 82256) = 0 munmap(0xb344d000, 12372) = 0 munmap(0xb3451000, 12360) = 0 munmap(0xb3455000, 12364) = 0 munmap(0xb3459000, 24756) = 0 munmap(0xb3367000, 840356) = 0 munmap(0xb3460000, 16488) = 0 munmap(0xb3465000, 12348) = 0 munmap(0xb3469000, 24672) = 0 munmap(0xb3470000, 37012) = 0 munmap(0xb347a000, 73904) = 0 munmap(0xb348d000, 16476) = 0 munmap(0xb35ae000, 12364) = 0 munmap(0xb35b2000, 28772) = 0 munmap(0xb3492000, 436016) = 0 munmap(0xb3655000, 12348) = 0 munmap(0xb3659000, 61668) = 0 munmap(0xb35ba000, 94516) = 0 munmap(0xb3669000, 49260) = 0 munmap(0xb34fd000, 721984) = 0 munmap(0xb3698000, 20640) = 0 munmap(0xb35d2000, 520388) = 0 munmap(0xb369e000, 12404) = 0 munmap(0xb36a2000, 28860) = 0 munmap(0xb36aa000, 24760) = 0 munmap(0xb36b1000, 16452) = 0 munmap(0xb36b6000, 12360) = 0 munmap(0xb36ba000, 20628) = 0 munmap(0xb3676000, 127368) = 0 munmap(0xb36c0000, 12348) = 0 munmap(0xb36c4000, 16452) = 0 munmap(0xb36c9000, 16532) = 0 munmap(0xb3724000, 16436) = 0 munmap(0xb3729000, 12396) = 0 munmap(0xb372d000, 28820) = 0 munmap(0xb3735000, 24640) = 0 munmap(0xb373c000, 12328) = 0 munmap(0xb3809000, 16460) = 0 munmap(0xb5114000, 8232) = 0 munmap(0xb3740000, 28828) = 0 munmap(0xb380e000, 16452) = 0 munmap(0xb3813000, 12344) = 0 munmap(0xb3817000, 20676) = 0 munmap(0xb36ce000, 78020) = 0 munmap(0xb381d000, 16468) = 0 munmap(0xb3822000, 20612) = 0 munmap(0xb3828000, 12404) = 0 munmap(0xb36e2000, 266656) = 0 munmap(0xb4823000, 12356) = 0 munmap(0xb37ea000, 120656) = 0 munmap(0xb4827000, 16444) = 0 munmap(0xb482c000, 20556) = 0 munmap(0xb4832000, 16456) = 0 munmap(0xb4837000, 16492) = 0 munmap(0xb483c000, 28888) = 0 munmap(0xb4d49000, 90488) = 0 munmap(0xb4d41000, 29288) = 0 munmap(0xb4815000, 41156) = 0 munmap(0xb3d8f000, 11030848) = 0 munmap(0xb4d3c000, 16404) = 0 munmap(0xb3d72000, 118436) = 0 munmap(0xb3d65000, 50728) = 0 munmap(0xb3c4f000, 1135272) = 0 munmap(0xb3ba1000, 709920) = 0 munmap(0xb3aff000, 662852) = 0 munmap(0xb3abc000, 270484) = 0 munmap(0xb3aa2000, 102540) = 0 munmap(0xb39e1000, 788424) = 0 munmap(0xb39c9000, 94560) = 0 munmap(0xb3997000, 201624) = 0 munmap(0xb391d000, 496672) = 0 munmap(0xb3910000, 49416) = 0 munmap(0xb387f000, 593332) = 0 munmap(0xb382c000, 336740) = 0 munmap(0xb4de8000, 12432) = 0 munmap(0xb4c71000, 828876) = 0 munmap(0xb4ddb000, 50912) = 0 munmap(0xb4c39000, 225428) = 0 munmap(0xb4bee000, 305208) = 0 munmap(0xb4a5a000, 183764) = 0 munmap(0xb4bac000, 268680) = 0 munmap(0xb4eab000, 12392) = 0 munmap(0xb4d60000, 143872) = 0 munmap(0xb4eaf000, 16444) = 0 munmap(0xb4eb4000, 20680) = 0 munmap(0xb4dad000, 107000) = 0 munmap(0xb4d84000, 166236) = 0 munmap(0xb4dec000, 139348) = 0 munmap(0xb4eba000, 12372) = 0 munmap(0xb4ebe000, 16488) = 0 munmap(0xb5cda000, 8220) = 0 munmap(0xb4ef4000, 16544) = 0 munmap(0xb4ef9000, 20636) = 0 munmap(0xb4e8c000, 74520) = 0 munmap(0xb4e3b000, 327788) = 0 munmap(0xb4eca000, 94372) = 0 munmap(0xb4eff000, 28888) = 0 munmap(0xb4ee2000, 33052) = 0 munmap(0xb4f07000, 16536) = 0 munmap(0xb4ec3000, 12340) = 0 munmap(0xb4f0c000, 16524) = 0 munmap(0xb4f11000, 20668) = 0 munmap(0xb4f17000, 12416) = 0 munmap(0xb4eeb000, 30048) = 0 munmap(0xb4f1b000, 12376) = 0 munmap(0xb4f1f000, 16512) = 0 munmap(0xb4f97000, 12372) = 0 munmap(0xb4f24000, 49532) = 0 munmap(0xb4f31000, 86520) = 0 munmap(0xb4f9b000, 28700) = 0 munmap(0xb4fa3000, 28700) = 0 munmap(0xb4f47000, 114728) = 0 munmap(0xb4fab000, 12404) = 0 munmap(0xb4faf000, 37120) = 0 munmap(0xb4fb9000, 152556) = 0 munmap(0xb4f64000, 197888) = 0 munmap(0xb4fdf000, 12380) = 0 munmap(0xb4fe3000, 24836) = 0 munmap(0xb4fea000, 20568) = 0 munmap(0xb5117000, 57616) = 0 munmap(0xb5126000, 12424) = 0 munmap(0xb512a000, 12408) = 0 munmap(0xb512e000, 16492) = 0 munmap(0xb5133000, 16448) = 0 munmap(0xb568b000, 12360) = 0 munmap(0xb568f000, 12400) = 0 munmap(0xb56a5000, 29140) = 0 munmap(0xb506f000, 673848) = 0 munmap(0xb4ff0000, 519500) = 0 munmap(0xb5693000, 70340) = 0 munmap(0xb5be8000, 16436) = 0 munmap(0xb5bed000, 16468) = 0 munmap(0xb5bf2000, 20596) = 0 munmap(0xb5c06000, 16580) = 0 munmap(0xb5bfc000, 37364) = 0 munmap(0xb5225000, 4600700) = 0 munmap(0xb517a000, 699712) = 0 munmap(0xb5157000, 140784) = 0 munmap(0xb5138000, 124276) = 0 munmap(0xb5c12000, 12356) = 0 munmap(0xb5bf8000, 12368) = 0 munmap(0xb5c2d000, 16532) = 0 munmap(0xb5b1d000, 235092) = 0 munmap(0xb5afe000, 123528) = 0 munmap(0xb5abe000, 261060) = 0 munmap(0xb5a80000, 253168) = 0 munmap(0xb5c20000, 49924) = 0 munmap(0xb58fe000, 210432) = 0 munmap(0xb58b3000, 305068) = 0 munmap(0xb5828000, 567468) = 0 munmap(0xb576e000, 758144) = 0 munmap(0xb56ed000, 459376) = 0 munmap(0xb5c16000, 16608) = 0 munmap(0xb56e3000, 36948) = 0 munmap(0xb56cc000, 92232) = 0 munmap(0xb56ad000, 125948) = 0 munmap(0xb5c44000, 16564) = 0 munmap(0xb5b57000, 586264) = 0 munmap(0xb5c49000, 69720) = 0 munmap(0xb5c5b000, 20560) = 0 munmap(0xb5c32000, 12356) = 0 munmap(0xb5c61000, 24676) = 0 munmap(0xb5c68000, 102648) = 0 munmap(0xb5c36000, 53392) = 0 munmap(0xb5cdd000, 36992) = 0 munmap(0xb5ce7000, 12340) = 0 munmap(0xb5ceb000, 12340) = 0 munmap(0xb5cef000, 32876) = 0 munmap(0xb71ab000, 16412) = 0 munmap(0xb5cf8000, 20508) = 0 munmap(0xb71b0000, 53288) = 0 munmap(0xb71be000, 12316) = 0 munmap(0xb71c2000, 49556) = 0 munmap(0xb5c82000, 358744) = 0 munmap(0xaef74000, 4296704) = 0 munmap(0xadff7000, 16240640) = 0 writev(16, [{"l\1\1\1d\0\0\0\10\0\0\0\177\0\0\0\1\1o\0\25\0\0\0/org/fre"..., 144}, {"_\0\0\0type='signal',path='/KGlobal"..., 100}], 2) = 244 writev(15, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12 close(15) = 0 writev(13, [{"GIOP\1\2\1\5\0\0\0\0", 12}], 1) = 12 close(13) = 0 close(12) = 0 close(11) = 0 unlink("/tmp/orbit-gabi/linc-2577-0-17b764123444") = 0 close(14) = 0 write(7, "@", 1) = 1 close(7) = 0 close(6) = 0 rt_sigaction(SIGCHLD, {SIG_DFL, [], SA_NOCLDSTOP}, {0xb609b200, [], SA_NOCLDSTOP}, 8) = 0 exit_group(0)
However, in this case vlc starts without problem.

mekras
New Cone
New Cone
Posts: 2
Joined: 22 Feb 2011 07:59

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby mekras » 22 Feb 2011 08:03

I think this is not a VLC related issue. Another player "bino" fails to start the same way.

esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 23 Feb 2011 13:55

Well, MPlayer runs fine on the same machine/system.

mekras
New Cone
New Cone
Posts: 2
Joined: 22 Feb 2011 07:59

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby mekras » 26 Feb 2011 09:18

Amarok crashes with the same floating point exception. May be all three players use some same library which causes problems? Amarok produces backtrace when crashes.

rsaucedo
New Cone
New Cone
Posts: 1
Joined: 27 Feb 2011 07:04
Operating System: OpenSuse 11.3
Location: Merida, Mexico

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby rsaucedo » 27 Feb 2011 07:09

The problem in my case was caused by NVIDIA driver, I downgraded it to the version 256.35 (I had before 260.19), Amarok is now working well.

CrazyFlik
New Cone
New Cone
Posts: 1
Joined: 24 Apr 2011 10:24

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby CrazyFlik » 24 Apr 2011 10:45

The same problem:
OpenSuse 11.3 - 11.4

linux-xyb3:~> vlc -v 2
VLC media player 1.1.9 The Luggage (revision exported)
[0x80503fc] main libvlc warning: cannot read /usr/lib/vlc/plugins/plugins-04041e-3e8.dat (No such file or directory)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x80503fc] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(6, "")
Floating point exception


But it works with "valgrind vlc" or "gdb vlc" :)
linux-xyb3:~> valgrind vlc
==10271== Memcheck, a memory error detector
==10271== Copyright (C) 2002-2010, and GNU GPL'd, by Julian Seward et al.
==10271== Using Valgrind-3.6.1 and LibVEX; rerun with -h for copyright info
==10271== Command: vlc
==10271==
VLC media player 1.1.9 The Luggage (revision exported)
==10272==
==10272== HEAP SUMMARY:
==10272== in use at exit: 72 bytes in 2 blocks
==10272== total heap usage: 415 allocs, 413 frees, 18,481 bytes allocated
==10272==
==10272== LEAK SUMMARY:
==10272== definitely lost: 0 bytes in 0 blocks
==10272== indirectly lost: 0 bytes in 0 blocks
==10272== possibly lost: 0 bytes in 0 blocks
==10272== still reachable: 72 bytes in 2 blocks
==10272== suppressed: 0 bytes in 0 blocks
==10272== Rerun with --leak-check=full to see details of leaked memory
==10272==
==10272== For counts of detected and suppressed errors, rerun with: -v
==10272== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 3 from 3)
==10273==
==10273== HEAP SUMMARY:
==10273== in use at exit: 72 bytes in 2 blocks
==10273== total heap usage: 415 allocs, 413 frees, 18,481 bytes allocated
==10273==
==10273== LEAK SUMMARY:
==10273== definitely lost: 0 bytes in 0 blocks
==10273== indirectly lost: 0 bytes in 0 blocks
==10273== possibly lost: 0 bytes in 0 blocks
==10273== still reachable: 72 bytes in 2 blocks
==10273== suppressed: 0 bytes in 0 blocks
==10273== Rerun with --leak-check=full to see details of leaked memory
==10273==
==10273== For counts of detected and suppressed errors, rerun with: -v
==10273== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 3 from 3)
==10274==
==10274== HEAP SUMMARY:
==10274== in use at exit: 72 bytes in 2 blocks
==10274== total heap usage: 415 allocs, 413 frees, 18,481 bytes allocated
==10274==
==10274== LEAK SUMMARY:
==10274== definitely lost: 0 bytes in 0 blocks
==10274== indirectly lost: 0 bytes in 0 blocks
==10274== possibly lost: 0 bytes in 0 blocks
==10274== still reachable: 72 bytes in 2 blocks
==10274== suppressed: 0 bytes in 0 blocks
==10274== Rerun with --leak-check=full to see details of leaked memory
==10274==
==10274== For counts of detected and suppressed errors, rerun with: -v
==10274== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 3 from 3)
==10275==
==10275== HEAP SUMMARY:
==10275== in use at exit: 72 bytes in 2 blocks
==10275== total heap usage: 415 allocs, 413 frees, 18,481 bytes allocated
==10275==
==10275== LEAK SUMMARY:
==10275== definitely lost: 0 bytes in 0 blocks
==10275== indirectly lost: 0 bytes in 0 blocks
==10275== possibly lost: 0 bytes in 0 blocks
==10275== still reachable: 72 bytes in 2 blocks
==10275== suppressed: 0 bytes in 0 blocks
==10275== Rerun with --leak-check=full to see details of leaked memory
==10275==
==10275== For counts of detected and suppressed errors, rerun with: -v
==10275== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 3 from 3)
Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
[0x4382c44] main libvlc: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
Blocked: call to setlocale(6, "")
Blocked: call to setlocale(6, "")
==10271== Thread 4:
==10271== Conditional jump or move depends on uninitialised value(s)
==10271== at 0xA26B125: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271== by 0x3FEFFFFF: ???
==10271==
==10271== Conditional jump or move depends on uninitialised value(s)
==10271== at 0xA0363B0: QAction::setChecked(bool) (in /usr/lib/libQtGui.so.4.7.1)
==10271== by 0x78AE828: QVLCMenu::ViewMenu(intf_thread_t*, QMenu*, MainInterface*) (in /usr/lib/vlc/plugins/gui/libqt4_plugin.so)
==10271== by 0x78AF320: QVLCMenu::createMenuBar(MainInterface*, intf_thread_t*) (in /usr/lib/vlc/plugins/gui/libqt4_plugin.so)
==10271== by 0xCF5E7AF: ???
==10271==
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0xA12BDCC: QPixmapCache::Key::~Key() (in /usr/lib/libQtGui.so.4.7.1)
==10271== by 0x6AC2FF3: ??? (in /usr/lib/libX11.so.6.3.0)
==10271== Address 0x43d64f7 is 2,703 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0xA12C7AD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271== Address 0x43d5a83 is 27 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Conditional jump or move depends on uninitialised value(s)
==10271== at 0xA207DEE: QTransform::fromScale(double, double) (in /usr/lib/libQtGui.so.4.7.1)
==10271== by 0x34FFFF: ???
==10271==
Blocked: call to putenv("LANGUAGE=")
KGlobal::locale::Warning your global KLocale is being recreated with a valid main component instead of a fake component, this usually means you tried to call i18n related functions before your main component was created. You should not do that since it most likely will not work
==10271== Syscall param socketcall.setsockopt(optval) points to uninitialised byte(s)
==10271== at 0x42604D7: setsockopt (in /lib/libc-2.11.3.so)
==10271== by 0x7571836: udev_monitor_filter_update (in /lib/libudev.so.0.10.0)
==10271== by 0x757199B: udev_monitor_enable_receiving (in /lib/libudev.so.0.10.0)
==10271== by 0xF56742F: ??? (in /usr/lib/libsolid.so.4.6.0)
==10271== by 0xF55D9E7: ??? (in /usr/lib/libsolid.so.4.6.0)
==10271== by 0xF55E15C: ??? (in /usr/lib/libsolid.so.4.6.0)
==10271== by 0x7D0E48B: ??? (in /usr/lib/libQtCore.so.4.7.1)
==10271== Address 0xe53040a is on thread 4's stack
==10271==
[0xe0227bc] signals interface error: signal 17 overriden (0x7bad790)
[0xe0227bc] signals interface error: /usr/lib/libQtCore.so.4(?)[(nil)]
Blocked: call to setenv("TZ", ":Europe/Moscow", 1)
Blocked: call to unsetenv("TZ")
Blocked: call to setenv("TZ", ":Europe/Moscow", 1)
Blocked: call to unsetenv("TZ")
Blocked: call to setenv("TZ", ":Europe/Moscow", 1)
Blocked: call to unsetenv("TZ")
Blocked: call to setenv("TZ", ":Europe/Moscow", 1)
Blocked: call to setenv("TZ", ":Europe/Moscow", 1)
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0xA9ABFF3: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271== Address 0x43d91b4 is 14,156 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0x7D68FF3: ??? (in /usr/lib/libXrender.so.1.3.0)
==10271== Address 0x43d91b5 is 14,157 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0xA09F75D: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271== by 0x1D9: ???
==10271== Address 0x43d85a0 is 11,064 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0x4173448: __pthread_mutex_unlock_usercnt (in /lib/libpthread-2.11.3.so)
==10271== by 0x6AC2FF3: ??? (in /usr/lib/libX11.so.6.3.0)
==10271== Address 0x43d5ae7 is 127 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
m_el[mi_level] == NULL
arrrrrrrrrrrrrg Up cannot escape itself
m_el[mi_level] == NULL
arrrrrrrrrrrrrg Up cannot escape itself
[0xe0227bc] signals interface error: signal 17 overriden (0x7bad790)
[0xe0227bc] signals interface error: /usr/lib/libQtCore.so.4(?)[(nil)]
==10271== Thread 12:
==10271== Conditional jump or move depends on uninitialised value(s)
==10271== at 0xD0EADEC: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0xD0EC460: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0xD0EDBC0: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0x40E1CD2: spu_RenderSubpictures (in /usr/lib/libvlccore.so.4.0.2)
==10271== by 0x40DD394: ??? (in /usr/lib/libvlccore.so.4.0.2)
==10271== by 0x40D6A8B: ??? (in /usr/lib/libvlccore.so.4.0.2)
==10271== by 0x416FB04: start_thread (in /lib/libpthread-2.11.3.so)
==10271== by 0x425ED5D: clone (in /lib/libc-2.11.3.so)
==10271==
==10271== Conditional jump or move depends on uninitialised value(s)
==10271== at 0xD0EAE18: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0xD0EC460: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0xD0EDBC0: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0x40E1CD2: spu_RenderSubpictures (in /usr/lib/libvlccore.so.4.0.2)
==10271== by 0x40DD394: ??? (in /usr/lib/libvlccore.so.4.0.2)
==10271== by 0x40D6A8B: ??? (in /usr/lib/libvlccore.so.4.0.2)
==10271== by 0x416FB04: start_thread (in /lib/libpthread-2.11.3.so)
==10271== by 0x425ED5D: clone (in /lib/libc-2.11.3.so)
==10271==
==10271== Conditional jump or move depends on uninitialised value(s)
==10271== at 0xD0EAE4D: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0x8EBD88EA: ???
==10271==
header damaged
header damaged
header damaged
header damaged
header damaged
header damaged
header damaged
[0xfa6b8c4] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
header damaged
==10271== Thread 4:
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0x4E: ???
==10271== Address 0x43d5a8b is 35 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
header damaged
header damaged
header damaged
header damaged
header damaged
header damaged
[0xfa6b8c4] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?)
header damaged
header damaged
header damaged
header damaged
header damaged
header damaged
header damaged
[0xe0227bc] signals interface error: signal 17 overriden (0x7bad790)
[0xe0227bc] signals interface error: /usr/lib/libQtCore.so.4(?)[(nil)]
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0x6AC2FF3: ??? (in /usr/lib/libX11.so.6.3.0)
==10271== Address 0x43d5aab is 67 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0x7D0DFF3: ??? (in /usr/lib/libQtCore.so.4.7.1)
==10271== Address 0x43d5aa3 is 59 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Syscall param writev(vector[...]) points to uninitialised byte(s)
==10271== at 0x4256916: writev (in /lib/libc-2.11.3.so)
==10271== by 0x7BD8475: QChildEvent::~QChildEvent() (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0x6AC2FF3: ??? (in /usr/lib/libX11.so.6.3.0)
==10271== Address 0x43d5a8b is 35 bytes inside a block of size 16,384 alloc'd
==10271== at 0x40277F1: calloc (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==10271== by 0x69B5D1C: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==10271== by 0xA0C4AAD: ??? (in /usr/lib/libQtGui.so.4.7.1)
==10271==
==10271== Thread 1:
==10271== Invalid read of size 4
==10271== at 0xF0C7FF5: ??? (in /usr/lib/libQtDBus.so.4.7.1)
==10271== by 0xF0C835A: ??? (in /usr/lib/libQtDBus.so.4.7.1)
==10271== by 0x7BD98CC: QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0x7BE9A2B: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0x7BE9F84: QObject::destroyed(QObject*) (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0x7BEB7BC: QObject::~QObject() (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0xEBD42C5: KIO::Scheduler::~Scheduler() (in /usr/lib/libkio.so.5.6.0)
==10271== by 0xEBD42F1: KIO::Scheduler::~Scheduler() (in /usr/lib/libkio.so.5.6.0)
==10271== by 0xECD292F: ??? (in /usr/lib/libkio.so.5.6.0)
==10271== by 0xED21F48: ??? (in /usr/lib/libkio.so.5.6.0)
==10271== by 0x41B989E: __run_exit_handlers (in /lib/libc-2.11.3.so)
==10271== by 0x41B98FC: exit (in /lib/libc-2.11.3.so)
==10271== Address 0x4 is not stack'd, malloc'd or (recently) free'd
==10271==
==10271==
==10271== Process terminating with default action of signal 11 (SIGSEGV)
==10271== Access not within mapped region at address 0x4
==10271== at 0xF0C7FF5: ??? (in /usr/lib/libQtDBus.so.4.7.1)
==10271== by 0xF0C835A: ??? (in /usr/lib/libQtDBus.so.4.7.1)
==10271== by 0x7BD98CC: QMetaObject::metacall(QObject*, QMetaObject::Call, int, void**) (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0x7BE9A2B: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0x7BE9F84: QObject::destroyed(QObject*) (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0x7BEB7BC: QObject::~QObject() (in /usr/lib/libQtCore.so.4.7.1)
==10271== by 0xEBD42C5: KIO::Scheduler::~Scheduler() (in /usr/lib/libkio.so.5.6.0)
==10271== by 0xEBD42F1: KIO::Scheduler::~Scheduler() (in /usr/lib/libkio.so.5.6.0)
==10271== by 0xECD292F: ??? (in /usr/lib/libkio.so.5.6.0)
==10271== by 0xED21F48: ??? (in /usr/lib/libkio.so.5.6.0)
==10271== by 0x41B989E: __run_exit_handlers (in /lib/libc-2.11.3.so)
==10271== by 0x41B98FC: exit (in /lib/libc-2.11.3.so)
==10271== If you believe this happened as a result of a stack
==10271== overflow in your program's main thread (unlikely but
==10271== possible), you can try to increase the size of the
==10271== main thread stack using the --main-stacksize= flag.
==10271== The main thread stack size used in this run was 8388608.
==10271==
==10271== HEAP SUMMARY:
==10271== in use at exit: 1,993,327 bytes in 28,354 blocks
==10271== total heap usage: 630,534 allocs, 602,180 frees, 270,459,428 bytes allocated
==10271==
==10271== LEAK SUMMARY:
==10271== definitely lost: 4,278 bytes in 25 blocks
==10271== indirectly lost: 6,635 bytes in 243 blocks
==10271== possibly lost: 636,197 bytes in 11,115 blocks
==10271== still reachable: 1,346,217 bytes in 16,971 blocks
==10271== suppressed: 0 bytes in 0 blocks
==10271== Rerun with --leak-check=full to see details of leaked memory
==10271==
==10271== For counts of detected and suppressed errors, rerun with: -v
==10271== Use --track-origins=yes to see where uninitialised values come from
==10271== ERROR SUMMARY: 18805 errors from 18 contexts (suppressed: 2513 from 10)
Killed
linux-xyb3:~>
BTW I am russian too. Just as topic starter. Could it be connected? =)

Rémi Denis-Courmont
Developer
Developer
Posts: 15061
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby Rémi Denis-Courmont » 24 Apr 2011 12:49

Crash at exit is a well known Qt <= 4.7 bug.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

esperantisto
Blank Cone
Blank Cone
Posts: 29
Joined: 09 Dec 2008 15:50

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby esperantisto » 01 Jul 2011 18:50

A follow-up to the story.

By searching in Google, I have found a hint that the problem can relate to installing vlc-related packages from different repos. Indeed, when I checked through Yast, it turned out that some packages were installed from the vlc repo, some were from packman. I turned off packman, uninstalled everything relating to vlc and reinstalled cleanly only from the vlc repo. There are no crashes anymore.

fishstyc
Blank Cone
Blank Cone
Posts: 40
Joined: 19 Oct 2010 12:39

Re: Floating point exception in VLC 1.1.7/openSUSE 11.3

Postby fishstyc » 30 Nov 2011 13:40

==10271== Conditional jump or move depends on uninitialised value(s)
==10271== at 0xD0EADEC: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0xD0EC460: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
==10271== by 0xD0EDBC0: ??? (in /usr/lib/vlc/plugins/misc/libfreetype_plugin.so)
I respond to this thread, because I use LibVLC in a project.

It sometimes crashes when started, but not always, and it always craches in Libfreetype.dll...

I just wanted to say: for some people the presented solution might solve the issue, but when I see the above, it seems quite clear that there could very well be a few problems in libfreetype, that haven't been addressed yet...

Uninitialised variables could explain the 'sometimes it crashes, sometimes not' behaviour.


Return to “VLC media player for Linux and friends Troubleshooting”

Who is online

Users browsing this forum: No registered users and 6 guests