[maemo-developers] Strange crash, ask for help on how to debug
From: Faheem Pervez trippin1 at gmail.comDate: Fri Jul 30 18:46:53 EEST 2010
- Previous message: Strange crash, ask for help on how to debug
- Next message: Strange crash, ask for help on how to debug
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, On 30 July 2010 16:32, Evan JIANG <firstfan at gmail.com> wrote: > Whatever I run "pcmanx" or "run-standalone pcmanx", it will not crash. > Only if I start the application from the > application list, it may crash after a while. In your desktop file, you're using X-Osso-Service but you aren't calling osso_initialize in your program. Since hildon-desktop is starting your program up via D-Bus, it expects to be able to call the "top_application" method on your application. You can either do that (call osso_initialize) or remove the X-Osso-Service line. Best regards, Faheem
- Previous message: Strange crash, ask for help on how to debug
- Next message: Strange crash, ask for help on how to debug
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]