Infrequent "UndefinedObject does not understand realizeWidget" error

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

Infrequent "UndefinedObject does not understand realizeWidget" error

Richard Sargent
Administrator
Every once in a while (e.g. after 18 cycles of running the GBS test suite), I can an error from trying to open a dialogue window. It looks like the CW shell never got instantiated.

A copy of the relevant portion of the stack is below. Has anyone encountered this before?

- - - - - - - - - -

UndefinedObject(Object)>>#doesNotUnderstand:
    self=nil
    aMessage=Message (#realizeWidget, ())
AbtShellView(AbtBasicView)>>#realizeWidget
    self=an AbtShellView('Window')
AbtShellView>>#openWidget
    self=an AbtShellView('Window')
    oldMapped=true
AbtShellView>>#primOpenPopupPrimaryWidget:
    self=an AbtShellView('Window')
    anOwnerWidget=CwTopLevelShell(ToolWindowShell)
AbtShellView>>#openFullApplicationModalWidget
    self=an AbtShellView('Window')
Message>>#sendTo:
    self=Message (#openFullApplicationModalWidget, ())
    anObject=an AbtShellView('Window')
GbtMessagePrompter(AbtAppBldrPart)>>#doesNotUnderstand:
    self=a GbtMessagePrompter(Really update user TestGroupUser?)
    aMessage=Message (#openFullApplicationModalWidget, ())
GbtMessagePrompter(GbtTestingDialog)>>#prompt
    self=a GbtMessagePrompter(Really update user TestGroupUser?)

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/45f9243a-0875-44c7-b1fe-a8e97ba88554n%40googlegroups.com.
Reply | Threaded
Open this post in threaded view
|

Re: Infrequent "UndefinedObject does not understand realizeWidget" error

Mariano Martinez Peck-2
Hi Richard, 

Which operating system and which VAST version? Did it happen too with previous releases too?

On Mon, Nov 30, 2020 at 4:38 PM Richard Sargent <[hidden email]> wrote:
Every once in a while (e.g. after 18 cycles of running the GBS test suite), I can an error from trying to open a dialogue window. It looks like the CW shell never got instantiated.

A copy of the relevant portion of the stack is below. Has anyone encountered this before?

- - - - - - - - - -

UndefinedObject(Object)>>#doesNotUnderstand:
    self=nil
    aMessage=Message (#realizeWidget, ())
AbtShellView(AbtBasicView)>>#realizeWidget
    self=an AbtShellView('Window')
AbtShellView>>#openWidget
    self=an AbtShellView('Window')
    oldMapped=true
AbtShellView>>#primOpenPopupPrimaryWidget:
    self=an AbtShellView('Window')
    anOwnerWidget=CwTopLevelShell(ToolWindowShell)
AbtShellView>>#openFullApplicationModalWidget
    self=an AbtShellView('Window')
Message>>#sendTo:
    self=Message (#openFullApplicationModalWidget, ())
    anObject=an AbtShellView('Window')
GbtMessagePrompter(AbtAppBldrPart)>>#doesNotUnderstand:
    self=a GbtMessagePrompter(Really update user TestGroupUser?)
    aMessage=Message (#openFullApplicationModalWidget, ())
GbtMessagePrompter(GbtTestingDialog)>>#prompt
    self=a GbtMessagePrompter(Really update user TestGroupUser?)

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/45f9243a-0875-44c7-b1fe-a8e97ba88554n%40googlegroups.com.


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/CAOUkibENd1aDsbOEb%3Dp-yB99ZC8SGbRE8ySAxmGjQV9q%3Dbr-oA%40mail.gmail.com.
Reply | Threaded
Open this post in threaded view
|

Re: Infrequent "UndefinedObject does not understand realizeWidget" error

Richard Sargent
Administrator
On Monday, November 30, 2020 at 4:15:31 PM UTC-8 [hidden email] wrote:
Hi Richard, 

Which operating system and which VAST version? Did it happen too with previous releases too?

This specific occurrence was on Windows 10 running VA Smalltalk 9.2. I believe it has also happened with other versions.



On Mon, Nov 30, 2020 at 4:38 PM Richard Sargent <richard...@...> wrote:
Every once in a while (e.g. after 18 cycles of running the GBS test suite), I can an error from trying to open a dialogue window. It looks like the CW shell never got instantiated.

A copy of the relevant portion of the stack is below. Has anyone encountered this before?

- - - - - - - - - -

UndefinedObject(Object)>>#doesNotUnderstand:
    self=nil
    aMessage=Message (#realizeWidget, ())
AbtShellView(AbtBasicView)>>#realizeWidget
    self=an AbtShellView('Window')
AbtShellView>>#openWidget
    self=an AbtShellView('Window')
    oldMapped=true
AbtShellView>>#primOpenPopupPrimaryWidget:
    self=an AbtShellView('Window')
    anOwnerWidget=CwTopLevelShell(ToolWindowShell)
AbtShellView>>#openFullApplicationModalWidget
    self=an AbtShellView('Window')
Message>>#sendTo:
    self=Message (#openFullApplicationModalWidget, ())
    anObject=an AbtShellView('Window')
GbtMessagePrompter(AbtAppBldrPart)>>#doesNotUnderstand:
    self=a GbtMessagePrompter(Really update user TestGroupUser?)
    aMessage=Message (#openFullApplicationModalWidget, ())
GbtMessagePrompter(GbtTestingDialog)>>#prompt
    self=a GbtMessagePrompter(Really update user TestGroupUser?)

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to va-smalltalk...@....
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/45f9243a-0875-44c7-b1fe-a8e97ba88554n%40googlegroups.com.


--
Mariano Martinez Peck
Software Engineer, Instantiations Inc.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To view this discussion on the web visit https://groups.google.com/d/msgid/va-smalltalk/b462596e-2223-4dca-af2d-7f1c55a935bbn%40googlegroups.com.