Change History (8)
comment:1 by , 18 years ago
Cc: | added |
---|
comment:2 by , 18 years ago
comment:3 by , 18 years ago
Cc: | added |
---|
comment:5 by , 18 years ago
Actually, I got a crash when pressing a dead key, and then pressing a non second dead key. IE on US-International: press ' (the key under Esc) then the key next to it.
comment:7 by , 18 years ago
Resolution: | → fixed |
---|
comment:8 by , 18 years ago
Status: | new → closed |
---|
Note:
See TracTickets
for help on using tickets.
in serial log I got this : vm_soft_fault: va 0x58039ab9 not covered by area in address space vm_page_fault: vm_soft_fault returned error -2147478783 on fault at 0x58039ab9, ip 0x4b309f, write 0, user 1, thread 0x4c vm_page_fault: sending team "/boot/beos/system/servers/input" 0x28 SIGSEGV, ip 0x4b309f ("libroot.so_seg0ro" +0x7009f)
The culprit thread is the keyboard device thread. Though I'm unable to the possible stackcrawl (the ip is supposed to be in strod() in libroot.so). Now, Axel, is it possible to have the real stackcrawl for the input_server ?