Anonymous | Login | 01-26-2021 03:19 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0000650 | [Squeak] Kernel | crash | always | 12-11-04 19:16 | 01-07-05 20:57 | ||||
Reporter | lewis | View Status | public | ||||||
Assigned To | |||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | |||||||
Summary | 0000650: (Delay forMilliseconds: 625/4) wait ==> BOOM | ||||||||
Description |
A Delay created from a fractional millisecond value will hang a Squeak image. The error cannot be caught and the image is left in an unrecoverable condition (at least I don't know how to recover it). The fix is to ensure that a Delays are created with integral values. |
||||||||
Additional Information |
Don't ask me know I found this one ;-) Delay class>>forMilliseconds: did not force conversion to Integer. Delay class>>forSeconds: already had this, so I added the corresponding conversion to #forMilliseconds. Change set attached. |
||||||||
Attached Files |
![]() |
||||||||
|
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
46 total queries executed. 34 unique queries executed. |