Issue 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

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

Issue 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Status: Accepted
Owner: marianopeck
Labels: Type-Bug

New issue 6598 by marianopeck: We have a lot of incorrect CompiledMethods  
hanging around
http://code.google.com/p/pharo/issues/detail?id=6598


Hi guys. We have a lot of incorrect methods hanging around AND installed :(

(CompiledMethod allInstances select: [:each |  ((((each literalAt: each  
numLiterals) key == nil) and: [((each literalAt: each numLiterals) value  
isMeta not )]) and: [(each methodClass = UndefinedObject) not ]) and: [each  
isInstalled] ]) size -> 2374

Compiler recompileAll.

(CompiledMethod allInstances select: [:each |  ((((each literalAt: each  
numLiterals) key == nil) and: [((each literalAt: each numLiterals) value  
isMeta not )]) and: [(each methodClass = UndefinedObject) not ]) and: [each  
isInstalled] ]) size -> 0

So I have added a new test in ReleaseTest and hopefully the next time  
something like this happens we will know what can cause that.



_______________________________________________
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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Updates:
        Status: FixReviewNeeded
        Labels: Importance-High Milestone-2.0

Comment #1 on issue 6598 by marianopeck: We have a lot of incorrect  
CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598

Test in inbox.
IMPORTANT: post load do it: Compiler recompileAll. Only when doing that the  
test will be green.

Name:  
SLICE-Issue-6598-We-have-a-lot-of-incorrect-CompiledMethods-hanging-around-MarianoMartinezPeck.1
Author: MarianoMartinezPeck
Time: 24 August 2012, 1:50:12.588 pm
UUID: 7a9d7014-1bfa-4502-a740-5a9168cae6ff
Ancestors:
Dependencies: Tests-MarianoMartinezPeck.448,  
System-Support-MarianoMartinezPeck.700

Fix to issue 6598



_______________________________________________
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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Updates:
        Status: MonkeyIsChecking

Comment #2 on issue 6598 by [hidden email]: We have a lot of  
incorrect CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598#c2

The Monkey is currently checking this issue. Please don't change it!


_______________________________________________
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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Updates:
        Status: WorkNeeded

Comment #3 on issue 6598 by [hidden email]: We have a lot of  
incorrect CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598#c3

Monkey went bananas:
--------------------
Error while loading  
SLICE-Issue-6598-We-have-a-lot-of-incorrect-CompiledMethods-hanging-around-MarianoMartinezPeck.1  
from http://ss3.gemstone.com/ss/PharoInbox:
        Error: Working copy for  
SLICE-Issue-6598-We-have-a-lot-of-incorrect-CompiledMethods-hanging-around  
not found
  1: GoferPackageReference(Object)>>error:
  2: [self error: 'Working copy for ' , self name , ' not found'] in  
GoferPackageReference(GoferReference)>>workingCopy
  3: Array(Collection)>>detect:ifNone:
  4: GoferPackageReference(GoferReference)>>workingCopy
  5: GoferMerge(GoferWorking)>>addReference:
  6: GoferMerge(GoferUpdate)>>addReference:
  7: [:each | self addReference: each] in  
GoferMerge(GoferWorking)>>initializeOn:
  8: Array(SequenceableCollection)>>do:
  9: GoferMerge(GoferWorking)>>initializeOn:
10: GoferMerge class(GoferOperation class)>>on:
        ...
----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6598-We-have-a-lot-of-incorrect-CompiledMethods-hanging-around-MarianoMartinezPeck.1  
from http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20267-a on CoInterpreter  
VMMaker-oscog-IgorStasenko.162 uuid: e4554f9a-cc90-4826-a807-ac282b782fe4  
Aug 13 2012
StackToRegisterMappingCogit VMMaker-oscog-IgorStasenko.162 uuid:  
e4554f9a-cc90-4826-a807-ac282b782fe4 Aug 13 2012
https://git.gitorious.org/cogvm/blessed.git Commit:  
aeb0705cde4b8fc57cb262dc051c5ee6dfa72a14 Date: 2012-07-26 16:38:48 +0200  
By: Igor Stasenko <[hidden email]>


_______________________________________________
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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Updates:
        Status: HumanReviewNeeded

Comment #4 on issue 6598 by marianopeck: We have a lot of incorrect  
CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598

(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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Updates:
        Status: WorkNeeded

Comment #5 on issue 6598 by [hidden email]: We have a lot of  
incorrect CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598#c5

Timeout occured while loading and testing the code


_______________________________________________
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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo

Comment #6 on issue 6598 by [hidden email]: We have a lot of  
incorrect CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598#c6

Timeout occured while loading and testing the code


_______________________________________________
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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Updates:
        Status: FixToInclude

Comment #7 on issue 6598 by [hidden email]: We have a lot of incorrect  
CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598

(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 6598 in pharo: We have a lot of incorrect CompiledMethods hanging around

pharo
Updates:
        Status: Integrated

Comment #8 on issue 6598 by [hidden email]: We have a lot of  
incorrect CompiledMethods hanging around
http://code.google.com/p/pharo/issues/detail?id=6598

in 2.0 270


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