curiousdannii-testing / inform7-imported-bugs

0 stars 0 forks source link

[I7-1090] [Mantis 1123] Chimara crashes when trying to deliver the second event from two simulaneous line input requests #994

Closed curiousdannii-testing closed 2 years ago

curiousdannii-testing commented 2 years ago

Reported by : EmacsUser

Description :

The attached source crashes the Linux IDE with

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);
    ];
-).

Additional information :

imported from: [Mantis 1123] Chimara crashes when trying to deliver the second event from two simulaneous line input requests
  • status: Closed
  • resolution: Resolved
  • resolved: 2022-04-07T04:55:36+10:00
  • imported: 2022/01/10
curiousdannii-testing commented 2 years ago

557058:4c095ffd-6d6f-47ce-9e73-77c613347b86:

Comment by jmcgrew :
Closing all resolved issues from 2014 and earlier.