Inti profiler broken?

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

Inti profiler broken?

kurs.jan
Hi,

I tried to load inti profiler, but without success:

Gofer new smalltalkhubUser: 'azazael'
        project: 'inti';
        package: 'ConfigurationOfInti';
        load.
	(Smalltalk at: #ConfigurationOfInti) load.

When I run "IntiExamples new openExample" I got an error:

MessageNotUnderstood: receiver of "initializeElement:" is nil
(more in the end of the email).


I tried pharo 3, moose 5 and moose 4.9. None of these were without errors.

What am I missing?
Cheers,
Jan



THERE_BE_DRAGONS_HERE
MessageNotUnderstood: receiver of "initializeElement:" is nil
31 August 2014 12:53:37.167557 pm

VM: unix - i686 - linux-gnu - NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May  6 2014
NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May  6 2014
https://github.com/pharo-project/pharo-vm.git Commit: ef5832e6f70e5b24e8b9b1f4b8509a62b6c88040 Date: 2014-01-26 15:34:28 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14794

Image: Pharo3.0 [Latest update: #30856]

UndefinedObject(Object)>>doesNotUnderstand: #initializeElement:
    Receiver: nil
    Arguments and temporary variables:
        aMessage:     initializeElement: a RTElement
        exception:     MessageNotUnderstood: receiver of "initializeElement:" is nil
        resumeValue:     nil
    Receiver's instance variables:
nil

RTElement(RTAnnounceableObject)>>addInteraction:
    Receiver: a RTElement
    Arguments and temporary variables:
        anInteractionClassOrInstance:     nil
    Receiver's instance variables:
        announcer:     an Announcer
        shape:     a RTArc
        trachelShape:     a TRArcShape
        attributes:     a Dictionary(#sbChildren->an OrderedCollection(a RTNode<nil(ROMondr...etc...
        view:     nil
        model:     nil(IntiExamples) >> openExample
        isFixed:     false
        connectedEdges:     nil


RTElement(RTAnnounceableObject)>>@
    Receiver: a RTElement
    Arguments and temporary variables:
        anInteractionClassOrInstance:     nil
    Receiver's instance variables:
        announcer:     an Announcer
        shape:     a RTArc
        trachelShape:     a TRArcShape
        attributes:     a Dictionary(#sbChildren->an OrderedCollection(a RTNode<nil(ROMondr...etc...
        view:     nil
        model:     nil(IntiExamples) >> openExample
        isFixed:     false
        connectedEdges:     nil


[ :i | el @ i ] in RTSunburstNodeVisitor>>createArc
    Receiver: a RTSunburstNodeVisitor
    Arguments and temporary variables:
        el:     a RTElement
        arc:     a RTArc
        auxArc:     360
        auxRadius:     45
        i:     nil
    Receiver's instance variables:
        arcs:     an OrderedCollection()
        lines:     an OrderedCollection()
        node:     a RTNode<nil(IntiExamples) >> openExample>
        builder:     a RTSunburstBuilder
        radialSpacing:     5
        angularSpacing:     0
        interactions:     an OrderedCollection(RTPopup nil MTInteraction)
        weightBlock:     [ :n | 1 ]


OrderedCollection>>do:
    Receiver: an OrderedCollection(RTPopup nil MTInteraction)
    Arguments and temporary variables:
        aBlock:     [ :i | el @ i ]
        index:     2
    Receiver's instance variables:
        array:     {RTPopup. nil. MTInteraction. nil. nil. nil. nil. nil. nil. nil}
        firstIndex:     1
        lastIndex:     3


RTSunburstNodeVisitor>>createArc
    Receiver: a RTSunburstNodeVisitor
    Arguments and temporary variables:
        el:     a RTElement
        arc:     a RTArc
        auxArc:     360
        auxRadius:     45
    Receiver's instance variables:
        arcs:     an OrderedCollection()
        lines:     an OrderedCollection()
        node:     a RTNode<nil(IntiExamples) >> openExample>
        builder:     a RTSunburstBuilder
        radialSpacing:     5
        angularSpacing:     0
        interactions:     an OrderedCollection(RTPopup nil MTInteraction)
        weightBlock:     [ :n | 1 ]

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Inti profiler broken?

Stephan Eggermont-3
That looks like an old vm.

Stephan
_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Inti profiler broken?

abergel
In reply to this post by kurs.jan
Milton is away this week I believe. He will answer your email asap… I will make sure of that

Alexandre


On Aug 31, 2014, at 7:02 AM, Jan Kurš <[hidden email]> wrote:

> Hi,
>
> I tried to load inti profiler, but without success:
>
> Gofer new smalltalkhubUser: 'azazael'
>         project: '
> inti
> ';
>         package: 'ConfigurationOfInti';
>         load.
> (Smalltalk at: #ConfigurationOfInti) load.
>
>
> When I run "IntiExamples new openExample" I got an error:
>
> MessageNotUnderstood: receiver of "initializeElement:" is nil
> (more in the end of the email).
>
>
> I tried pharo 3, moose 5 and moose 4.9. None of these were without errors.
>
> What am I missing?
> Cheers,
> Jan
>
>
>
> THERE_BE_DRAGONS_HERE
> MessageNotUnderstood: receiver of "initializeElement:" is nil
> 31 August 2014 12:53:37.167557 pm
>
> VM: unix - i686 - linux-gnu - NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May  6 2014
> NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May  6 2014
> https://github.com/pharo-project/pharo-vm.git Commit: ef5832e6f70e5b24e8b9b1f4b8509a62b6c88040 Date: 2014-01-26 15:34:28 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14794
>
> Image: Pharo3.0 [Latest update: #30856]
>
> UndefinedObject(Object)>>doesNotUnderstand: #initializeElement:
>     Receiver: nil
>     Arguments and temporary variables:
>         aMessage:     initializeElement: a RTElement
>         exception:     MessageNotUnderstood: receiver of "initializeElement:" is nil
>         resumeValue:     nil
>     Receiver's instance variables:
> nil
>
> RTElement(RTAnnounceableObject)>>addInteraction:
>     Receiver: a RTElement
>     Arguments and temporary variables:
>         anInteractionClassOrInstance:     nil
>     Receiver's instance variables:
>         announcer:     an Announcer
>         shape:     a RTArc
>         trachelShape:     a TRArcShape
>         attributes:     a Dictionary(#sbChildren->an OrderedCollection(a RTNode<nil(ROMondr...etc...
>         view:     nil
>         model:     nil(IntiExamples) >> openExample
>         isFixed:     false
>         connectedEdges:     nil
>
>
> RTElement(RTAnnounceableObject)>>@
>     Receiver: a RTElement
>     Arguments and temporary variables:
>         anInteractionClassOrInstance:     nil
>     Receiver's instance variables:
>         announcer:     an Announcer
>         shape:     a RTArc
>         trachelShape:     a TRArcShape
>         attributes:     a Dictionary(#sbChildren->an OrderedCollection(a RTNode<nil(ROMondr...etc...
>         view:     nil
>         model:     nil(IntiExamples) >> openExample
>         isFixed:     false
>         connectedEdges:     nil
>
>
> [ :i | el @ i ] in RTSunburstNodeVisitor>>createArc
>     Receiver: a RTSunburstNodeVisitor
>     Arguments and temporary variables:
>         el:     a RTElement
>         arc:     a RTArc
>         auxArc:     360
>         auxRadius:     45
>         i:     nil
>     Receiver's instance variables:
>         arcs:     an OrderedCollection()
>         lines:     an OrderedCollection()
>         node:     a RTNode<nil(IntiExamples) >> openExample>
>         builder:     a RTSunburstBuilder
>         radialSpacing:     5
>         angularSpacing:     0
>         interactions:     an OrderedCollection(RTPopup nil MTInteraction)
>         weightBlock:     [ :n | 1 ]
>
>
> OrderedCollection>>do:
>     Receiver: an OrderedCollection(RTPopup nil MTInteraction)
>     Arguments and temporary variables:
>         aBlock:     [ :i | el @ i ]
>         index:     2
>     Receiver's instance variables:
>         array:     {RTPopup. nil. MTInteraction. nil. nil. nil. nil. nil. nil. nil}
>         firstIndex:     1
>         lastIndex:     3
>
>
> RTSunburstNodeVisitor>>createArc
>     Receiver: a RTSunburstNodeVisitor
>     Arguments and temporary variables:
>         el:     a RTElement
>         arc:     a RTArc
>         auxArc:     360
>         auxRadius:     45
>     Receiver's instance variables:
>         arcs:     an OrderedCollection()
>         lines:     an OrderedCollection()
>         node:     a RTNode<nil(IntiExamples) >> openExample>
>         builder:     a RTSunburstBuilder
>         radialSpacing:     5
>         angularSpacing:     0
>         interactions:     an OrderedCollection(RTPopup nil MTInteraction)
>         weightBlock:     [ :n | 1 ]
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: Inti profiler broken?

akevalion
CONTENTS DELETED
The author has deleted this message.
Reply | Threaded
Open this post in threaded view
|

Re: Inti profiler broken?

Jan Kurš
Everything OK now, thanks for help!

Cheers,
Jan


On 1 September 2014 00:36, milton mamani <[hidden email]> wrote:
Hi,

Thanks for the bug report. The problem was in the ConfigurationOfInti. This bug is fixed now, please download or update to the new version :-)

Cheers,
Milton


2014-08-31 15:32 GMT-04:00 Alexandre Bergel <[hidden email]>:

Milton is away this week I believe. He will answer your email asap… I will make sure of that

Alexandre


On Aug 31, 2014, at 7:02 AM, Jan Kurš <[hidden email]> wrote:

> Hi,
>
> I tried to load inti profiler, but without success:
>
> Gofer new smalltalkhubUser: 'azazael'
>         project: '
> inti
> ';
>         package: 'ConfigurationOfInti';
>         load.
>       (Smalltalk at: #ConfigurationOfInti) load.
>
>
> When I run "IntiExamples new openExample" I got an error:
>
> MessageNotUnderstood: receiver of "initializeElement:" is nil
> (more in the end of the email).
>
>
> I tried pharo 3, moose 5 and moose 4.9. None of these were without errors.
>
> What am I missing?
> Cheers,
> Jan
>
>
>
> THERE_BE_DRAGONS_HERE
> MessageNotUnderstood: receiver of "initializeElement:" is nil
> 31 August 2014 12:53:37.167557 pm
>
> VM: unix - i686 - linux-gnu - NBCoInterpreter NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May  6 2014
> NBCogit NativeBoost-CogPlugin-GuillermoPolito.19 uuid: acc98e51-2fba-4841-a965-2975997bba66 May  6 2014
> https://github.com/pharo-project/pharo-vm.git Commit: ef5832e6f70e5b24e8b9b1f4b8509a62b6c88040 Date: 2014-01-26 15:34:28 +0100 By: Esteban Lorenzano <[hidden email]> Jenkins build #14794
>
> Image: Pharo3.0 [Latest update: #30856]
>
> UndefinedObject(Object)>>doesNotUnderstand: #initializeElement:
>     Receiver: nil
>     Arguments and temporary variables:
>         aMessage:     initializeElement: a RTElement
>         exception:     MessageNotUnderstood: receiver of "initializeElement:" is nil
>         resumeValue:     nil
>     Receiver's instance variables:
> nil
>
> RTElement(RTAnnounceableObject)>>addInteraction:
>     Receiver: a RTElement
>     Arguments and temporary variables:
>         anInteractionClassOrInstance:     nil
>     Receiver's instance variables:
>         announcer:     an Announcer
>         shape:     a RTArc
>         trachelShape:     a TRArcShape
>         attributes:     a Dictionary(#sbChildren->an OrderedCollection(a RTNode<nil(ROMondr...etc...
>         view:     nil
>         model:     nil(IntiExamples) >> openExample
>         isFixed:     false
>         connectedEdges:     nil
>
>
> RTElement(RTAnnounceableObject)>>@
>     Receiver: a RTElement
>     Arguments and temporary variables:
>         anInteractionClassOrInstance:     nil
>     Receiver's instance variables:
>         announcer:     an Announcer
>         shape:     a RTArc
>         trachelShape:     a TRArcShape
>         attributes:     a Dictionary(#sbChildren->an OrderedCollection(a RTNode<nil(ROMondr...etc...
>         view:     nil
>         model:     nil(IntiExamples) >> openExample
>         isFixed:     false
>         connectedEdges:     nil
>
>
> [ :i | el @ i ] in RTSunburstNodeVisitor>>createArc
>     Receiver: a RTSunburstNodeVisitor
>     Arguments and temporary variables:
>         el:     a RTElement
>         arc:     a RTArc
>         auxArc:     360
>         auxRadius:     45
>         i:     nil
>     Receiver's instance variables:
>         arcs:     an OrderedCollection()
>         lines:     an OrderedCollection()
>         node:     a RTNode<nil(IntiExamples) >> openExample>
>         builder:     a RTSunburstBuilder
>         radialSpacing:     5
>         angularSpacing:     0
>         interactions:     an OrderedCollection(RTPopup nil MTInteraction)
>         weightBlock:     [ :n | 1 ]
>
>
> OrderedCollection>>do:
>     Receiver: an OrderedCollection(RTPopup nil MTInteraction)
>     Arguments and temporary variables:
>         aBlock:     [ :i | el @ i ]
>         index:     2
>     Receiver's instance variables:
>         array:     {RTPopup. nil. MTInteraction. nil. nil. nil. nil. nil. nil. nil}
>         firstIndex:     1
>         lastIndex:     3
>
>
> RTSunburstNodeVisitor>>createArc
>     Receiver: a RTSunburstNodeVisitor
>     Arguments and temporary variables:
>         el:     a RTElement
>         arc:     a RTArc
>         auxArc:     360
>         auxRadius:     45
>     Receiver's instance variables:
>         arcs:     an OrderedCollection()
>         lines:     an OrderedCollection()
>         node:     a RTNode<nil(IntiExamples) >> openExample>
>         builder:     a RTSunburstBuilder
>         radialSpacing:     5
>         angularSpacing:     0
>         interactions:     an OrderedCollection(RTPopup nil MTInteraction)
>         weightBlock:     [ :n | 1 ]
> _______________________________________________
> Moose-dev mailing list
> [hidden email]
> https://www.iam.unibe.ch/mailman/listinfo/moose-dev

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.




_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev



_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev