FogBugz (Case [Issue]12295) Crosscutting and Misc - shutDown: fails silently

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

FogBugz (Case [Issue]12295) Crosscutting and Misc - shutDown: fails silently

Pharo Issue Tracker
FogBugz Notification
avatar
Sean DeNigris opened Case 12295: shutDown: fails silently and assigned it to Everyone:
First Impression Counts in Project:  Crosscutting and Misc: 1. Pharo Image  •  You are subscribed to this case
Smalltalk addToShutDownList: MyClass.

MyClass class>>#shutDown: isQuitting
'begin shutdown' inspect.
Halt now.
'end shutdown' inspect.

The first inspector comes up, but the second one never does. Nor does a debugger come up on the halt. In fact, there seems to be no indication of any kind that something went wrong.

My confusion was more acute because of the asymmetry with #startUp:.
For example:
Smalltalk addToStartUpList: MyClass.

MyClass class>>#startUp: isNewSession
'begin startup' inspect.
Halt now.
'end startup' inspect.

One gets a nice "Got startup errors, proceed to open debuggers"
Priority Priority: 3 – Must Fix Status Status: Work Needed
Assigned To Assigned to: Everyone Milestone Milestone: Pharo3.0

Go to Case
No longer need updates? Unsubscribe from this case.

Don't want FogBugz notifications anymore? Update your preferences.

FogBugz

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