![]() |
2011-04-16
, 23:36
|
Posts: 346 |
Thanked: 271 times |
Joined on Jan 2010
|
#2
|
![]() |
2011-04-17
, 16:11
|
Posts: 346 |
Thanked: 271 times |
Joined on Jan 2010
|
#3
|
Some process which normally always stay in the background (rtcom-call-ui, rtcom-messaging-ui, osso-adressbook ...) are now stopping themself ~10 minutes after their launch, and are not restarting themself. This not make the phone unusable but this incrase a lot the time nessecary to launch theses apps, especially conversations.
Here is what strace say when I atach it to rtcom-messaging-ui:
Process 5915 attached - interrupt to quit
read(3,*/it stay like that for 10 minutes or so...*/ "\0\0\27\344", 4) = 4
read(3, "\0\0\0\0", 4) = 4
rt_sigaction(SIGHUP, {SIG_DFL, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGINT, {SIG_DFL, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGQUIT, {SIG_DFL, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGTERM, {SIG_DFL, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGUSR1, {SIG_DFL, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGUSR2, {SIG_DFL, [], SA_RESTART|0x4000000}, NULL, 8) = 0
rt_sigaction(SIGWINCH, {SIG_DFL, [], SA_RESTART|0x4000000}, NULL, 8) = 0
close(3) = 0
exit_group(0) = ?
Process 5915 detached
Have you any clue of what can be causing that ?
Last edited by Megaltariak; 2011-04-17 at 16:05. Reason: Solved