Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0002151 |
[Squeak] Compiler |
crash |
always |
11-03-05 11:48 |
07-14-06 21:18 |
|
Reporter |
kwl |
View Status |
public |
|
Assigned To |
MarcusDenker |
Priority |
normal |
Resolution |
fixed |
Platform |
|
Status |
closed |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
3.9 |
Product Version |
3.9 |
|
Product Build |
|
|
Summary |
0002151: Max number of literals checked in MethodNode instead of CompiledMethod |
Description |
The maximum number of literals (currently 255) is checked in MethodNode>>#generate: instead of CompiledMethod>>#newBytes:trailerBytes:nArgs:nTemps:nStack:nLits:primitive:
This can result in corrupted method header and VM crash when CompiledMethod is not generated from MethodNode (for example when instrumenting methods without recompiling them). |
Steps To Reproduce |
|
Additional Information |
Same situation in 3.8 and 3.7 (didn't check older releases). |
|
Attached Files |
cmNumLitCheck-md.1.cs [^] (2,596 bytes) 02-25-06 17:52 |
|