[bug] CLongLong>>#value: can fail on LargeNegativeInteger

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[bug] CLongLong>>#value: can fail on LargeNegativeInteger

Thomas Girard
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




_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk
Reply | Threaded
Open this post in threaded view
|

Re: [bug] CLongLong>>#value: can fail on LargeNegativeInteger

Paolo Bonzini-3
Issue status update for
http://smalltalk.gnu.org/project/issue/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:   bonzinip
-Status:       patch
+Status:       fixed

Applied, thanks!



_______________________________________________
help-smalltalk mailing list
[hidden email]
https://lists.gnu.org/mailman/listinfo/help-smalltalk