This forum has been archived. All content is frozen. Please use KDE Discuss instead.

svn 20050721 crashing

Tags: None
(comma "," separated)
hds
Registered Member
Posts
194
Karma
0

svn 20050721 crashing

Thu Jul 21, 2005 5:54 pm
checked out from svn today

1st it crashed if i went to the SETTINGS. hmm, i thought, maybe something changed, so i deleted /share/config and /share/apps amarok related files in my kde $home.

now it doesnt even start:
[code:1]
STARTUP
KCrash: Application \'amarokapp\' crashing...
[/code:1]
the amarok related files in $HOME/.kde are not even created anymore.

maybe a known problem, and i will svn up again later.. just wanted to let you know ;)
User avatar
Hans
Administrator
Posts
3304
Karma
24
OS

Re:svn 20050721 crashing

Thu Jul 21, 2005 6:14 pm
Backtrace?


Problem solved? Please click on "Accept this answer" below the post with the best answer to mark your topic as solved.

10 things you might want to do in KDE | Open menu with Super key | Mouse shortcuts
hds
Registered Member
Posts
194
Karma
0

Re:svn 20050721 crashing

Thu Jul 21, 2005 6:22 pm
Mogger wrote:
Backtrace?

well, i compiled using "--disable-debug", sorry - and gdb isnt installed. however, if that helps:

before i erased the configs, at least the message window showed up (to email the bugreport). no i dont get even that.
strange.. never happened before.
hds
Registered Member
Posts
194
Karma
0

Re:svn 20050721 crashing

Thu Jul 21, 2005 6:26 pm
hmm. compiled gdb.. and restated KDE (just in case) - still no go. all i get:
[code:1]
STARTUP
KCrash: Application \'amarokapp\' crashing...
[/code:1]
hds
Registered Member
Posts
194
Karma
0

Re:svn 20050721 crashing

Thu Jul 21, 2005 6:31 pm
so.. copied my configs back.. amarok starts fine like this:
[code:1]
QObject::connect: Cannot connect Engine::Base::«»statusText( const QString& ) to (null)::«»shortMessage( const QString& )
QObject::connect: Cannot connect Engine::Base::infoMessage( const QString& ) to (null)::longMessage( const QString& )
QLayout: Adding KToolBar/mainToolBar (child of QVBox/unnamed) to layout for PlaylistWindow/PlaylistWindow
STARTUP
[/code:1]
now, if i go settings -> configure:
[code:1]
amarokTaNRsc.tmp:1: Error in sourced command file:
Previous frame inner to this frame (corrupt stack?)
[/code:1]
backtrace:
[code:1]
Engine: arts-engine
Build date: Jul 21 2005
CC version: 3.4.4 (Gentoo 3.4.4, ssp-3.4.4-1.0, pie-8.7.8)
KDElibs: 3.4.1
TagLib: 1.3.1
NDEBUG: true

----------------

==== file `which amarokapp` =======
/usr/kde/3.4/bin/amarokapp: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.6, dynamically linked (uses shared libs), not stripped


==== (gdb) bt =====================
Using host libthread_db library \"/lib/libthread_db.so.1\".
`system-supplied DSO at 0xffffe000\' has disappeared; keeping its symbols.
[Thread debugging using libthread_db enabled]
[New Thread -1210333488 (LWP 17784)]
0xffffe410 in __kernel_vsyscall ()
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7f6d55b in __waitpid_nocancel () from /lib/libpthread.so.0
#2 0x081dbe15 in amaroK::Crash::crashHandler ()
#3
#4 0x499031bb in QString::QString () from /usr/qt/3/lib/libqt-mt.so.3
#5 0x081bd709 in Options2::updateStyleComboBox ()
#6 0x081bf764 in Options2::Options2 ()
#7 0x080ce822 in AmarokConfigDialog::AmarokConfigDialog ()
#8 0x0808b022 in App::slotConfigAmarok ()
#9 0x0808dce6 in App::qt_invoke ()
#10 0x4961fa04 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#11 0x49620122 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#12 0x49f9fbb7 in KAction::activated () from /usr/kde/3.4/lib/libkdeui.so.4
#13 0x00000002 in ?? ()
#14 0x4a157064 in ?? () from /usr/kde/3.4/lib/libkdeui.so.4
#15 0x4a054f6a in KAction::slotActivated () from /usr/kde/3.4/lib/libkdeui.so.4
#16 0x083d8390 in ?? ()
#17 0xb7fc33d0 in _dl_rtld_di_serinfo () from /lib/ld-linux.so.2
#18 0x4a0d5f3e in KAction::slotPopupActivated () from /usr/kde/3.4/lib/libkdeui.so.4
#19 0x083d8390 in ?? ()
#20 0x00000003 in ?? ()
#21 0x00000001 in ?? ()
#22 0x00000000 in ?? ()
#23 0xbf9cc1a0 in ?? ()
#24 0xb7fcf4e0 in _r_debug ()
#25 0xbf9cc148 in ?? ()
#26 0x498e3b98 in QGArray::~QGArray () from /usr/qt/3/lib/libqt-mt.so.3


==== kdBacktrace() ================

[/code:1]

Post edited by: hds, at: 2005/07/21 14:33
hds
Registered Member
Posts
194
Karma
0

Re:svn 20050721 crashing

Thu Jul 21, 2005 8:52 pm
just took my backup source (july 9th) and everything is working fine again using this. so something most likely screwed up in the last 12 days.
Marco
Karma
0

Re:svn 20050721 crashing

Thu Jul 21, 2005 11:47 pm
Same here: crashes on trying to open the configuration dialog.


Engine: xine-engine
Build date: Jul 20 2005
CC version: 3.3.5-20050130 (Gentoo Linux 3.3.5.20050130-r1, ssp-3.3.5.20050130-1, pie-8.7.7.1)
KDElibs: 3.4.1
TagLib: 1.3.1


==== file `which amarokapp` =======
/usr/kde/3.4/bin/amarokapp: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.4.1, dynamically linked (uses shared libs), not stripped


==== (gdb) bt =====================
Using host libthread_db library \"/lib/tls/libthread_db.so.1\".
[Thread debugging using libthread_db enabled]
[New Thread -1249535744 (LWP 19431)]
[New Thread -1302221904 (LWP 19454)]
[Thread debugging using libthread_db enabled]
[New Thread -1249535744 (LWP 19431)]
[New Thread -1302221904 (LWP 19454)]
[Thread debugging using libthread_db enabled]
[New Thread -1249535744 (LWP 19431)]
[New Thread -1302221904 (LWP 19454)]
[New Thread -1293829200 (LWP 19453)]
[New Thread -1283548240 (LWP 19452)]
[New Thread -1274885200 (LWP 19451)]
[New Thread -1255142480 (LWP 19450)]
0xffffe410 in ?? ()
#0 0xffffe410 in ?? ()
#1 0xbfa55234 in ?? ()
#2 0x00000000 in ?? ()
#3 0x00000000 in ?? ()
#4 0xb64a66bb in __waitpid_nocancel () from /lib/tls/libpthread.so.0
#5 0x082495b8 in amaroK::Crash::crashHandler () at popupMessage.moc:22
#6
#7 0xb6ecf4fb in QString::QString () from /usr/qt/3/lib/libqt-mt.so.3
#8 0x08226b4b in Options2::updateStyleComboBox () at qlayout.h:135
#9 0x08229af7 in Options2::Options2 () at qlayout.h:135
#10 0x080eb802 in AmarokConfigDialog::AmarokConfigDialog () at qshared.h:49
#11 0x08096638 in App::slotConfigAmarok () at qshared.h:49
#12 0x0809779a in App::qt_invoke () at qshared.h:49
#13 0xb6bf9edc in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#14 0xb6bf9d04 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#15 0xb74bb26b in KAction::activated () from /usr/kde/3.4/lib/libkdeui.so.4
#16 0xb74ba9da in KAction::slotActivated () from /usr/kde/3.4/lib/libkdeui.so.4
#17 0xb74bab09 in KAction::slotPopupActivated () from /usr/kde/3.4/lib/libkdeui.so.4
#18 0xb74bb561 in KAction::qt_invoke () from /usr/kde/3.4/lib/libkdeui.so.4
#19 0xb6bf9edc in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
#20 0xb6f3b0ea in QSignal::signal () from /usr/qt/3/lib/libqt-mt.so.3
#21 0xb6c140cd in QSignal::activate () from /usr/qt/3/lib/libqt-mt.so.3
#22 0xb6d01929 in QPopupMenu::mouseReleaseEvent () from /usr/qt/3/lib/libqt-mt.so.3
#23 0xb74a6c01 in KPopupMenu::mouseReleaseEvent () from /usr/kde/3.4/lib/libkdeui.so.4
#24 0xb6c302c7 in QWidget::event () from /usr/qt/3/lib/libqt-mt.so.3
#25 0xb6b9d6ef in QApplication::internalNotify () from /usr/qt/3/lib/libqt-mt.so.3
#26 0xb6b9cb54 in QApplication::notify () from /usr/qt/3/lib/libqt-mt.so.3
#27 0xb71d8785 in KApplication::notify () from /usr/kde/3.4/lib/libkdecore.so.4
#28 0xb6b31431 in QETWidget::translateMouseEvent () from /usr/qt/3/lib/libqt-mt.so.3
#29 0xb6b2f4a5 in QApplication::x11ProcessEvent () from /usr/qt/3/lib/libqt-mt.so.3
#30 0xb6b46824 in QEventLoop::processEvents () from /usr/qt/3/lib/libqt-mt.so.3
#31 0xb6bafa28 in QEventLoop::enterLoop () from /usr/qt/3/lib/libqt-mt.so.3
#32 0xb6baf8d8 in QEventLoop::exec () from /usr/qt/3/lib/libqt-mt.so.3
#33 0xb6b9d941 in QApplication::exec () from /usr/qt/3/lib/libqt-mt.so.3
#34 0x08241c6f in main () at popupMessage.moc:22
#0 0xffffe410 in ?? ()
No symbol table info available.
#1 0xbfa55234 in ?? ()
No symbol table info available.
#2 0x00000000 in ?? ()
No symbol table info available.
#3 0x00000000 in ?? ()
No symbol table info available.
#4 0xb64a66bb in __waitpid_nocancel () from /lib/tls/libpthread.so.0
No symbol table info available.
#5 0x082495b8 in amaroK::Crash::crashHandler () at popupMessage.moc:22
VOLUME_MAX = 100
QCOORD_MIN = -2147483648
RGB_MASK = 16777215
TRUE = true
cleanUp_KDE__PopupMessage = {metaObject = 0x0}
QCOORD_MAX = 2147483647
SCOPE_SIZE = 9
cleanUp_KDE__StatusBar = {metaObject = 0x833fd78}
FALSE = false
blue = 2105424
QLAYOUTSIZE_MAX = 524287
typeinfo for QMemArray = {}
typeinfo for KDE::PopupMessage = {}
typeinfo for QGList = {}
KDE::PopupMessage::metaObj = (struct QMetaObject *) 0x0
typeinfo name for QMemArray = \"9QMemArrayIcE\"
typeinfo name for QGList = \"6QGList\"
typeinfo for Debug::Indent = {}
typeinfo for KDE::StatusBar = {}
typeinfo name for KDE::StatusBar = \"N3KDE9StatusBarE\"
KDE::StatusBar::metaObj = (struct QMetaObject *) 0x85ba448
typeinfo name for Debug::Indent = \"N5Debug6IndentE\"
typeinfo name for KDE::PopupMessage = \"N3KDE12PopupMessageE\"
#6
No symbol table info available.
#7 0xb6ecf4fb in QString::QString () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#8 0x08226b4b in Options2::updateStyleComboBox () at qlayout.h:135
FALSE = false
RGB_MASK = 16777215
TRUE = true
cleanUp_TagDialogBase = {metaObject = 0x0}
QLAYOUTSIZE_MAX = 524287
QCOORD_MAX = 2147483647
QCOORD_MIN = -2147483648
TagDialogBase::metaObj = (struct QMetaObject *) 0x0
typeinfo for TagDialogBase = {}
typeinfo for QGList = {}
typeinfo name for TagDialogBase = \"13TagDialogBase\"
typeinfo name for QGList = \"6QGList\"
#9 0x08229af7 in Options2::Options2 () at qlayout.h:135
FALSE = false
RGB_MASK = 16777215
TRUE = true
cleanUp_TagDialogBase = {metaObject = 0x0}
QLAYOUTSIZE_MAX = 524287
QCOORD_MAX = 2147483647
QCOORD_MIN = -2147483648
TagDialogBase::metaObj = (struct QMetaObject *) 0x0
typeinfo for TagDialogBase = {}
typeinfo for QGList = {}
typeinfo name for TagDialogBase = \"13TagDialogBase\"
typeinfo name for QGList = \"6QGList\"
#10 0x080eb802 in AmarokConfigDialog::AmarokConfigDialog () at qshared.h:49
TRUE = true
FALSE = false
QCOORD_MIN = -2147483648
RGB_MASK = 16777215
QCOORD_MAX = 2147483647
typeinfo for Debug::Indent = {}
typeinfo name for QMemArray = \"9QMemArrayIcE\"
typeinfo name for Debug::Indent = \"N5Debug6IndentE\"
typeinfo for QGList = {}
typeinfo name for KDE::ProgressBar = \"N3KDE11ProgressBarE\"
typeinfo for KDE::ProgressBar = {}
typeinfo for QMemArray = {}
typeinfo name for QGList = \"6QGList\"
#11 0x08096638 in App::slotConfigAmarok () at qshared.h:49
TRUE = true
FALSE = false
QCOORD_MIN = -2147483648
RGB_MASK = 16777215
QCOORD_MAX = 2147483647
typeinfo for Debug::Indent = {}
typeinfo name for QMemArray = \"9QMemArrayIcE\"
typeinfo name for Debug::Indent = \"N5Debug6IndentE\"
typeinfo for QGList = {}
typeinfo name for KDE::ProgressBar = \"N3KDE11ProgressBarE\"
typeinfo for KDE::ProgressBar = {}
typeinfo for QMemArray = {}
typeinfo name for QGList = \"6QGList\"
#12 0x0809779a in App::qt_invoke () at qshared.h:49
TRUE = true
FALSE = false
QCOORD_MIN = -2147483648
RGB_MASK = 16777215
QCOORD_MAX = 2147483647
typeinfo for Debug::Indent = {}
typeinfo name for QMemArray = \"9QMemArrayIcE\"
typeinfo name for Debug::Indent = \"N5Debug6IndentE\"
typeinfo for QGList = {}
typeinfo name for KDE::ProgressBar = \"N3KDE11ProgressBarE\"
typeinfo for KDE::ProgressBar = {}
typeinfo for QMemArray = {}
typeinfo name for QGList = \"6QGList\"
#13 0xb6bf9edc in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#14 0xb6bf9d04 in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#15 0xb74bb26b in KAction::activated () from /usr/kde/3.4/lib/libkdeui.so.4
No symbol table info available.
#16 0xb74ba9da in KAction::slotActivated () from /usr/kde/3.4/lib/libkdeui.so.4
No symbol table info available.
#17 0xb74bab09 in KAction::slotPopupActivated () from /usr/kde/3.4/lib/libkdeui.so.4
No symbol table info available.
#18 0xb74bb561 in KAction::qt_invoke () from /usr/kde/3.4/lib/libkdeui.so.4
No symbol table info available.
#19 0xb6bf9edc in QObject::activate_signal () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#20 0xb6f3b0ea in QSignal::signal () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#21 0xb6c140cd in QSignal::activate () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#22 0xb6d01929 in QPopupMenu::mouseReleaseEvent () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#23 0xb74a6c01 in KPopupMenu::mouseReleaseEvent () from /usr/kde/3.4/lib/libkdeui.so.4
No symbol table info available.
#24 0xb6c302c7 in QWidget::event () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#25 0xb6b9d6ef in QApplication::internalNotify () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#26 0xb6b9cb54 in QApplication::notify () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#27 0xb71d8785 in KApplication::notify () from /usr/kde/3.4/lib/libkdecore.so.4
No symbol table info available.
#28 0xb6b31431 in QETWidget::translateMouseEvent () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#29 0xb6b2f4a5 in QApplication::x11ProcessEvent () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#30 0xb6b46824 in QEventLoop::processEvents () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#31 0xb6bafa28 in QEventLoop::enterLoop () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#32 0xb6baf8d8 in QEventLoop::exec () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#33 0xb6b9d941 in QApplication::exec () from /usr/qt/3/lib/libqt-mt.so.3
No symbol table info available.
#34 0x08241c6f in main () at popupMessage.moc:22
VOLUME_MAX = 100
QCOORD_MIN = -2147483648
RGB_MASK = 16777215
TRUE = true
cleanUp_KDE__PopupMessage = {metaObject = 0x0}
QCOORD_MAX = 2147483647
SCOPE_SIZE = 9
cleanUp_KDE__StatusBar = {metaObject = 0x833fd78}
FALSE = false
blue = 2105424
QLAYOUTSIZE_MAX = 524287
typeinfo for QMemArray = {}
typeinfo for KDE::PopupMessage = {}
typeinfo for QGList = {}
KDE::PopupMessage::metaObj = (struct QMetaObject *) 0x0
typeinfo name for QMemArray = \"9QMemArrayIcE\"
typeinfo name for QGList = \"6QGList\"
typeinfo for Debug::Indent = {}
typeinfo for KDE::StatusBar = {}
typeinfo name for KDE::StatusBar = \"N3KDE9StatusBarE\"
KDE::StatusBar::metaObj = (struct QMetaObject *) 0x85ba448
typeinfo name for Debug::Indent = \"N5Debug6IndentE\"
typeinfo name for KDE::PopupMessage = \"N3KDE12PopupMessageE\"
==== (gdb) thread apply all bt ====
Thread 6 (Thread -1255142480 (LWP 19450)):
#0 0xffffe410 in ?? ()
#1 0xb530040c in ?? ()
#2 0x00000001 in ?? ()
#3 0xb64a2f1c in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/libpthread.so.0
#4 0xb4994b26 in metronom_sync_loop () from /usr/lib/libxine.so.1
#5 0x08ad34f8 in ?? ()
#6 0x08ad3510 in ?? ()
#7 0xb530040c in ?? ()
#8 0x42dfd0be in ?? ()
#9 0x1d0dfd00 in ?? ()
#10 0x42dfd0b9 in ?? ()
#11 0x00077020 in ?? ()
#12 0xb64aaff4 in ?? () from /lib/tls/libpthread.so.0
#13 0x00000000 in ?? ()
#14 0x00000000 in ?? ()
#15 0xb53004ac in ?? ()
#16 0xb64a0b8f in start_thread () from /lib/tls/libpthread.so.0
#0 0xffffe410 in ?? ()


==== kdBacktrace() ================
[
0: /usr/kde/3.4/lib/libkdecore.so.4(_Z11kdBacktracei+0x45) [0xb71f3305]
1: /usr/kde/3.4/lib/libkdecore.so.4(_Z11kdBacktracev+0x2b) [0xb71f368b]
2: amarokapp(_ZN6amaroK5Crash12crashHandlerEi+0xe5d) [0x8248e4d]
3: [0xffffe420]
4: amarokapp [0x8226b4b]
5: amarokapp [0x8229af7]
6: amarokapp [0x80eb802]
7: amarokapp [0x8096638]
8: amarokapp [0x809779a]
9: /usr/qt/3/lib/libqt-mt.so.3(_ZN7QObject15activate_signalEP15QConnectionListP8QUObject+0x14c) [0xb6bf9edc]
10: /usr/qt/3/lib/libqt-mt.so.3(_ZN7QObject15activate_signalEi+0xb4) [0xb6bf9d04]
11: /usr/kde/3.4/lib/libkdeui.so.4(_ZN7KAction9activatedEv+0x2b) [0xb74bb26b]
12: /usr/kde/3.4/lib/libkdeui.so.4(_ZN7KAction13slotActivatedEv+0x3a) [0xb74ba9da]
13: /usr/kde/3.4/lib/libkdeui.so.4(_ZN7KAction18slotPopupActivatedEv+0x109) [0xb74bab09]
14: /usr/kde/3.4/lib/libkdeui.so.4(_ZN7KAction9qt_invokeEiP8QUObject+0x1b1) [0xb74bb561]
15: /usr/qt/3/lib/libqt-mt.so.3(_ZN7QObject15activate_signalEP15QConnectionListP8QUObject+0x14c) [0xb6bf9edc]
16: /usr/qt/3/lib/libqt-mt.so.3(_ZN7QSignal6signalERK8QVariant+0x9a) [0xb6f3b0ea]
17: /usr/qt/3/lib/libqt-mt.so.3(_ZN7QSignal8activateEv+0x7d) [0xb6c140cd]
18: /usr/qt/3/lib/libqt-mt.so.3(_ZN10QPopupMenu17mouseReleaseEventEP11QMouseEvent+0x3d9) [0xb6d01929]
19: /usr/kde/3.4/lib/libkdeui.so.4(_ZN10KPopupMenu17mouseReleaseEventEP11QMouseEvent+0x51) [0xb74a6c01]
20: /usr/qt/3/lib/libqt-mt.so.3(_ZN7QWidget5eventEP6QEvent+0xb7) [0xb6c302c7]
21: /usr/qt/3/lib/libqt-mt.so.3(_ZN12QApplication14internalNotifyEP7QObjectP6QEvent+0xbf) [0xb6b9d6ef]
22: /usr/qt/3/lib/libqt-mt.so.3(_ZN12QApplication6notifyEP7QObjectP6QEvent+0x214) [0xb6b9cb54]
23: /usr/kde/3.4/lib/libkdecore.so.4(_ZN12KApplication6notifyEP7QObjectP6QEvent+0xb5) [0xb71d8785]
24: /usr/qt/3/lib/libqt-mt.so.3(_ZN9QETWidget19translateMouseEventEPK7_XEvent+0x631) [0xb6b31431]
25: /usr/qt/3/lib/libqt-mt.so.3(_ZN12QApplication15x11ProcessEventEP7_XEvent+0x4a5) [0xb6b2f4a5]
26: /usr/qt/3/lib/libqt-mt.so.3(_ZN10QEventLoop13processEventsEj+0x9b4) [0xb6b46824]
27: /usr/qt/3/lib/libqt-mt.so.3(_ZN10QEventLoop9enterLoopEv+0xe8) [0xb6bafa28]
28: /usr/qt/3/lib/libqt-mt.so.3(_ZN10QEventLoop4execEv+0x28) [0xb6baf8d8]
29: /usr/qt/3/lib/libqt-mt.so.3(_ZN12QApplication4execEv+0x21) [0xb6b9d941]
30: amarokapp [0x8241c6f]
31: /lib/tls/libc.so.6(__libc_start_main+0xed) [0xb60161ad]
32: amarokapp(_ZN6QFrame10paintEventEP11QPaintEvent+0x79) [0x8088361]
]
User avatar
markey
KDE Developer
Posts
2286
Karma
3
OS

Re:svn 20050721 crashing

Fri Jul 22, 2005 1:17 am
Problem:
Bug in automake. Causes amaroK to miscompile if you just svn update and build.

Solution:
Make clean, then rebuild. Or better, use unsermake, which does not have this bug.


--
Mark Kretschmann - Amarok Developer
Marco
Karma
0

Re:svn 20050721 crashing

Fri Jul 22, 2005 1:29 am
I\'ve meanwhile found out on my own that a complete recompile fixes it. Thanks, and sorry for having bothered you with an unnecessary report.


Marco
hds
Registered Member
Posts
194
Karma
0

Re:svn 20050721 crashing

Fri Jul 22, 2005 4:18 am
hmm.. i even did a \"make -f Makefile.cvs, configure, make, make install\". didnt guess this isnt enough (usually is).

OK, thanks for the hint. i`ll give it another try later!

Post edited by: hds, at: 2005/07/22 00:23
hds
Registered Member
Posts
194
Karma
0

Re:svn 20050721 crashing

Fri Jul 22, 2005 4:42 am
this probably isnt my day.. now it doesnt compile through :laugh:
[code:1]
app.cpp:709: error: prototype for `void App::engineStateChanged(Engine::«»State)\' does not match any in class `App\'
app.h:54: error: candidate is: void App::engineStateChanged(Engine::«»State, Engine::«»State)
app.cpp: In member function `void App::engineStateChanged(Engine::«»State)\':
app.cpp:721: error: `m_oldState\' undeclared (first use this function)
app.cpp:721: error: (Each undeclared identifier is reported only once for each function it appears in.)
app.cpp: At global scope:
app.cpp:755: error: prototype for `void App::engineTrackPositionChanged(long int)\' does not match any in class `App\'
app.h:56: error: candidate is: void App::engineTrackPositionChanged(long int, bool)
make[2]: *** [app.o] Error 1
make[2]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/amarok/multimedia/amarok/src\'
make: *** [all-recursive] Error 1
[/code:1]
hds
Registered Member
Posts
194
Karma
0

Re:svn 20050721 crashing

Fri Jul 22, 2005 5:11 pm
well, i gave up. i checked out from scratch - and it worked outta the box. :ohmy:
seems like make clean is not enough in some circumstances..


Bookmarks



Who is online

Registered users: bancha, Bing [Bot], daret, Evergrowing, Google [Bot], lockheed, sandyvee, Sogou [Bot]