help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] [bug] Infinite re-cursion on VisualGST inspector


From: Holger Hans Peter Freyther
Subject: [Help-smalltalk] [bug] Infinite re-cursion on VisualGST inspector
Date: Sat, 30 Mar 2013 09:28:20 -0700

Issue status update for http://smalltalk.gnu.org/node/722 Post a follow up: http://smalltalk.gnu.org/project/comments/add/722

Project:      GNU Smalltalk
Version:      <none>
Component:    VisualGST
Category:     bug reports
Priority:     normal
Assigned to:  Unassigned
Reported by:  zecke
Updated by:   zecke
Status:       active

I'm loading some code (OsmoMGCP) with the STClassLoader and then using
VisualGST to inspect the code. I end up with an infinite crash
re-cursion like this:


(ip 10)ProxyNamespace>>#printOn:
(ip 20)ProxyNamespace(Object)>>#printString
(ip 44)UnhandledException>>#defaultAction
(ip 4)[] in Exception>>#resignalAsUnhandled:
(ip 42)MethodContext(ContextPart)>>#scanBacktraceFor:do:
(ip 36)MessageNotUnderstood(Exception)>>#resignalAsUnhandled:
(ip 8)MessageNotUnderstood(Exception)>>#defaultAction
(ip 2)[] in Exception>>#instantiateDefaultHandler
(ip 16)MessageNotUnderstood(Exception)>>#activateHandler:
(ip 24)MessageNotUnderstood(Exception)>>#signal
(ip 20)ProxyNamespace(Object)>>#doesNotUnderstand:
(ip 18)ProxyNamespace(BindingDictionary)>>#doesNotUnderstand:
(ip 10)ProxyNamespace>>#printOn:
(ip 20)ProxyNamespace(Object)>>#printString
(ip 44)UnhandledException>>#defaultAction
(ip 4)[] in UnhandledException>>#instantiateDefaultHandler
(ip 16)UnhandledException(Exception)>>#activateHandler:
(ip 24)MessageNotUnderstood(Exception)>>#resignalAs:
(ip 40)MessageNotUnderstood(Exception)>>#resignalAsUnhandled:
(ip 8)MessageNotUnderstood(Exception)>>#defaultAction
(ip 2)[] in Exception>>#instantiateDefaultHandler
(ip 16)MessageNotUnderstood(Exception)>>#activateHandler:
(ip 24)MessageNotUnderstood(Exception)>>#signal
(ip 20)ProxyNamespace(Object)>>#doesNotUnderstand:
(ip 18)ProxyNamespace(BindingDictionary)>>#doesNotUnderstand:
(ip 10)ProxyNamespace>>#printOn:
(ip 8)WriteStream(Stream)>>#print:
(ip 16)[] in Dictionary>>#printOn:
(ip 32)IdentityDictionary(LookupTable)>>#keysAndValuesDo:
(ip 26)IdentityDictionary(Dictionary)>>#printOn:
(ip 8)IdentityDictionary(Object)>>#displayOn:
(ip 18)IdentityDictionary(Object)>>#displayString
(ip 20)GtkInspectorWidget>>#onVariableChanged
(ip 0)






reply via email to

[Prev in Thread] Current Thread [Next in Thread]