Issue 5609 in pharo: Pharo 1.4 Windows VM crashes with FFI Tests

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

Issue 5609 in pharo: Pharo 1.4 Windows VM crashes with FFI Tests

pharo
Status: Accepted
Owner: [hidden email]
CC: [hidden email],  [hidden email]

New issue 5609 by [hidden email]: Pharo 1.4 Windows VM crashes with  
FFI Tests
http://code.google.com/p/pharo/issues/detail?id=5609

Using the one click from

"https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4/lastSuccessfulBuild"

and evaluating:

----------------------------------------------------------------------
Gofer new
     squeaksource:  'MetacelloRepository';
     package: 'ConfigurationOfFFI';
     load.

((Smalltalk at: #ConfigurationOfFFI) project version: '1.5') load
----------------------------------------------------------------------

Then open Test runner and FFIPluginTests results in a hard VM crash




_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5609 in pharo: Pharo 1.4 Windows VM crashes with FFI Tests

pharo
Updates:
        Labels: Milestone-1.4

Comment #1 on issue 5609 by [hidden email]: Pharo 1.4 Windows VM  
crashes with FFI Tests
http://code.google.com/p/pharo/issues/detail?id=5609

When I use Eliots latest Cog VM it works. Looks like a bug in the custom  
Cog VM.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5609 in pharo: Pharo 1.4 Windows VM crashes with FFI Tests

pharo
In reply to this post by pharo
Updates:
        Status: Integrated

Comment #3 on issue 5609 by [hidden email]: Pharo 1.4 Windows VM  
crashes with FFI Tests
http://code.google.com/p/pharo/issues/detail?id=5609

fixed in latest vm build... it will be in next 1.4 integration


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5609 in pharo: Pharo 1.4 Windows VM crashes with FFI Tests

pharo

Comment #4 on issue 5609 by [hidden email]: Pharo 1.4 Windows VM  
crashes with FFI Tests
http://code.google.com/p/pharo/issues/detail?id=5609

Tried with a new one click image from  
https://ci.lille.inria.fr/pharo/view/Pharo%201.4/job/Pharo%201.4

The FFIPluginTest doesnt crash the VM anymore - thanks!


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5609 in pharo: Pharo 1.4 Windows VM crashes with FFI Tests

pharo

Comment #5 on issue 5609 by [hidden email]: Pharo 1.4 Windows VM  
crashes with FFI Tests
http://code.google.com/p/pharo/issues/detail?id=5609

The FFIPluginTest was red, so I updated the code and config with a version  
1.6:

Gofer new
     squeaksource:  'MetacelloRepository';
     package: 'ConfigurationOfFFI';
     load.

((Smalltalk at: #ConfigurationOfFFI) project version: '1.6') load


is now green in 1.4.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker