Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#2259 - XMMS fails at startup
Attached to Project:
Arch Linux
Opened by Leslie Polzer (skypher) - Wednesday, 23 February 2005, 08:19 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 23 February 2005, 08:50 GMT
Opened by Leslie Polzer (skypher) - Wednesday, 23 February 2005, 08:19 GMT
Last edited by Jan de Groot (JGC) - Wednesday, 23 February 2005, 08:50 GMT
|
DetailsAh, the old 'problem' with the new glibc heap corruption code:
% xmms *** glibc detected *** double free or corruption (out): 0x412ab5a4 *** zsh: abort (core dumped) xmms % pacman -Q glib2 gtk2 glibc xmms glib2 2.6.2-1 gtk2 2.6.2-1 glibc 2.3.4-2 xmms 1.2.10-3 This occured after a system upgrade yesterday. glib2 and gtk2 were upgraded. GDB: (gdb) run [...] Program received signal SIG33, Real-time event 33. [Switching to Thread 1078207296 (LWP 23294)] 0x4000c410 in _dl_debug_state () from /lib/ld-linux.so.2 (gdb) bt #0 0x4000c410 in _dl_debug_state () from /lib/ld-linux.so.2 #1 0x4000bdb6 in _dl_init_internal () from /lib/ld-linux.so.2 #2 0x40412680 in dl_open_worker () from /lib/tls/libc.so.6 #3 0x4000bb5e in _dl_catch_error () from /lib/ld-linux.so.2 #4 0x40412c48 in _dl_open () from /lib/tls/libc.so.6 #5 0x4021fe48 in dlopen_doit () from /lib/tls/libdl.so.2 #6 0x4000bb5e in _dl_catch_error () from /lib/ld-linux.so.2 #7 0x402203de in _dlerror_run () from /lib/tls/libdl.so.2 #8 0x4021fea1 in dlopen@@GLIBC_2.1 () from /lib/tls/libdl.so.2 #9 0x40d4d83f in get_oplugin_info () from /usr/lib/xmms/Output/libALSA.so #10 0x40d4e7fa in ?? () from /usr/lib/xmms/Output/libALSA.so #11 0x00000102 in ?? () #12 0x40d4e7f4 in ?? () from /usr/lib/xmms/Output/libALSA.so #13 0x40d4fdf4 in ?? () from /usr/lib/xmms/Output/libALSA.so #14 0x081450d8 in ?? () #15 0x0000002f in ?? () #16 0x081452c8 in ?? () #17 0x40d4fde0 in ?? () from /usr/lib/xmms/Output/libALSA.so #18 0x40d4fdf0 in ?? () from /usr/lib/xmms/Output/libALSA.so #19 0x40d4e56a in ?? () from /usr/lib/xmms/Output/libALSA.so #20 0xbffff518 in ?? () #21 0x0816a805 in ?? () #22 0x0814e490 in ?? () #23 0x40d4f860 in ?? () from /usr/lib/xmms/Output/libALSA.so #24 0x0814e478 in ?? () #25 0x08066202 in init_plugins () #26 0x0816a805 in ?? () #27 0x08114625 in _IO_stdin_used () #28 0x00000000 in ?? () #29 0x00000226 in ?? () #30 0x000000e8 in ?? () #31 0xbffff548 in ?? () #32 0x08168b10 in ?? () #33 0x00000226 in ?? () #34 0x000000e8 in ?? () #35 0xbffff618 in ?? () #36 0x08085038 in main () Seems like a fun one. |
This task depends upon
Closed by dorphell (dorphell)
Wednesday, 23 February 2005, 20:42 GMT
Reason for closing: Fixed
Additional comments about closing: downgraded flac
Wednesday, 23 February 2005, 20:42 GMT
Reason for closing: Fixed
Additional comments about closing: downgraded flac
Please rebuild flac without having it installed on the system, seems their buildsystem is so broken that they build their stuff against libs on the system even when it's the lib they're upgrading :X
==> Making package: xmms (śro lut 23 12:25:35 CET 2005)
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
==> Using local copy of xmms-1.2.10.tar.bz2
==> ERROR: id3v2.patch was not found in the build directory and is not a proper URL.
==> Aborting...
% alsaplayer *05*
libOggFLAC.so.1: cannot open shared object file: No such file or directory
This is non-fatal, but I couldn't help noticing. flac seems to be seriously b0rked.