[Bug 89711] Re: amarok hangs on start

2007-09-21 Thread Launchpad Janitor
[Expired for amarok (Ubuntu) because there has been no activity for 60
days.]

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-09-18 Thread Jeff Mitchell
Are you doing this as part of some MythTV setup?

It seems like DCOP was trying to broadcast out to Amarok, but didn't
have the proper permissions to actually do so across X sessions.  Not
sure whose fault that is...

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-09-17 Thread p0ssum
In the process of building an automated backend to run under Xvfb, I ran
into this issue, or at least I think it was, I could not see the GUI;-)

Anyhow, I tried removing all of the following:

  rm -rf /tmp/ksocket*
  rm -rf /tmp/kde-paul
  rm -rf /tmp/.X11-unix/[d0-9].*
  rm -rf /tmp/orbit-paul
  rm -rf ~/.DCOP*
  rm -rf /var/tmp/kdecache-paul

and nothing worked, I poured through lsof, netstat, and everything else looking 
for something I was missing. Here is where the strace hung:
(strace dcop --all-sessions --user paul amarok player isPlaying)

read(5, 0x7ac82560, 32) = -1 EAGAIN (Resource temporarily 
unavailable)
poll([{fd=5, events=POLLIN, revents=POLLIN}], 1, -1) = 1
read(5, "\34\270\t\0\1\0\240\3\4\0\0\0\3168\232\26\0008\232\26\210"..., 32) = 32
write(4, "\1\2\1\0h\0\0\0004\0\0\0", 12) = 12
write(4, "\0\0\0\20anonymous-11008\0\0\0\0\7amarok\0\0"..., 96) = 96
write(4, "\0\0\0\0\26\2328\316", 8) = 8
read(4,
 
I noticed this was while reading:

access("/home/paul/.Xauthority", R_OK)  = 0
open("/home/paul/.Xauthority", O_RDONLY) = 6
fstat(6, {st_mode=S_IFREG|0600, st_size=208, ...}) = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0x2b4eafe47000
read(6, "\1\0\0\6mythtv\0\00212\0\22MIT-MAGIC-COOKIE"..., 4096) = 208

Once I removed my .Xauthority file, everything was find. Dont know if
this helps anyone else, but I figured it was worth a try...

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-21 Thread Jeff Mitchell
Hmm, well, glad rebooting helped.  I'm still very worried about those
TREE/MERGE-SOURCE lines.  QSettings should *not* be seeing them, AFAICT.
Andrew, any comment?

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-20 Thread Duncan
@Jeff:
Yeah, the find pattern matches anything with amarok in it.  Heck, I didn't even 
have a collection loaded, I was just using Amarok to play a stream.

I have rebooted since my last update, and Amarok 1.4.5 is happy again.
I did see a reference in strace to a shared memory operation getting
denied, and that's where the strace stopped.  Of course, it's working
now, so I can't reproduce it.  I -think- it was ENOPERM.

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-20 Thread Jeff Mitchell
In fact, after some Googling I can pretty much guarantee that Corey at
least is running into a problem that is not inherent to Amarok.  Those
TREE and MERGE-SOURCE labels are put in by Bazaar, the Canonical SCM
system:

https://bugs.launchpad.net/bzr/+bug/36399

So I don't know what file QSettings is complaining about (you may want
to do a 'find | xargs grep TREE' in ~/.kde but this problem may be even
deeper, down to packages built with badly merged files.  Since it seems
to be affecting people now running at least three different versions of
Amarok, I'm guessing it's a KDE or Qt package.

I'm leaving this in Ubuntu hands.  I'll keep watching the thread, but
there's nothing I can do about this.

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-20 Thread Jeff Mitchell
Andrew:

QSettings: malformed line '<<< TREE' in group 'Settings'
QSettings: malformed line '>>> MERGE-SOURCE' in group 'Settings'

Never seen this before, and if downgrading Amarok isn't helping (Duncan)
I'm wondering if there's another package everyone upgraded to that's
causing the problem.

That looks suspiciously like a cruft from a conflict when doing some
sort of a source code update on either qt or Amarok.

Duncan:  Are you sure you're getting .kde/share/apps/amarok as well as
.kde/share/config/amarokrc as well as
.kde/share/config/amarokcollectionscannerrc?

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-19 Thread Duncan
Having now downgraded back to 1.4.5, the problem still exists.  The downgrade 
process was as follows:
Remove fiesty backports from sources.list
Remove amarok, amarok-xine
Update the apt database
Install amarok, amarok-xine
Nuke all amarok data in .kde/
Restart X

Amarok 1.4.5 now exhibits the same hanging behaviour.  It's loaded the
blue panel to the left saying 'Hello' and offering to build a
collection, but I can't actually click in the interface.  Minimizing and
re-opening results in a window with no widgets, just white.

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-19 Thread Duncan
I've just encountered this on Kubuntu 7.04, with the addition of the
Feisty backports version of Amarok (1.4.7).  1.4.5 was working just
fine, closed it out, upgraded, and when it starts up now, it just shows
the spinning icon to say 'wait'.  Waited 5 minutes, no change.
Attempting to close Amarok resulted in a terminate dialog.  Whacked
anything mentioning amarok in .kde/, tried again.  No joy.

kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x8099db0 ): KAccel 
object already contains an action name "play_pause"
QLayout "unnamed" added to QVBox "unnamed", which already has a layout
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x8099db0 ): KAccel 
object already contains an action name "play_pause"
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&)
Amarok: [Loader] Amarok is taking a long time to load! Perhaps something has 
gone wrong?

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-12 Thread Jeff Mitchell
Re: Alchera:

You may also want to try using MySQL instead of the built-in Sqlite.
Sqlite is pretty good and has gotten better but if the issue is solved
by removing the old database file, it may be an issue with a corrupted
database (which may not have been caused by Amarok).

Re: Michael Ambrus:

Do you have an ultra-large playlist?  The playlist management code
wasn't optimized for large (i.e. maybe larger than a few thousand
tracks) playlists which meant that you could see exponential time
increases.  There were a few patches to minimize this.  Try upgrading to
1.4.6 (or, soon, 1.4.7) and see if the behavior is different.

Also, it's not AmaroK.  It's Amarok.  :-)

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-08-11 Thread Alchera
My problem was only getting the busy icon and nothing appearing any
where. I found a solution that worked perfectly:
http://kubuntuforums.net/forums/index.php?topic=3085354.0

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-07-05 Thread Michael Ambrus
I'm having the same problem (AmaroK 1.4.3). Removing all AmaroK files
from $HOME directory will help (but will also require re-doing the
personalised setup). I did the following (killed all running KDE apps
first just in case):

 killall amarokapp
 killall dcopserver
 cd .kde/
 find . -iname "*amarok*" -exec rm -rf '{}' ';'


After that AmaroK should start up with the start-up wizard.

Hint:
This maybe somehow related to the play-list management since  I've also noticed 
that AmaroK sometimes looses the setting of the "collection folders". Until 
this hang bug happened it was harmless and all I had to do was re-entering that 
setting.

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-06-20 Thread Andrew
I'm getting all the same behavior on a new installation of Ubuntu
Feisty. Amarok worked fine immediately after installation, but after
logging in to another user account it's behaving as reported here.
Window draws completely but is unresponsive, mouse pointer hourglasses
on hover.

kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x8095fb0 ): KAccel 
object already contains an action name "play_pause"
QLayout "unnamed" added to QVBox "unnamed", which already has a layout
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x8095fb0 ): KAccel 
object already contains an action name "play_pause"
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for 
PlaylistWindow/PlaylistWindow

Also, 'killall amarokapp' is unhelpful, reporting 'no process killed'.

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-06-13 Thread Andrew Ash
** Changed in: amarok (Ubuntu)
 Assignee: Andrew Ash => (unassigned)

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-06-04 Thread David Oxland
I've got the same symptoms. 
Just hangs on start up or request for play.  
completely uninstalled and  installed again.
no change

Fiesty 7.04

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-05-29 Thread Miguel Tadeu
The same thing is happening here...here's what I tried with no success
at all:

- Paul's solution
- Deleting amarokrc and sppd/amarok/
- Reinstalling all amarok and xine related packages

Any ideas?

thanks

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-04-09 Thread Andrew Ash
How's that looking into coming along, Corey?

-- 
amarok hangs on start
https://bugs.launchpad.net/bugs/89711
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


Re: [Bug 89711] Re: amarok hangs on start

2007-03-28 Thread Corey Shields
No, it did not (thanks for the ping, got busy and forgot to comment)..
 It shows in the program tray just fine and starts, but still has the
same hanging problem.

I'll look into 84967 when I have a few mins

thanks!

-- 
Corey Shields - OSU Open Source Lab
One of InfoWorld's Top100 Projects of 2006!
http://osuosl.org

-- 
amarok hangs on start
https://launchpad.net/bugs/89711

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-03-28 Thread Andrew Ash
Bughelper also reports that this may be related to bug 84967.

-- 
amarok hangs on start
https://launchpad.net/bugs/89711

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-03-28 Thread Andrew Ash
Did Paul's suggestion help any, Corey?

** Changed in: amarok (Ubuntu)
 Assignee: (unassigned) => Andrew Ash
   Status: Unconfirmed => Needs Info

-- 
amarok hangs on start
https://launchpad.net/bugs/89711

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-03-04 Thread Paul Dufresne
Amarok, when started, just look at the output of dcop, to see if
amarokapp is already there. Often, there is one but that is not
responsive (dcop amarokapp) hangs.

So, doing:
killall amarok
killall amarokapp
waiting 60 seconds without having sound in KDE to let artsd disable
making sure kaffeine is not working
then launching amarok
open it in the 'program tray' at the right
normally works well for me for making amarok live again.

-- 
amarok hangs on start
https://launchpad.net/bugs/89711

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 89711] Re: amarok hangs on start

2007-03-04 Thread Corey Shields
skipped my mind to port the output of the app itself, sorry:

amarokapp
QSettings: malformed line '<<< TREE' in group 'Settings'
QSettings: malformed line '>>> MERGE-SOURCE' in group 'Settings'
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x809e510 ): KAccel 
object already contains an action name "play_pause"
QLayout "unnamed" added to QVBox "unnamed", which already has a layout
kdecore (KAction): WARNING: KAction::insertKAccel( kaccel = 0x809e510 ): KAccel 
object already contains an action name "play_pause"
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for 
PlaylistWindow/PlaylistWindow

-- 
amarok hangs on start
https://launchpad.net/bugs/89711

-- 
kubuntu-bugs mailing list
kubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs