Issue 3825 in pharo: "Run Coverage" Crashes COG VM

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

Issue 3825 in pharo: "Run Coverage" Crashes COG VM

pharo
Status: Accepted
Owner: eliot.miranda

New issue 3825 by [hidden email]: "Run Coverage" Crashes COG VM
http://code.google.com/p/pharo/issues/detail?id=3825

Attempting to "Run Coverage" crasheds the COG VM (instruction -1).  The  
same crash occurs in a virgin image.

Pharo image: dev
Pharo core version: Pharo1.1.1, Latest update: #11414
Virtual machine used:
     SmalltalkImage current versionLabel  ==> This virtual machine does not  
support the optional primitive #primitiveVMVersion.
     However, the crash dump (attached)says VM Version: Teleplace VM 1.0.15  
(release) from Sep 21 2010

Steps to reproduce:
1.  Open Testrunner, select some tests (I picked CompilerTests).
2.  Click "Run Coverage"
3.  Select package "Compiler" from the popup.



Attachments:
        COG VM crash.dmp  13.1 KB


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3825 in pharo: "Run Coverage" Crashes COG VM

pharo

Comment #1 on issue 3825 by [hidden email]: "Run Coverage" Crashes COG  
VM
http://code.google.com/p/pharo/issues/detail?id=3825



VM Version: Teleplace VM 1.0.15 (release) from Sep 21 2010
Compiler: gcc 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Interpreter Build: CoInterpreter VMMaker-oscog.32 uuid:  
610266ce-1a35-4d42-8ff9-b30ed3736b19 Sep 21 2010
Cogit Build: SimpleStackBasedCogit VMMaker-oscog.32 uuid:  
610266ce-1a35-4d42-8ff9-b30ed3736b19 Sep 21 2010


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3825 in pharo: "Run Coverage" Crashes COG VM

pharo

Comment #2 on issue 3825 by [hidden email]: "Run Coverage" Crashes COG  
VM
http://code.google.com/p/pharo/issues/detail?id=3825

please put Cog related issues to its own tracker.
http://code.google.com/p/cog/issues/list


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3825 in pharo: "Run Coverage" Crashes COG VM

pharo
Updates:
        Status: Invalid

Comment #3 on issue 3825 by [hidden email]: "Run Coverage" Crashes COG VM
http://code.google.com/p/pharo/issues/detail?id=3825

Also, it's a really old VM. (latest is 52)
The crashing is fixed already in newer versions, in fact the next one :)

"Name: VMMaker-oscog.33
Author: eem
Time: 25 September 2010, 7:13:51.32 pm
UUID: 733b7c50-b973-4ca0-9831-5c84d09032bf
Ancestors: VMMaker-oscog.32

OSCogVM:
   Support object-as-method:"

Object-as-method is what the wrappers used for coverage utilize.

If it's a VM shipped with a one-click or something, make a new issue that  
the provided VM should be updated instead.