**** BEGIN LOGGING AT Tue Mar 01 02:59:57 2011 Mar 01 07:52:41 I have SHR unstable here and phoneuid is always crashing with "Abort". I have created a full strace, can someone tell me what is going on? I would like to use my smartphone :) Mar 01 07:53:38 rhaeder: I use ogsmd but probably gdb should be able to produce better crash report than strace Mar 01 07:54:12 :( Mar 01 07:55:12 rhaeder, mrmoku ^ Mar 01 07:55:52 ? Mar 01 07:56:01 gdb isn't more helpful: http://pastebin.com/kMm7tNYj Mar 01 07:57:22 rhaeder: what do you do when that happens? Mar 01 07:57:58 simple answer: "Enter PIN" is not showing up Mar 01 07:58:24 rhaeder: can you do: gdb phonuid, there do "break abort" then "run"; then "bt full"? Mar 01 07:58:31 more advance answer: phoneuid always crashed (I found this out by watching tail -f /var/log/phoneuid.log Mar 01 07:58:39 rhaeder: probably also "b _abort" Mar 01 07:58:46 http://pastebin.com/qF4Kteiw <-- strace Mar 01 07:58:51 And "b exit" Mar 01 07:59:00 I could install debug symbols here Mar 01 07:59:22 rhaeder: that would help a lot to understand where exactly it's aborting itself. Mar 01 07:59:44 rhaeder: open("/etc/libphoneui.conf", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory) Mar 01 07:59:47 hmm Mar 01 08:00:07 mrmoko: yes, it is missing Mar 01 08:00:11 rhaeder: a broken upgrade? Mar 01 08:00:14 corrupted fs ? Mar 01 08:00:18 I tried to re-install all already installed xorg packages Mar 01 08:00:49 rhaeder: btw, strace -s9999 would give you better results, you'd see what it actually writes to fd 3 in full. Mar 01 08:01:42 s9999: http://pastebin.com/SFuMGJcg Mar 01 08:01:46 only last lines :) Mar 01 08:02:49 opkg install `opkg list | grep dbg|grep "xserver-xorg"|cut -d " " -f 1` <-- that should install the debugging symbols Mar 01 08:03:16 oh, a lot packages ... Mar 01 08:03:19 rhaeder: I don't think xserver packages are relevant Mar 01 08:03:30 opkg install phoneuid-dbg Mar 01 08:03:35 phoneuid is packaged in there? Mar 01 08:04:17 rhaeder: have to go... will be back in 2hrs... maybe try an e2fsck too? Mar 01 08:13:53 http://pastebin.com/Gd65zkB8 Mar 01 08:18:14 open("/lib/libfsoframework.so.0", O_RDONLY) = -1 ENOENT (No such file or directory) Mar 01 08:18:16 hmmm Mar 01 08:19:10 but: Mar 01 08:19:12 /usr//lib/libfsoframework.so.0 -> libfsoframework.so.0.0.0 Mar 01 08:19:18 that file is there Mar 01 08:19:48 open("/usr/lib/libfsoframework.so.0", O_RDONLY) = 3 Mar 01 08:19:50 ah, okay :) Mar 01 08:23:14 PaulFertser: Function "_abort" not defined. Mar 01 08:23:24 rhaeder: hm, what about "abort" Mar 01 08:23:28 it asks me: Make breakpoint pending on future shared library load? (y or [n]) Mar 01 08:23:35 rhaeder: say y Mar 01 08:24:24 still the same error messages as in my pastebin Mar 01 08:24:31 http://pastebin.com/Gd65zkB8 Mar 01 08:25:15 that CRC mismatch looks bad Mar 01 17:26:17 hi Mar 01 23:41:26 hi @ll Mar 02 00:04:13 ok, time for sleep Mar 02 00:04:15 cu **** ENDING LOGGING AT Wed Mar 02 02:59:57 2011