Kalle,

I did an strace:
# strace -f /usr/bin/osso-application-installer

but I died at a completly different location:

execve("/usr/bin/osso-application-installer",
["/usr/bin/osso-application-instal"...], [/* 54 vars */]) = 0
uname({sys="Linux", node="Nokia-N800-10", ...}) = 0
brk(0)                                  = 0x12000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat64(3, {st_mode=S_IFREG|0644, st_size=17592186044416, ...}) = 0
mmap2(NULL, 20758, PROT_READ, MAP_PRIVATE, 3, 0) = 0x40000000
close(3)                                = 0
open("/lib/libc.so.6", O_RDONLY)        = 3
read(3, "\177ELF\1\1\1\0\0\0\0\0\0\0\0\0\3\0(\0\1\0\0\0\30\275\3"..., 512) = 512
fstat64(3, {st_mode=S_IFREG|0755, st_size=17592186044416, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1,
0) = 0x40006000
mmap2(0x41028000, 1083444, PROT_READ|PROT_EXEC,
MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x41028000
mprotect(0x41124000, 51252, PROT_NONE)  = 0
mmap2(0x4112b000, 16384, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0xfb) = 0x4112b000
mmap2(0x4112f000, 6196, PROT_READ|PROT_WRITE,
MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x4112f000
close(3)                                = 0
mprotect(0x4112b000, 8192, PROT_READ)   = 0
mprotect(0x4101e000, 4096, PROT_READ)   = 0
munmap(0x40000000, 20758)               = 0
brk(0)                                  = 0x12000
brk(0x33000)                            = 0x33000
getpriority(PRIO_PROCESS, 0)            = 20
socket(0x973c /* PF_??? */, 0xbe99086f /* SOCK_??? */, 35736) = 3
connect(38716, {sa_family=0x752f /* AF_??? */,
sa_data="sr/bin/osso-ap"}, 35736) = 0
write(3, "<\227\0\0", 4)                = 4
read(3, "<\227\0\0", 4)                 = 4
write(3, "<\227\0\0", 4)                = 4
write(3, "\1\0\0\0", 4)                 = 4
write(3, "/usr/bin/osso-application-instal"..., 36) = 36
read(3, "\0\0\0\0", 4)                  = 4
write(3, "\0\0\0\0", 4)                 = 4
write(3, "$\0\0\0", 4)                  = 4
write(3, "/usr/bin/osso-application-instal"..., 43) = 43
read(3, "\0\0\0\0", 4)                  = 4
write(3, "\0\0\0\0", 4)                 = 4
write(3, "\0\0\0\0", 4)                 = 4
write(3, "+\0\0\0", 4)                  = 4
write(3, "/usr/bin/osso-application-instal"..., 36) = 36
read(3, "\0\0\0\0", 4)                  = 4
write(3, "\0\0\0\0", 4)                 = 4
write(3, "\0\0\0\0", 4)                 = 4
read(3, "\0\0\0\0", 4)                  = 4
write(3, "\0\0\0\0", 4)                 = 4
read(3, "\0\0\255\336", 4)              = 4
read(3, "\0\0\35\35", 4)                = 4
read(3, "\0\0\35\35", 4)                = 4
rt_sigaction(SIGHUP, {0x8984, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGINT, {0x8984, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {0x8984, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGTERM, {0x8984, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGUSR1, {0x8984, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGUSR2, {0x8984, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGWINCH, {0x41051a50, [], 0}, NULL, 8) = 0
read(3, 0xbe990534, 4)                  = ? ERESTARTSYS (To be restarted)
--- SIGWINCH (Window changed) @ 0 (0) ---
kill(1220, SIGWINCH)                    = 0
sigreturn()                             = ? (mask now [QUIT ILL TRAP
ABRT KILL SEGV])
read(3,  <unfinished ...>


had to ctl-c it.... nothing was getting drawn to the screen

looks like you ran  strace with /usr/bin/run-standalone.sh
/usr/bin/maemo-summoner /usr/bin/osso-application-launcher .... I
couldn't get that to work .....

looks like I have some of the same communication problems you're having ....

also looks like there might be some problems with gtk ... that's the
best reasoning I can come up with to explain things not getting drawn
to screen ... I'm going to try to compile up application-installer and
see where things go bad ....

-Chris
_______________________________________________
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers

Reply via email to