Issue 6279 in pharo: Browse comment versions in Nautilus crashes

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

Issue 6279 in pharo: Browse comment versions in Nautilus crashes

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

New issue 6279 by [hidden email]: Browse comment versions in Nautilus  
crashes
http://code.google.com/p/pharo/issues/detail?id=6279

- Pharo2.0a Latest update: #20186

- open the system browser (Nautilus)
- click on a class
- select "Analyze" -> "Browse comment versions..."

=> gives a MNU


Array(Object)>>doesNotUnderstand: #realClass
        Receiver: {RBReplaceRule}
        Arguments and temporary variables:
<<error during printing>
        Receiver's instance variables:
{RBReplaceRule}

NautilusUI(AbstractTool)>>browseCommentVersionsOf:
        Receiver: a NautilusUI
        Arguments and temporary variables:
<<error during printing>
        Receiver's instance variables:
                dependents: a DependentsArray(a CategoryWidget a MethodWidget a  
NautilusWindow(...etc...
                model: a Nautilus
                window: a NautilusWindow(698613760)
                hierarchyClass: nil
                cachedHierarchy: an IdentityDictionary(RBBlockReplaceRule->an  
OrderedCollection...etc...
                sourceTextArea: a PluggableTextMorphWithLimits(100139008)
                firstColumn: a PanelMorph(77070336)
                secondColumn: a PanelMorph(170917888)
                groupsSelection: a Dictionary()



_______________________________________________
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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo

Comment #1 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279

One can exchange the #realClass send with #first.

This solves the issue to prevent the MNU.

But still the comment brower just opens when you are
on the instance side of a class.


_______________________________________________
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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Labels: Milestone-2.0

Comment #2 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279

(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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: FixReviewNeeded

Comment #3 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279

Quick fix in  
SLICE-Issue-6279-Browse-comment-versions-in-Nautilus-crashes-tbn.1


_______________________________________________
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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: MonkeyIsChecking

Comment #4 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c4

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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20186

Comment #5 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c5

This Issue has been checked by Ulysse the Monkey
       
6356 tests passed in 00:01:50s:
===============================
        CollectionsTests-Arrayed (547)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (906)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (596)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        KernelTests-Chronology (577)
        KernelTests-Classes (67)
        KernelTests-Exception (2)
        KernelTests-Methods (178)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)
        ToolsTest-Base (2)
        ToolsTest-Debugger (10)
        ToolsTest-Finder (9)
        ToolsTest-Inspector (1)
        ToolsTest-MessageTally (5)
        ToolsTest-PointerFinder (3)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6279-Browse-comment-versions-in-Nautilus-crashes-tbn.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20186-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
8216bc960dcf8ddab3a2f6fb54cc97214e7797fd Date: Thu Jul 5 09:41:44 2012  
+0200 By: Esteban Lorenzano <[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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: MonkeyIsChecking

Comment #6 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c6

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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20187

Comment #7 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c7

This Issue has been checked by Ulysse the Monkey
       
6356 tests passed in 00:02:05s:
===============================
        CollectionsTests-Arrayed (547)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (906)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (596)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        KernelTests-Chronology (577)
        KernelTests-Classes (67)
        KernelTests-Exception (2)
        KernelTests-Methods (178)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)
        ToolsTest-Base (2)
        ToolsTest-Debugger (10)
        ToolsTest-Finder (9)
        ToolsTest-Inspector (1)
        ToolsTest-MessageTally (5)
        ToolsTest-PointerFinder (3)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6279-Browse-comment-versions-in-Nautilus-crashes-tbn.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20187-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
8216bc960dcf8ddab3a2f6fb54cc97214e7797fd Date: Thu Jul 5 09:41:44 2012  
+0200 By: Esteban Lorenzano <[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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: MonkeyIsChecking

Comment #8 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c8

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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: ValidatedByTheMonkey
        Labels: CheckedIn20188

Comment #9 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c9

This Issue has been checked by Ulysse the Monkey
       
6356 tests passed in 00:02:03s:
===============================
        CollectionsTests-Arrayed (547)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (906)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (596)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        KernelTests-Chronology (577)
        KernelTests-Classes (67)
        KernelTests-Exception (2)
        KernelTests-Methods (178)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)
        ToolsTest-Base (2)
        ToolsTest-Debugger (10)
        ToolsTest-Finder (9)
        ToolsTest-Inspector (1)
        ToolsTest-MessageTally (5)
        ToolsTest-PointerFinder (3)

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6279-Browse-comment-versions-in-Nautilus-crashes-tbn.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20188-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
8216bc960dcf8ddab3a2f6fb54cc97214e7797fd Date: Thu Jul 5 09:41:44 2012  
+0200 By: Esteban Lorenzano <[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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: MonkeyIsChecking

Comment #10 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c10

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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: FailingTest

Comment #11 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279#c11

Test Results:
-------------
Passed: 6356
        CollectionsTests-Arrayed (547)
        CollectionsTests-Atomic (12)
        CollectionsTests-Sequenceable (906)
        CollectionsTests-SplitJoin (27)
        CollectionsTests-Stack (16)
        CollectionsTests-Streams (37)
        CollectionsTests-Strings (596)
        CollectionsTests-Support (12)
        CollectionsTests-Unordered (1951)
        CollectionsTests-Weak (739)
        CompilerTests (179)
        KernelTests-Chronology (577)
        KernelTests-Classes (67)
        KernelTests-Exception (2)
        KernelTests-Methods (178)
        KernelTests-Numbers (276)
        KernelTests-Objects (86)
        KernelTests-Pragmas (3)
        KernelTests-Processes (31)
        SUnit-Core-Extensions (3)
        SUnit-Core-Utilities (3)
        SUnit-Tests-Core (78)
        ToolsTest-Base (2)
        ToolsTest-Debugger (10)
        ToolsTest-Finder (9)
        ToolsTest-Inspector (1)
        ToolsTest-MessageTally (5)
        ToolsTest-PointerFinder (3)


Failures: 1
        TimeTest>>#testGeneralInquiries

----------------------------------------------------------
Loaded Source:  
SLICE-Issue-6279-Browse-comment-versions-in-Nautilus-crashes-tbn.1 from  
http://ss3.gemstone.com/ss/PharoInbox
Tested using Pharo-2.0-20191-a on CoInterpreter  
VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
StackToRegisterMappingCogit VMMaker-oscog-EstebanLorenzano.161 uuid:  
8e0c22c3-b48d-4d8d-a7f9-8a75dc246f28 Jul  5 2012,  
https://git.gitorious.org/cogvm/blessed.git Commit:  
8216bc960dcf8ddab3a2f6fb54cc97214e7797fd Date: Thu Jul 5 09:41:44 2012  
+0200 By: Esteban Lorenzano <[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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: WorkNeeded

Comment #12 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279

This is not a failing test


_______________________________________________
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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: HumanReviewNeeded

Comment #13 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279

Nautilus-BenjaminVanRyseghem.308 in the inbox :)


_______________________________________________
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 6279 in pharo: Browse comment versions in Nautilus crashes

pharo
Updates:
        Status: Integrated

Comment #14 on issue 6279 by [hidden email]: Browse comment versions  
in Nautilus crashes
http://code.google.com/p/pharo/issues/detail?id=6279

in 2.0 208


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