Opened 4 years ago
Last modified 17 months ago
#226 testing defect
An example form nativeConfirm:title:flags:initialAnswer: kills the Smalltalk/X VM
Reported by: | Patrik Svestka | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 8.1.0 |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description (last modified by )
I wanted to try an example code:
Screen current nativeConfirm:'please confirm' title:'Confirm' flags:#( APPLMODAL ICONQUESTION OKCANCEL) initialAnswer:true
To my surprise it killed the VM. There appears to be a kind of loop which opens more and more windows till the whole environment crashes.
I'm attaching the log file to the ticket.
Attachments (1)
Change History (4)
Changed 4 years ago by
Attachment: | smalltalk_2018-06-16_utf8.log added |
---|
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by
Milestone: | 8.0.0 → 8.1.0 |
---|
comment:3 Changed 17 months ago by
Status: | new → testing |
---|
This error appears to be fixed in the latest version.
Note: See
TracTickets for help on using
tickets.
The log file