View Single Post
Posts: 1,269 | Thanked: 3,961 times | Joined on May 2011 @ Brazil
#216
Originally Posted by javispedro View Post
That would be a pain because there's no newer SDK. Fortunately, I don't think that's the case. If someone could try to debug it a little (e.g. gdb or strace), I'd be grateful.
Hi javispedro,

My trials after "# apt-get install gdb strace" :

Code:
$ gdb xmimd
Reading symbols from /usr/bin/xmimd...(no debugging symbols found)...done
(gdb) run
Starting program: /usr/bin/xmimd 
[Thread debugging using libthread_db enabled]
Program received signal SIGSEGV, Segmentation fault.
0x410a9c00 in strcmp () from /lib/libc.so.6
Any other command do you want me to try ?

$ strace xmimd -d :1 -x 0x04000002 -v
gives the output in this file.

I've initially thought the missing "/usr/share/locale/en_GB/LC_MESSAGES/libc.mo" was the culprit, but after copying it from my Harmattan SDK armel, the same "Segmentation fault" happens.

xmimd also runs ok in Harmattan SDK armel.
__________________
Python, C/C++, Qt and CAS developer. For Maemo/MeeGo/Sailfish :
Integral, Derivative, Limit - calculating mathematical integrals, derivatives and limits. SymPy - Computer Algebra System.
MatPlotLib - 2D & 3D plots in Python. IPython - Python interactive shell.
-- My blog about mobile & scientific computing ---
Sailfish : Sony Xperia X, Gemini, Jolla, Jolla C, Jolla Tablet, Nexus 4. Nokia N9, N900, N810.

Last edited by rcolistete; 2012-07-27 at 17:33.
 

The Following User Says Thank You to rcolistete For This Useful Post: