Bug 116566 - support tunepimp-0.4.0
Summary: support tunepimp-0.4.0
Status: RESOLVED DUPLICATE of bug 94988
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.3.6
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-17 15:41 UTC by Paweł Sikora
Modified: 2006-06-11 12:32 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Sikora 2005-11-17 15:41:35 UTC
Version:           1.3.6 (using KDE 3.4.3, PLD Linux Distribution)
Compiler:          gcc version 3.3.6 (PLD Linux)
OS:                Linux (i686) release 2.6.14.2-4

installed software: 
 
libmusicbrainz-2.1.2
libtunepimp-0.4.0
amarok-1.3.6 with fixed ktrm.cpp:
http://cvs.pld-linux.org/cgi-bin/cvsweb/SOURCES/amarok-libtunepimp-0.4.0.patch?rev=1.1

testcase: 
 
1). clear playlist and add a file.  
2). right click on `edit track information`.  
3). click on `fill-in tags using musicbrainz`.  
    * musicbrainz request is endless now.  
    * click `cancel` and goto 2+3 again to get info without any problems.  

it seems to a strange lock.
  
backtrace:  
  
(gdb) bt  
#0  0xffffe410 in ?? ()  
#1  0xbf88e588 in ?? ()  
#2  0x08418ee4 in ?? ()  
#3  0x08418d60 in ?? ()  
#4  0xb64e4251 in select () from /lib/tls/libc.so.6  
#5  0xb6b6ceaa in QEventLoop::processEvents ()  from /usr/lib/libqt-mt.so.3  
#6  0xb6bd5bb8 in QEventLoop::enterLoop ()  from /usr/lib/libqt-mt.so.3  
#7  0xb6bc45c1 in QApplication::enter_loop ()  from /usr/lib/libqt-mt.so.3  
#8  0xb6dac220 in QDialog::exec ()  from /usr/lib/libqt-mt.so.3  
#9  0x08173a67 in QToolButton::metaObject ()
#10 0x081708e5 in QToolButton::metaObject ()  
#11 0x0817329d in QToolButton::metaObject ()
#12 0x081752c5 in QToolButton::metaObject ()  
#13 0xb6c2060c in QObject::activate_signal ()  from /usr/lib/libqt-mt.so.3  
#14 0xb6f4a084 in QListView::mouseButtonPressed ()  from /usr/lib/libqt-mt.so.3  
#15 0xb6d05b51 in QListView::contentsMousePressEventEx ()  from /usr/lib/libqt-mt.so.3  
#16 0xb6d055a6 in QListView::contentsMousePressEvent  () from /usr/lib/libqt-mt.so.3  
#17 0xb74d92ae in KListView::contentsMousePressEvent  () from /usr/lib/libkdeui.so.4  
#18 0xb6d37892 in QScrollView::viewportMousePressEvent ()  from /usr/lib/libqt-mt.so.3  
#19 0xb6d371f5 in QScrollView::eventFilter ()  from /usr/lib/libqt-mt.so.3  
#20 0xb6d05048 in QListView::eventFilter ()  from /usr/lib/libqt-mt.so.3  
#21 0x08168e72 in QToolButton::metaObject ()  
#22 0xb6c1df3e in QObject::activate_filters ()  from /usr/lib/libqt-mt.so.3  
#23 0xb6c1de6c in QObject::event ()  from /usr/lib/libqt-mt.so.3  
#24 0xb6c567ff in QWidget::event ()  from /usr/lib/libqt-mt.so.3  
#25 0xb6bc430f in QApplication::internalNotify ()  from /usr/lib/libqt-mt.so.3  
#26 0xb6bc3a17 in QApplication::notify ()  from /usr/lib/libqt-mt.so.3  
#27 0xb71cfc75 in KApplication::notify ()  from /usr/lib/libkdecore.so.4  
#28 0xb6b58211 in QETWidget::translateMouseEvent ()  from /usr/lib/libqt-mt.so.3  
#29 0xb6b55def in QApplication::x11ProcessEvent ()  from /usr/lib/libqt-mt.so.3  
#30 0xb6b6d5d4 in QEventLoop::processEvents ()  from /usr/lib/libqt-mt.so.3  
#31 0xb6bd5bb8 in QEventLoop::enterLoop ()  from /usr/lib/libqt-mt.so.3  
#32 0xb6bd5a68 in QEventLoop::exec ()  from /usr/lib/libqt-mt.so.3  
#33 0xb6bc4561 in QApplication::exec ()  from /usr/lib/libqt-mt.so.3  
#34 0x08218ed7 in QWizard::setFinish ()  
#35 0xb644801d in __libc_start_main ()  from /lib/tls/libc.so.6  
#36 0x0808bec1 in ?? ()
Comment 1 Seb Ruiz 2005-11-17 23:06:49 UTC
This is a meaningless backtrace. See http://amarok.kde.org/amarokwiki/index.php/Debugging_HowTo

Also, you can't seriously expect us to debug a patched lookup handler do you?  What is the purpose of the patched ktrm.cpp ?

Comment 2 Alexandre Oliveira 2005-11-18 11:53:55 UTC
The patch is there because we still don't support libtunepimp-0.4.0.
Maybe other stuff changed, and the patch won't be so simple.
I think we should support this only for 1.4, as other weird problems might show up later.

Anyway, this bug report doesn't apply at all, you can't patch amaroK and complain to us :-) 
I'm changing this to a tunepimp-0.4.0 request.
Comment 3 Rex Dieter 2005-11-18 14:58:37 UTC

*** This bug has been marked as a duplicate of 94988 ***