After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 750058 - bad options for the keybindings in css instructions generate a SIGSEV
bad options for the keybindings in css instructions generate a SIGSEV
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Themes
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-05-28 19:20 UTC by cedlemo
Modified: 2015-05-29 03:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
example of SIGSEV with css key binding (1.99 KB, text/plain)
2015-05-28 19:20 UTC, cedlemo
Details

Description cedlemo 2015-05-28 19:20:05 UTC
Created attachment 304197 [details]
example of SIGSEV with css key binding

When I create a css key binding with this instructions:

bind "<Control>k" { "move-cursor" (visual-positions, 0, 1) }

And assign it to a text view widget , if I hit ctrl+k my program crash with a SIGSEV.

I have added a C example as an attachment

Regards

(Platform: Archlinux x86_64)