Quote:
Originally Posted by detule
Wrong thread, we should take this to the xtra thread, but looking at your crash it looks to me like it's unrelated to the xtra injections. In particular
Code:
[ 1461.100311] [RPC] CALL on ept d4a65aa0 to 3000005b:00000000 @ 0:00000001 (56 bytes) (xid 114 proc c) <----- "End session" (perhaps your screen turned off, or for whatever reason navigation send the gps_stop signal)
[ 1461.404846] [RPC] CALL on ept d4a65aa0 to 3000005b:00000000 @ 0:00000001 (152 bytes) (xid 115 proc b) <----- "gps_get_position" after ending the navigation session, we are sending a get_position request.
This sequence seems incorrect and something that should be fixable.
|
The screen went "half bright", so it's possible I accidentally bumped the END button. I have END set to go to the home screen, which would have sent the gps_stop signal...
Still odd it would have created a lock-up, but definitely a possible answer as to the cause.