once the user has entered a line in both the left and the right Glk windows.
Steps to reproduce :
There is a room.
The bug rule translates into I6 as "bug".
The bug rule is listed before the initialise memory rule in the startup rulebook.
Include (-
Array first_array --> 2048; ! not all used
Array second_array --> 2048; ! not all used
[ bug a b;
a=glk_window_open(0,0,0,wintype_TextBuffer,0);
b=glk_window_open(a,winmethod_Proportional+winmethod_Left,50,wintype_TextBuffer,0);
glk_request_line_event(a,first_array,256,0);
glk_request_line_event(b,second_array,256,0);
for (::) glk_select(gg_event);
];
-).
Reported by : EmacsUser
Description :
The attached source crashes the Linux IDE with
Chimara:ERROR:chimara/libchimara/chimara-if.c:148:chimara_if_line_input: assertion failed: (priv->input == NULL)
once the user has entered a line in both the left and the right Glk windows.
Steps to reproduce :
Additional information :
imported from: [Mantis 1123] Chimara crashes when trying to deliver the second event from two simulaneous line input requests