Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 213626 - media-sound/audacious-1.5 segfaults after startup
Summary: media-sound/audacious-1.5 segfaults after startup
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Tony Vroon (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-16 20:43 UTC by Maciej Grela
Modified: 2008-03-16 22:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Grela 2008-03-16 20:43:21 UTC
My newly installed audacious-1.5 crashes right after startup. Running under gdb gives the following backtrace:

thermal@idaho ~ $ gdb audacious
GNU gdb 6.7.1
Copyright (C) 2007 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 "i686-pc-linux-gnu"...
Using host libthread_db library "/lib/libthread_db.so.1".
(gdb) run
Starting program: /usr/bin/audacious
[Thread debugging using libthread_db enabled]
[New Thread 0xb7ee26d0 (LWP 4356)]
[New Thread 0xb7e20b90 (LWP 4362)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb7ee26d0 (LWP 4356)]
0x4109a7a4 in g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
(gdb) bt
#0  0x4109a7a4 in g_type_check_instance_cast () from /usr/lib/libgobject-2.0.so.0
#1  0x0805a4f1 in dock_is_moving (w=0xb715a606) at dock.c:466
#2  0xb715a61d in xfplayer_get_output_list () from /usr/lib/audacious/Output/libcrossfade.so
#3  0xb7158b1a in xfade_init () from /usr/lib/audacious/Output/libcrossfade.so
#4  0x0806a4bd in plugin_system_init () at pluginenum.c:907
#5  0x0805fd29 in main (argc=1, argv=0xbfd4ba24) at main.c:1473
#6  0x4587e3ec in __libc_start_main () from /lib/libc.so.6
#7  0x08057491 in _start ()
(gdb)



Reproducible: Always

Steps to Reproduce:
1. emerge audacious-1.5
2. run audacious
3.

Actual Results:  
thermal@idaho ~ $ audacious
Naruszenie ochrony pamięci



I`m using paludis with the following config:

idaho ~ # cat /etc/paludis/bashrc
CHOST="i686-pc-linux-gnu"
CFLAGS="-march=pentium-m -pipe -ggdb"
CXXFLAGS="${CFLAGS}"
LDFLAGS="-Wl,--as-needed -Wl,-O1"
MAKEOPTS="-j2"
idaho ~ # cat /etc/paludis/use.conf
*/* -gnome -arts -eds -kerberos samba -esd -oss mmx sse sse2 -gpm -gstreamer syslog automount mailwrapper -fam gnutls idn -ldap ftp nfs a52 aac dv tga theora x264 xvid xvmc real speex jpeg2k flac exif tta nsplugin rtc caps quotas threads bash-completion vim-syntax kdehiddenvisibility visibility usb wifi bluetooth irda pcmcia xcomposite xinerama kdeenablefinal bzip2 lzo rar
*/* paludis_hooks_eselect
*/* CAMERAS: -* ptp2 panasonic minolta samsung sonydscfl sonydscf55 fuji canon casio ricoh toshiba spca50x
*/* INPUT_DEVICES: -* evdev keyboard mouse synaptics
*/* LCD_DEVICES: -* hd44780 ncurses
*/* LINGUAS: -* pl
*/* VIDEO_CARDS: -* vesa radeon
sys-apps/paludis glsa qa
sys-apps/hal laptop dell disk-partition acpi
dev-cpp/gtkmm accessibility
net-im/psi extras
kde-base/krdc rdesktop
net-analyzer/nmap -gtk
app-pda/synce syncengine -gnome

# Disable DUID due to bugs in DOCSIS modem`s DHCP servers -> server returns a NAK
net-misc/dhcpcd vram
idaho ~ # cat /etc/paludis/keywords.conf
*/* x86 ~x86
media-gfx/imagemagick -svg


I`ve tried to build audacious-1.5 using emerge but it doesn`t resolve the bug.
Comment 1 Maciej Grela 2008-03-16 20:48:11 UTC
And yes, from the backtrace it seems to be a crossfade plugin problem.
Comment 2 Maciej Grela 2008-03-16 20:56:32 UTC
Sorry, false alarm. audacious-crossfade rebuild was needed.
Comment 3 Carsten Lohrke (RETIRED) gentoo-dev 2008-03-16 22:50:59 UTC
local issue...
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2008-03-16 22:51:33 UTC
...not a bug