You are not logged in.

#1 2011-09-27 20:47:10

bagheera
Member
Registered: 2009-06-13
Posts: 84

[solved] broken gtk aps after recent updates

I have critical problem with gtk based apps, most of them ends with segmenation faults.

bagheera@tux:~$ empathy
Naruszenie ochrony pamięci
bagheera@tux:~$ linphone
ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:0
ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 1
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:1
ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
Naruszenie ochrony pamięci
bagheera@tux:~$ nautilus
Naruszenie ochrony pamięci
bagheera@tux:~$ brasero
** Message: player creation error
Naruszenie ochrony pamięci
bagheera@tux:~$ 

Witch package might by faulty?

I can provide more info if u guide me.

Last edited by bagheera (2011-09-30 19:32:06)


arch linux user

Offline

#2 2011-09-27 20:53:08

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

Re: [solved] broken gtk aps after recent updates

Run

LC_ALL=C <command>

to get output in English.
If you enabled C locale, it should work.


What DE / WM are you using? Any errors in the logs?
The last gtk2 update has been a while ago (Sept. 1st) http://www.archlinux.org/packages/extra/i686/gtk2/ , gtk3 has been updated on August 2nd http://www.archlinux.org/packages/extra/i686/gtk3/ ... What else did you update recently?

Last edited by karol (2011-09-27 20:59:47)

Offline

#3 2011-09-28 14:29:33

Mr.Elendig
#archlinux@freenode channel op
From: The intertubes
Registered: 2004-11-07
Posts: 4,097

Re: [solved] broken gtk aps after recent updates

using gnome-unstable? partially updated system? ran out of space on / while updating? killed pacman while updating? unclean shutdown?


Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest

Offline

#4 2011-09-28 21:10:11

bagheera
Member
Registered: 2009-06-13
Posts: 84

Re: [solved] broken gtk aps after recent updates

bagheera@tux:~$ nautilus
Segmentation fault
bagheera@tux:~$ brasero
** Message: player creation error
Segmentation fault
bagheera@tux:~$ linphone
ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 0
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:0
ALSA lib conf.c:4630:(snd_config_expand) Unknown parameters 1
ALSA lib control.c:882:(snd_ctl_open_noupdate) Invalid CTL default:1
ALSA lib pcm_dsnoop.c:612:(snd_pcm_dsnoop_open) unable to open slave
ALSA lib pcm_dmix.c:1018:(snd_pcm_dmix_open) unable to open slave
Segmentation fault
bagheera@tux:~$ empathy
Segmentation fault
bagheera@tux:~$ 

I'm using KDE.

bagheera@tux:~$ pacman -Qs gtk2
extra/gtk2 2.24.5-3
    The GTK+ Toolkit (v2)
local/gtk-engine-murrine-git 20110812-1
    GTK2 engine murrine from GIT
extra/gtkmm 2.24.2-1
    C++ bindings for gtk2
local/gtk-theme-aldabra 0.7.5-2
    A GTK2 port of the GTK3 theme Adwaita.
local/gtk-theme-hope 20110706-1
    Matching GTK2, GTK3 Gnome-shell, & XFCE Hope Themes
community/gtk-theme-switch2 2.1.0-1
    Gtk2 theme switcher
multilib/lib32-gdk-pixbuf2 2.23.3-1
    An image loading library for gtk2 (32-bit)
multilib/lib32-gtk2 2.24.6-1
    The GTK+ Toolkit (v2) (32-bit)
extra/qtcurve-gtk2 1.8.9-1 (qtcurve)
    A configurable set of widget styles for KDE and Gtk
extra/vte 0.28.2-1
    Virtual Terminal Emulator widget for use with GTK2

bagheera@tux:~$ pacman -Qs gtk3
local/adwance-gtk3-theme 1-1
    Adwance GTK3 Theme
extra/gtk3 3.0.12-1
    The GTK+ Toolkit (v3)
local/gtk-theme-aldabra 0.7.5-2
    A GTK2 port of the GTK3 theme Adwaita.
local/gtk-theme-hope 20110706-1
    Matching GTK2, GTK3 Gnome-shell, & XFCE Hope Themes
extra/libunique3 3.0.2-1
    Library for writing single instance applications for GTK3
extra/libwebkit3 1.4.3-1
    An opensource web content engine (for GTK3)
local/oxygen-gtk3-git 20110812-1
    Port of the Oxygen theme to gtk

No gnome-unstable, no partial update, a lot of free space on root partition. Unclean shutdown, none afair.
Repos witch i'm using:
core, extra,  community, multilib, archlinuxfr

from systemlog:

28/09/2011 22:57:37	tux	kernel	[ 2335.918630] linphone[6371] general protection ip:7f400955b2ce sp:7fff2a055e30 error:0 in libswscale.so.0.14.1[7f400954b000+39000]
28/09/2011 22:58:17	tux	kernel	[ 2375.440055] nautilus[6440]: segfault at 0 ip 00007f04e98dd34e sp 00007fffed532ab0 error 4 in liboxygen-gtk.so[7f04e97db000+134000]
28/09/2011 22:58:38	tux	kernel	[ 2396.356621] linphone[6509] general protection ip:7ff1a26822ce sp:7fff285b0850 error:0 in libswscale.so.0.14.1[7ff1a2672000+39000]
28/09/2011 22:58:44	tux	kernel	[ 2403.136183] empathy[6522]: segfault at 0 ip 00007f09c705134e sp 00007fff2488e770 error 4 in liboxygen-gtk.so[7f09c6f4f000+134000]

arch linux user

Offline

#5 2011-09-28 21:15:24

lucke
Member
From: Poland
Registered: 2004-11-30
Posts: 4,019

Re: [solved] broken gtk aps after recent updates

See if removing oxygen-gtk fixes things.

Offline

#6 2011-09-29 07:15:50

bagheera
Member
Registered: 2009-06-13
Posts: 84

Re: [solved] broken gtk aps after recent updates

oxygen-gtk was faulty, i removed it and nautilus is running fine.
Still problem with linphone

29/09/2011 09:11:54	tux	kernel	[ 1007.164429] linphone[3230] general protection ip:7f8f324802ce sp:7fff06ed2d00 error:0 in libswscale.so.0.14.1[7f8f32470000+39000]

It seems that one is explained here: https://bbs.archlinux.org/viewtopic.php?id=125939

UPDATE

Issue solved. I just intalled ffmpeg from repository.

Last edited by bagheera (2011-09-30 19:31:40)


arch linux user

Offline

Board footer

Powered by FluxBB