Mantis - Squeak
|
Viewing Issue Advanced Details |
|
ID:
|
Category:
|
Severity:
|
Reproducibility:
|
Date Submitted:
|
Last Update:
|
650 |
Kernel |
crash |
always |
12-11-04 19:16 |
01-07-05 20:57 |
|
Reporter:
|
lewis |
Platform:
|
|
|
Assigned To:
|
|
OS:
|
|
|
Priority:
|
normal |
OS Version:
|
|
|
Status:
|
closed |
Product Version:
|
|
|
Product Build:
|
|
Resolution:
|
fixed |
|
Projection:
|
none |
|
|
|
ETA:
|
none |
Fixed in Version:
|
3.8 |
|
|
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.
|
Steps To Reproduce:
|
|
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. |
Relationships | |
Attached Files:
|
DelayForMillisecondsFix-dtl.cs.gz [^] (601 bytes) 12-11-04 19:16 |