Comment 11 for bug 231484

Revision history for this message
Bryce Harrington (bryce) wrote :

Thanks, I think you're correct that it's failing here:

Line 404 in xkbEvents.c
would be:
xkbi = kbd->key->xkbInfo;

The kbd pointer is defined, so presumably the likely way this would segfault is if kbd->key were undefined. Perhaps there should be a check on that.