Could you tell how to reproduce the issue? Then report a bug in bugs.meego.com, we'll track and fix it.
"NewPlaylist" is a placeholder now. Its function will be implemented in next couple weeks. Thanks, Forrest ________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of Karthick Sent: 2010年8月11日 13:28 To: Development for the MeeGo Project (discussion list) Subject: [MeeGo-dev] Problem in Meego Handset Music source package Hi all, I have downloaded the meego-handset-music source package from the given path http://repo.meego.com/MeeGo/builds/1.0.80/daily/handset/repos/source/meego-handset-music-0.0.9-1.1.src.rpm I extracted and copied it in handset-sdk. I compiled it using qmake. while I was running it, I got the meego music player window for while then it suddenly went off and threw the following error.. Qt has caught an exception thrown from an event handler. Throwing exceptions from an event handler is not supported in Qt. You must reimplement QApplication::notify() and catch all exceptions there. terminate called after throwing an instance of 'std::bad_alloc' what(): std::bad_alloc Aborted I tried to debug using GDB. but i couldn't. GDB results are: (gdb) bt #0 0x00110422 in __kernel_vsyscall () #1 0x4482cd32 in raise () from /lib/libc.so.6 #2 0x4482e72a in abort () from /lib/libc.so.6 #3 0x44c2aa7f in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/libstdc++.so.6 #4 0x44c28776 in ?? () from /usr/lib/libstdc++.so.6 #5 0x44c287b3 in std::terminate() () from /usr/lib/libstdc++.so.6 #6 0x44c2886c in __cxa_rethrow () from /usr/lib/libstdc++.so.6 #7 0x44f6e247 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4 #8 0x44f73637 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4 #9 0x4533d4b8 in QApplication::exec() () from /usr/lib/libQtGui.so.4 #10 0x080584d6 in main () can anyone please help me to solve this issue? Note: I downloaded the meego-handset-music executable rpm from the following path. http://repo.meego.com/MeeGo/builds/1.0.80/daily/handset/repos/ia32/packages/i586/meego-handset-music-0.0.9-1.1.i586.rpm I copied it in handset sdk. Then i ran it. meego music player came.but it is not taking any event. (i.e) when i click on NewPlaylist. it is not creating a playlist. -- Regards, Karthick
_______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
