You are not logged in.

#1 2014-07-25 06:30:00

kamrava
Member
Registered: 2013-12-08
Posts: 75

(Solved) SMPlayer and Segmentation fault (core dumped)

When I'm running `smplayer` in terminal it shows below error :

Segmentation fault (core dumped)

and does not run!

Any ideas?

Last edited by kamrava (2014-07-26 07:48:12)

Offline

#2 2014-07-25 06:37:29

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: (Solved) SMPlayer and Segmentation fault (core dumped)


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2014-07-25 06:47:42

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: (Solved) SMPlayer and Segmentation fault (core dumped)

(gdb) r

Output is :

Starting program: /usr/bin/smplayer 
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffeadfe700 (LWP 13052)]

Program received signal SIGSEGV, Segmentation fault.
0x00007fffebd5bf1e in ?? () from /usr/lib/libxkbcommon.so.0

And

(gdb) bt full

Outupt is :

#0  0x00007fffebd5bf1e in ?? () from /usr/lib/libxkbcommon.so.0
No symbol table info available.
#1  0x00007fffebd5c7c6 in xkb_state_update_mask () from /usr/lib/libxkbcommon.so.0
No symbol table info available.
#2  0x00007fffebf814e7 in xkb_x11_state_new_from_device () from /usr/lib/libxkbcommon-x11.so.0
No symbol table info available.
#3  0x00007fffed830ab3 in ?? () from /usr/lib/qt/plugins/platforms/libqxcb.so
No symbol table info available.
#4  0x00007fffed83102e in ?? () from /usr/lib/qt/plugins/platforms/libqxcb.so
No symbol table info available.
#5  0x00007fffed82cb31 in ?? () from /usr/lib/qt/plugins/platforms/libqxcb.so
No symbol table info available.
#6  0x00007fffed82e83e in ?? () from /usr/lib/qt/plugins/platforms/libqxcb.so
No symbol table info available.
#7  0x00007fffed83fd3b in ?? () from /usr/lib/qt/plugins/platforms/libqxcb.so
No symbol table info available.
#8  0x00007ffff62f0632 in QPlatformIntegrationFactory::create(QString const&, QStringList const&, int&, char**, QString const&) () from /usr/lib/libQt5Gui.so.5
No symbol table info available.
#9  0x00007ffff62fbe91 in QGuiApplicationPrivate::createPlatformIntegration() ()
   from /usr/lib/libQt5Gui.so.5
No symbol table info available.
---Type <return> to continue, or q <return> to quit---
#10 0x00007ffff62fcb2d in QGuiApplicationPrivate::createEventDispatcher() ()
   from /usr/lib/libQt5Gui.so.5
No symbol table info available.
#11 0x00007ffff5dde625 in QCoreApplication::init() () from /usr/lib/libQt5Core.so.5
No symbol table info available.
#12 0x00007ffff5dde686 in QCoreApplication::QCoreApplication(QCoreApplicationPrivate&) ()
   from /usr/lib/libQt5Core.so.5
No symbol table info available.
#13 0x00007ffff62fec59 in QGuiApplication::QGuiApplication(QGuiApplicationPrivate&) ()
   from /usr/lib/libQt5Gui.so.5
No symbol table info available.
#14 0x00007ffff74b84ad in QApplication::QApplication(int&, char**, int) ()
   from /usr/lib/libQt5Widgets.so.5
No symbol table info available.
#15 0x00000000005b117c in ?? ()
No symbol table info available.
#16 0x000000000042874b in ?? ()
No symbol table info available.
#17 0x00007ffff4d7f000 in __libc_start_main () from /usr/lib/libc.so.6
No symbol table info available.
#18 0x0000000000428cea in ?? ()
No symbol table info available

Offline

#4 2014-07-25 07:15:51

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: (Solved) SMPlayer and Segmentation fault (core dumped)

What is the output of `pacman -Q libxkbcommon`?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2014-07-25 07:20:30

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: (Solved) SMPlayer and Segmentation fault (core dumped)

jasonwryan wrote:

What is the output of `pacman -Q libxkbcommon`?

Output is :

libxkbcommon 0.4.1-1

Offline

#6 2014-07-25 07:32:26

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: (Solved) SMPlayer and Segmentation fault (core dumped)

pacman -Syu

And stop wasting people's time: if you can't manage to keep your system up-to-date, don't expect support here.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#7 2014-07-26 07:47:42

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: (Solved) SMPlayer and Segmentation fault (core dumped)

jasonwryan wrote:
pacman -Syu

And stop wasting people's time: if you can't manage to keep your system up-to-date, don't expect support here.

Calm down dude. I upgraded my system 2 days ago.

Solved. Thank you for help

Offline

#8 2014-07-26 10:02:25

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: (Solved) SMPlayer and Segmentation fault (core dumped)

You should always update your system before installing new software.


libxkbcommon has been updated 2 months ago.
What's the output of

$ grep libxkbcommon /var/log/pacman.log | tail
$ uname -a

Last edited by karol (2014-07-26 10:04:46)

Offline

Board footer

Powered by FluxBB