FS#21924 - [xbindkeys] crashes with libx11-1.4
Attached to Project:
Arch Linux
Opened by Nick (clu) - Monday, 29 November 2010, 19:00 GMT
Last edited by Ionut Biru (wonder) - Friday, 10 December 2010, 11:02 GMT
Opened by Nick (clu) - Monday, 29 November 2010, 19:00 GMT
Last edited by Ionut Biru (wonder) - Friday, 10 December 2010, 11:02 GMT
|
Details
Description: xbindkeys crashes after pressing two bound
keys. This can be avoided by downgrading from libx11-1.4 to
older versions.
Additional info: * xbindkeys 1.8.3-2 * libx11 1.4.0 * https://bbs.archlinux.org/viewtopic.php?id=109261 * https://forums.gentoo.org/viewtopic-t-853471.html?sid=d4a8bc32baffe409e2f392f1ab38f998 Steps to reproduce: Install these packages and attempt to use any keys that have binds in ~/.xbindkeysrc Other: I'm not sure whether the actual bug is in the libx11-1.4 source or in the xbindkeys source. I have attached a backtrace. The pages for libx11 and xbindkeys don't seem to have bug trackers that I can find. |
This task depends upon
Closed by Ionut Biru (wonder)
Friday, 10 December 2010, 11:02 GMT
Reason for closing: Fixed
Additional comments about closing: xbindkeys 1.8.4
Friday, 10 December 2010, 11:02 GMT
Reason for closing: Fixed
Additional comments about closing: xbindkeys 1.8.4
Of course, when I kill the valgrind xbindkeys instance and just run xbindkeys alone again it dies after two bound keypresses.
I'm pretty damn confused now.
https://savannah.nongnu.org/bugs/index.php?31768
https://bugs.freedesktop.org/show_bug.cgi?id=32072
Increasing the allocated memory by 2 (char* envstr = malloc (envstr_size+2);) seems to solve the issue.
https://bbs.archlinux.org/viewtopic.php?pid=861728#p861728