help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] CLongLong>>#value: can fail on LargeNegativeInteg


From: Thomas Girard
Subject: [Help-smalltalk] [bug] CLongLong>>#value: can fail on LargeNegativeInteger
Date: Thu, 14 Jun 2012 13:11:02 -0700

Issue status update for http://smalltalk.gnu.org/node/647 Post a follow up: http://smalltalk.gnu.org/project/comments/add/647

Project:      GNU Smalltalk
Version:      <none>
Component:    VM
Category:     bug reports
Priority:     normal
Assigned to:  tgg
Reported by:  tgg
Updated by:   tgg
Status:       active

Step to reproduce:


st> a := (-2 raisedTo: 31) - 1.
st> CLongLong value: a.
Object: LargeNegativeInteger new: 5 "<0x403cdad8>" error: did not
understand #cObjStoredType
MessageNotUnderstood(Exception)>>signal (ExcHandling.st:254)
LargeNegativeInteger(Object)>>doesNotUnderstand: #cObjStoredType
(SysExcept.st:1448)
CLongLong(CObject)>>at:put:type: (CObject.st:447)
CLongLong(CScalar)>>value: (CObject.st:562)
CLongLong class(CScalar class)>>value: (CObject.st:507)
UndefinedObject>>executeStatements (a String:1)
nil






reply via email to

[Prev in Thread] Current Thread [Next in Thread]