You are not logged in.
Pages: 1
Sep 26 22:45:14 mainland kernel: vlc[4507]: segfault at ffffffc0 ip 00007f00ee13cd04 sp 00007f00cf6db748 error 4 in libc-2.20.so[7f00ee0bb000+199000]
Sep 26 22:45:22 mainland systemd-coredump[4508]: Process 4262 (vlc) of user 1000 dumped core.After the last update when playing flacs. Ussualy when i click on a folder/album or after the last song ends.
Offline
See if you get the same issue with this:
https://aur.archlinux.org/packages/vlc-stable-git/
Last edited by ceri (2014-09-29 09:42:18)
Offline
Providing stacktrace information would be helpful. See coredumpctl tool that will let you it.
Read it before posting http://www.catb.org/esr/faqs/smart-questions.html
Ruby gems repository done right https://bbs.archlinux.org/viewtopic.php?id=182729
Fast initramfs generator with security in mind https://wiki.archlinux.org/index.php/Booster
Offline
coredumpctl info 4262
PID: 4262 (vlc)
UID: 1000 (toliz)
GID: 100 (users)
Signal: 11 (SEGV)
Timestamp: Fri 2014-09-26 22:45:14 EEST (3 days ago)
Command Line: /usr/bin/vlc --started-from-file
Executable: /usr/bin/vlc
Control Group: /user.slice/user-1000.slice/session-c1.scope
Unit: session-c1.scope
Slice: user-1000.slice
Session: c1
Owner UID: 1000 (toliz)
Boot ID: 09fa1dab4bd142a49b52a7eb6ec3bcea
Machine ID: 65464be80d794241791047d400000d0e
Hostname: mainland
Coredump: /var/lib/systemd/coredump/core.vlc.1000.09fa1dab4bd142a49b52a7eb6ec3bcea.4262.1411760714000000.xz
Message: Process 4262 (vlc) of user 1000 dumped core.I don't see anything relevant there. I don't have gdb installed.
Offline
After the last update when playing flacs. Ussualy when i click on a folder/album or after the last song ends.
see this bug report :
https://bugs.archlinux.org/task/42099
with vlc 2.1.5-3 some files can trigger a segfault ( flv, rmvb ),
but I don't have segfault with flac files,
you should install gdb in order to see what's going on on your installation about vlc
Last edited by Potomac (2014-09-30 01:07:20)
Offline
It looks like they've strlen()'d a NULL pointer.
0x00007ffff747dd04 in strlen () from /usr/lib/libc.so.6
(gdb) bt
#0 0x00007ffff747dd04 in strlen () from /usr/lib/libc.so.6
#1 0x00007fffd0b5faff in av_match_name () from /usr/lib/libavutil.so.54
#2 0x00007fffd0e0a92e in av_probe_input_format3 () from /usr/lib/libavformat.so.56
#3 0x00007fffd0e0aab2 in av_probe_input_format2 () from /usr/lib/libavformat.so.56
#4 0x00007fffd0e0ab16 in av_probe_input_format () from /usr/lib/libavformat.so.56
#5 0x00007fffd115d4af in ?? ()
from /usr/lib/vlc/plugins/demux/libavformat_plugin.so
#6 0x00007ffff71907c5 in ?? () from /usr/lib/libvlccore.so.7
#7 0x00007ffff7190d7e in vlc_module_load () from /usr/lib/libvlccore.so.7
#8 0x00007ffff714f290 in ?? () from /usr/lib/libvlccore.so.7
#9 0x00007ffff715c651 in ?? () from /usr/lib/libvlccore.so.7
#10 0x00007ffff715d530 in ?? () from /usr/lib/libvlccore.so.7
#11 0x00007ffff7160b56 in ?? () from /usr/lib/libvlccore.so.7
#12 0x00007ffff79aa314 in start_thread () from /usr/lib/libpthread.so.0
#13 0x00007ffff74e43ed in clone () from /usr/lib/libc.so.6edit: Should have read the bug report, it's the same stacktrace. Apologies.
Last edited by vkumar (2014-09-30 09:48:12)
div curl F = 0
Offline
Pages: 1