Comment 3 for bug 1052918

Revision history for this message
Alexey Shil (ashl1future) wrote :

Don't see program crashes in your log and no backtrace was provided. Ok. Lets try to locate error.
Please do the following actions.

1. Install xneur-debug and gdb:
apt-get install xneur-dbg gdb
2. Run xneur wit logging:
xneur &> xneur.log
3. Use russian language first. Write by hardware keyboard (if you can use that kind of keyboard):
привет + Space
4. Continue writing in russian layout but in virtual keyboard:
цщкдв + Space
5. Attach full log. Ok, if program will be crashed on step 4.
6. Run xneur in GDB:
gdb xneur
write down: r + enter
7. Press virtual keys to make xneur crash
8. Return to the gdb. You can see that GDB will be stopped. Write:
thread apply all bt
9. GDB may ask your to press some keys to scroll down the baktrace. Attach the whole backtrace info with the type of error (info when GDB will be stopped immediately after xneur crash).