[Pharo-project] Stack VM problem
stack-mac-3.zip (latest on gforge) VirtualMachine getSystemAttribute: 1008 => nil UndefinedObject(Object)>>doesNotUnderstand: #do: WriteStream(Stream)>>nextPutAll: WriteStream>>nextPutAll: VirtualMachine class>>version in Block: [:s | ... Should VM issues be opened in the Pharo tracker, cog, or somewhere else? Cheers, Sean -- View this message in context: http://forum.world.st/Stack-VM-problem-tp4671675.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
is this exposed by a test? if not, it would be nice to add a test and then put it on the issue tracker (I guess cog for now..) On 2013-02-23, at 16:03, "Sean P. DeNigris" <sean@clipperadams.com> wrote:
stack-mac-3.zip (latest on gforge) VirtualMachine getSystemAttribute: 1008 => nil
UndefinedObject(Object)>>doesNotUnderstand: #do: WriteStream(Stream)>>nextPutAll: WriteStream>>nextPutAll: VirtualMachine class>>version in Block: [:s | ...
Should VM issues be opened in the Pharo tracker, cog, or somewhere else?
Cheers, Sean
-- View this message in context: http://forum.world.st/Stack-VM-problem-tp4671675.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
That's not a VM bug. 1008 returns the Cogit version. The StackVM doesn't include a JIT. hence no Cogit version. The bug is in VirtualMachine class>>version. On Sat, Feb 23, 2013 at 7:03 AM, Sean P. DeNigris <sean@clipperadams.com> wrote:
stack-mac-3.zip (latest on gforge) VirtualMachine getSystemAttribute: 1008 => nil
UndefinedObject(Object)>>doesNotUnderstand: #do: WriteStream(Stream)>>nextPutAll: WriteStream>>nextPutAll: VirtualMachine class>>version in Block: [:s | ...
Should VM issues be opened in the Pharo tracker, cog, or somewhere else?
Cheers, Sean
-- View this message in context: http://forum.world.st/Stack-VM-problem-tp4671675.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- best, Eliot
Eliot Miranda-2 wrote
The bug is in VirtualMachine class>>version.
Thanks, Eliot! I opened and fixed Pharo Issue 7584: [BUG]: attribute 1008 is only for JIT VMs (Part 1). -- View this message in context: http://forum.world.st/Stack-VM-problem-tp4671675p4671812.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
participants (3)
-
Camillo Bruni -
Eliot Miranda -
Sean P. DeNigris