Issue 7235 in pharo: Linux build is crashing

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

Issue 7235 in pharo: Linux build is crashing

pharo
Status: BrokenBuild
Owner: [hidden email]
Labels: Type-Bug

New issue 7235 by [hidden email]: Linux build is crashing
http://code.google.com/p/pharo/issues/detail?id=7235

https://ci.inria.fr/pharo/view/Pharo-2.0/job/Pharo-2.0-Tests/label=linux/32/console


_______________________________________________
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 7235 in pharo: Linux build is crashing

pharo
Updates:
        Labels: Milestone-2.0

Comment #1 on issue 7235 by [hidden email]: Linux build is crashing
http://code.google.com/p/pharo/issues/detail?id=7235

(No comment was entered for this change.)


_______________________________________________
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 7235 in pharo: Linux build is crashing

pharo

Comment #2 on issue 7235 by [hidden email]: Linux build is crashing
http://code.google.com/p/pharo/issues/detail?id=7235

Not always, but often


_______________________________________________
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 7235 in pharo: Linux build is crashing

pharo

Comment #3 on issue 7235 by [hidden email]: Linux build is crashing
http://code.google.com/p/pharo/issues/detail?id=7235

Seems to happen when running Fuel test in the teardown:

0xff8be0e0 M SystemDictionary(Dictionary)>at:ifAbsent: -1218441380: a(n)  
SystemDictionary
0xff8be100 M SystemDictionary(Dictionary)>at: -1218441380: a(n)  
SystemDictionary
0xff8be128 M [] in SystemDictionary>fillCaches -1218441380: a(n)  
SystemDictionary
0xff8be14c M [] in SystemDictionary(Dictionary)>keysAndValuesDo:  
-1218441380: a(n) SystemDictionary
0xff8be16c M [] in SystemDictionary(Dictionary)>associationsDo:  
-1218441380: a(n) SystemDictionary
0xff8be190 M Array(SequenceableCollection)>do: -1200225696: a(n) Array
0xff8be1ac M SystemDictionary(Dictionary)>associationsDo: -1218441380: a(n)  
SystemDictionary
0xff8be1c8 M SystemDictionary(Dictionary)>keysAndValuesDo: -1218441380:  
a(n) SystemDictionary
0xff8be1ec M SystemDictionary>fillCaches -1218441380: a(n) SystemDictionary
0xff8be20c I SystemDictionary>nonClassNames -1218441380: a(n)  
SystemDictionary
0xff8be224 M SystemDictionary>traitNames -1218441380: a(n) SystemDictionary
0xff8be23c M SystemDictionary>allTraits -1218441380: a(n) SystemDictionary
0xff8be254 M FLBasicSerializationTest(FLSerializationTest)>cleanUpTraits  
-1174649808: a(n) FLBasicSerializationTest
0xff8be274 I FLBasicSerializationTest(FLSerializationTest)>tearDownTraits  
-1174649808: a(n) FLBasicSerializationTest
0xff8be28c M FLBasicSerializationTest(FLSerializationTest)>tearDown  
-1174649808: a(n) FLBasicSerializationTest


_______________________________________________
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 7235 in pharo: Linux build is crashing

pharo

Comment #4 on issue 7235 by [hidden email]: Linux build is crashing
http://code.google.com/p/pharo/issues/detail?id=7235

another run, it crashed again, but somewhere else:


Smalltalk stack dump:
0xffe7e3b4 M Dictionary>associationsDo: -1175086244: a(n) Dictionary
0xffe7e3d0 M Dictionary>keysDo: -1175086244: a(n) Dictionary
0xffe7e3ec M [] in Dictionary>keys -1175086244: a(n) Dictionary
0xffe7e40c M Array class(SequenceableCollection class)>new:streamContents:  
-1216600684: a(n) Array class
0xffe7e42c M Dictionary>keys -1175086244: a(n) Dictionary
0xffe7e448 M RPackage>extendedClasses -1175086360: a(n) RPackage
0xffe7e464 M [] in  
RPackageReadOnlyCompleteSetupTest(RPackageIncrementalTest)>tearDown  
-1175135832: a(n) RPackageReadOnlyCompleteSetupTest
0xffe7e484 M OrderedCollection>do: -1175087016: a(n) OrderedCollection
0xffe7e4a4 M  
RPackageReadOnlyCompleteSetupTest(RPackageIncrementalTest)>tearDown  
-1175135832: a(n) RPackageReadOnlyCompleteSetupTest
0xffe7e4bc M [] in  
RPackageReadOnlyCompleteSetupTest(RPackageTestCase)>runCase -1175135832:  
a(n) RPackageReadOnlyCompleteSetupTest
0xffe7e4dc M MethodContext(ContextPart)>resume: -1175089664: a(n)  
MethodContext
0xffde9f48 M BlockClosure>ensure: -1175089360: a(n) BlockClosure
0xffde9f64 M RPackageReadOnlyCompleteSetupTest(RPackageTestCase)>runCase  
-1175135832: a(n) RPackageReadOnlyCompleteSetupTest
0xffde9f80 M [] in HDTestReport>runCase: -1175133492: a(n) HDTestReport
0xffde9f9c M BlockClosure>on:do: -1175089572: a(n) BlockClosure
0xffde9fc4 M [] in HDTestReport>runCase: -1175133492: a(n) HDTestReport
0xffde9fe0 M BlockClosure>on:do: -1175089704: a(n) BlockClosure


_______________________________________________
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 7235 in pharo: Linux build is crashing

pharo
Updates:
        Status: Closed

Comment #5 on issue 7235 by [hidden email]: Linux build is crashing
http://code.google.com/p/pharo/issues/detail?id=7235

Fixed.

The VMs for linux where newer builds then for mac, so I went back to the  
same build for linux.


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