View Single Post
Posts: 72 | Thanked: 53 times | Joined on Jan 2012 @ Berlin, Germany
#25
Originally Posted by neal View Post
Can you try running it under gdb?

Also, can you please post the output of:

Code:
sqlite3 debug-output.db 'select * from log' | tail -n 20
(You might need to install the sqlite3 package).

Thanks!
The file debug-output.db doesn't exist in the cwd where I'm running the program. I don't have gdb installed in the phone. The weird thing is earlier today, I've seen murmeltier running when taking a peek to top, but I forgot to try to run it manually then. Now I don't see it running and I still get the segfault when trying to run it manually.

Any other ideas about what could be going on? Is murmeltier supposed to be running all the time as a daemon?