Bug#486543: audacious: Audacious segfaults on start

2008-06-16 Thread Bharath Ramesh
Package: audacious
Version: 1.5.1-1
Severity: grave
Justification: renders package unusable


Just upgraded to audacious 1.5.1-1 and audacious does not start. It just keeps
segfaulting.

If you run audacious inside gdb you see the following.

amidi-plug(amidi-plug.c:amidiplug_init:97): init, read configuration
amidi-plug(i_backend.c:i_backend_load:107): loading backend
'/usr/lib/audacious/Input/amidi-plug/ap-alsa.so'
(no debugging symbols found)
amidi-plug(i_backend.c:i_backend_load:145): backend
/usr/lib/audacious/Input/amidi-plug/ap-alsa.so (name 'alsa') successfully
loaded
[New Thread 0x41001950 (LWP 30311)]

Program received signal SIGSEGV, Segmentation fault.

Backtrace:
#0  0x00463789 in ?? ()
#1  0x004644bf in ?? ()
#2  0x2aaab95c110b in ?? () from /usr/lib/audacious/Container/xspf.so
#3  0x0041f1ab in ?? ()
#4  0x0041f220 in ?? ()
#5  0x004198c7 in ?? ()
#6  0x2aaf1d87e1a6 in __libc_start_main () from /lib/libc.so.6
#7  0x00413f69 in ?? ()
#8  0x7fff90b881b8 in ?? ()
#9  0x001c in ?? ()
#10 0x0001 in ?? ()
#11 0x7fff90b8988e in ?? ()
#12 0x in ?? ()



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24.4 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins 1.5.0-2Base plugins for audacious
ii  dbus  1.2.1-2simple interprocess messaging syst
ii  gtk2-engines-pixbuf   2.12.10-2  Pixbuf-based theme for GTK+ 2.x
ii  libatk1.0-0   1.22.0-1   The ATK accessibility toolkit
ii  libaudclient1 1.5.1-1audacious D-Bus remote control lib
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  libcairo2 1.6.4-6The Cairo 2D vector graphics libra
ii  libdbus-1-3   1.2.1-2simple interprocess messaging syst
ii  libdbus-glib-1-2  0.76-1 simple interprocess messaging syst
ii  libglib2.0-0  2.16.3-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.10-2  The GTK+ graphical user interface 
ii  libice6   2:1.0.4-1  X11 Inter-Client Exchange library
ii  libmcs1   0.7.1-1Abstraction library to store confi
ii  libmowgli10.6.1-1a high performance development fra
ii  libpango1.0-0 1.20.3-1   Layout and rendering of internatio
ii  libsamplerate00.1.3-1audio rate conversion library
ii  libsm62:1.0.3-2  X11 Session Management library
ii  libx11-6  2:1.1.4-2  X11 client-side library

Versions of packages audacious recommends:
ii  audacious-plugins-extra   1.5.0-2Various extra plugins for audaciou
ii  unzip 5.52-11De-archiver for .zip files

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462835: grub-pc: alloc magic is broken

2008-01-27 Thread Bharath Ramesh
Package: grub-pc
Version: 1.95+20080124-1
Severity: critical
Justification: breaks the whole system

After the latest upgrade. GRUB is broken and leaves my system unbootable.

The title Welcom to GRUB! is displayed and then I get the following message.

alloc magic is broken at 0x91f00
Aborted. Press any key to exit.

When I hit exit my laptop gives me the following message.
No bootable devices--strike F1 to retry boot, F2 for setup utility.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#462835: Acknowledgement (grub-pc: alloc magic is broken)

2008-01-27 Thread Bharath Ramesh
commenting out insmod lvm solves the problem. Guess the problem is
in the lvm module of grub-pc



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#425666: grub-pc: update-grub unable to detect /usr on lvm

2007-05-23 Thread Bharath Ramesh
Package: grub-pc
Version: 1.95+20070520-1
Severity: critical
Justification: breaks the whole system


When /usr is a separate partition on lvm update-grub creates entry for
unifont.pff on the lvm partition which is not detected by grub. unifont.pff
should either be in grub directory of /boot or update-grub shouldnt add entry
to the font. This causes grub2 to not display the menu breaking the entire
system.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21.1
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#423268: grub-pc: system unbootable when /boot and separate partion, doesnt detect other installed OSes.

2007-05-12 Thread Bharath Ramesh

I modified the 10_linux script using the tip suggested by Paul Martin.
It works for me.

This has  thrown up another bug. In the script GRUB_DEVICE is used as
the root partition. This will break lvm and others. Would only work if
GRUB_DEVICE is the /

Regards

Bharath.


10_linux
Description: Binary data


Bug#423268: grub-pc: system unbootable when /boot and separate partion, doesnt detect other installed OSes.

2007-05-10 Thread Bharath Ramesh
Package: grub-pc
Version: 1.95+20070507-1
Severity: critical
Justification: breaks the whole system


After upgrading to the newer version of Grub2, postinst runs update-grub which
uses hooks in /etc/grub.d/. If /boot is mounted on separate partition the
grub.cfg still retains /boot/vmlinuz-* as the location for the kernel and
similarly for initrd. This renders the system unbootable.

Secondly it doesnt detect the existence of other OSes in the case of a dual
boot system. Causing those OSes to be unbootable.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]