LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Amarok crashes at startup with a bus error on Debian Lenny (https://www.linuxquestions.org/questions/linux-software-2/amarok-crashes-at-startup-with-a-bus-error-on-debian-lenny-665488/)

Donik 08-26-2008 07:11 AM

Amarok crashes at startup with a bus error on Debian Lenny
 
Hello all

My Amarok wont do as I want it to. When I start amarok, it displays the splash screen, then comes up with the main window and closes without any further notification. When I remove the .kde/share/apps/amarok folder and the .kde/config/amarokrc file, amarok starts, displays the first time wizard and after completing it crashes again in the same manner.

I'm not that much into debugging, but I tried using gdb against amarokapp and ended up with

Code:

~$ gdb amarokapp
GNU gdb 6.8-debian
Copyright (C) 2008 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 "i486-linux-gnu"...
(gdb) run
Starting program: /usr/bin/amarokapp
[Thread debugging using libthread_db enabled]
[New Thread 0xb5390900 (LWP 30073)]
[New Thread 0xb4e41b90 (LWP 30076)]
[Thread 0xb4e41b90 (LWP 30076) exited]
[New Thread 0xb4640b90 (LWP 30077)]
[Thread 0xb4640b90 (LWP 30077) exited]
QLayout "unnamed" added to QVBox "unnamed", which already has a layout
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for PlaylistWindow/PlaylistWindow
QObject::connect: Incompatible sender/receiver arguments
        StarManager::ratingsColorsChanged() --> ContextBrowser::ratingOrScoreOrLabelsChanged(const QString&)
[New Thread 0xb4640b90 (LWP 30078)]
[Thread 0xb4640b90 (LWP 30078) exited]
[New Thread 0xb4640b90 (LWP 30079)]
[New Thread 0xb4e41b90 (LWP 30080)]

Program received signal SIGBUS, Bus error.
[Switching to Thread 0xb5390900 (LWP 30073)]
pa_shm_cleanup () at ./pulsecore/atomic.h:56
56      ./pulsecore/atomic.h: No such file or directory.
        in ./pulsecore/atomic.h
Current language:  auto; currently c

I am using Debian Lenny, 2.6.25-2-686 #1 SMP i686, amarok is at 1.4.10-1, kde at 3.5.9, the kdebase-runtime at 4.1.0-2.

I tried reconfiguring amarok, the amarok-engines, libpulse0 (since the debugger fuzzed about it), with no luck.

There is a similar thread here, but since this problem was solved by removing amarokrc and the thread now is about recovering the covers I decided to start it anew.
Further googling didn't help much, but maybe I didn't digg hard enough.

Any help is appreciated

Donik


All times are GMT -5. The time now is 09:17 PM.