You are not logged in.

#1 2011-08-19 09:52:01

satanselbow
Member
Registered: 2011-06-15
Posts: 538

[SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

Thunderbird starts up and immediately bugs out while checking for new (pop3) mail :

/usr/lib/thunderbird-6.0/thunderbird-bin: symbol lookup error: /usr/lib/libcanberra-0.28/libcanberra-pulse.so: undefined symbol: ca_mutex_new

Attempting to create a new profile resulted in same crash sad

...erm... help!

Last edited by satanselbow (2011-08-21 08:54:30)

Offline

#2 2011-08-19 10:01:37

wonder
Developer
From: Bucharest, Romania
Registered: 2006-07-05
Posts: 5,941
Website

Re: [SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

please post the output of

ldd -r /usr/lib/libcanberra-0.28/libcanberra-pulse.so

Give what you have. To someone, it may be better than you dare to think.

Offline

#3 2011-08-19 10:43:04

satanselbow
Member
Registered: 2011-06-15
Posts: 538

Re: [SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

Here we go wink

$ ldd -r /usr/lib/libcanberra-0.28/libcanberra-pulse.so
	linux-gate.so.1 =>  (0xb7789000)
	libpulse.so.0 => /usr/lib/libpulse.so.0 (0xb7716000)
	libcanberra.so.0 => /usr/lib/libcanberra.so.0 (0xb7706000)
	libvorbisfile.so.3 => /usr/lib/libvorbisfile.so.3 (0xb76fe000)
	libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0xb76d8000)
	libogg.so.0 => /usr/lib/libogg.so.0 (0xb76d0000)
	libtdb.so.1 => /usr/lib/libtdb.so.1 (0xb76c0000)
	libltdl.so.7 => /usr/lib/libltdl.so.7 (0xb76b6000)
	libm.so.6 => /lib/libm.so.6 (0xb768c000)
	libpthread.so.0 => /lib/libpthread.so.0 (0xb7671000)
	libc.so.6 => /lib/libc.so.6 (0xb7509000)
	libpulsecommon-0.9.23.so => /usr/lib/libpulsecommon-0.9.23.so (0xb74b5000)
	libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0xb74b3000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0xb737d000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb735f000)
	libSM.so.6 => /usr/lib/libSM.so.6 (0xb7358000)
	libICE.so.6 => /usr/lib/libICE.so.6 (0xb7340000)
	libXtst.so.6 => /usr/lib/libXtst.so.6 (0xb733b000)
	libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0xb72c9000)
	libasyncns.so.0 => /usr/lib/libasyncns.so.0 (0xb72c4000)
	libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0xb727c000)
	libcap.so.2 => /lib/libcap.so.2 (0xb7277000)
	librt.so.1 => /lib/librt.so.1 (0xb726d000)
	libdl.so.2 => /lib/libdl.so.2 (0xb7268000)
	/lib/ld-linux.so.2 (0xb778a000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0xb7265000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7260000)
	libuuid.so.1 => /lib/libuuid.so.1 (0xb725a000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0xb7247000)
	libXi.so.6 => /usr/lib/libXi.so.6 (0xb7238000)
	libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0xb71e8000)
	libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0xb7072000)
	libnsl.so.1 => /lib/libnsl.so.1 (0xb7059000)
	libresolv.so.2 => /lib/libresolv.so.2 (0xb7041000)
	libattr.so.1 => /lib/libattr.so.1 (0xb703c000)

Offline

#4 2011-08-19 18:32:22

binuts
Member
Registered: 2010-02-07
Posts: 3
Website

Re: [SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

I have the same problem with firefox 6 !

Offline

#5 2011-08-19 21:53:04

nagi
Member
Registered: 2011-06-07
Posts: 15
Website

Re: [SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

As well problematic with Firefox.

Offline

#6 2011-08-21 08:53:12

satanselbow
Member
Registered: 2011-06-15
Posts: 538

Re: [SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

As the new media has been released I bit the bullet and reinstalled. It was kinda due as the install I had been running on was my 1st Arch installation and there were a few things that I wanted to do differently.

I knew I had existing unresolved audio issues - of my own making - which may tie up with the libcanberra problems experienced here.

A clean install from the new ISO appears to have fixed the errors reported here wink So I can only guess that (I) screwed something along the way or it may be new kernel related - which is the easy target to blame at the moment big_smile

Offline

#7 2011-09-01 19:54:19

pvincent
Member
Registered: 2011-01-05
Posts: 11

Re: [SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

same problem here with firefox6
I did not try yet this workaround : https://bugs.archlinux.org/task/25678

Offline

#8 2011-09-02 10:42:02

pvincent
Member
Registered: 2011-01-05
Posts: 11

Re: [SOLVED] Thunderbird 6 crashing with libcanberra-pulse error on Gnome3

I confirm the workaround works for me.

LD_PRELOAD=/usr/lib/libcanberra.so.0 firefox

Sorry, I don't undertand the underpinings of this hack, I can't explain :-(

Offline

Board footer

Powered by FluxBB