[3434] in Athena Bugs
(RTPC) Version 6.3B: mwm
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Tue Oct 17 03:42:57 1989
Date: Tue, 17 Oct 89 03:42:33 -0400
From: Jonathan I. Kamens <jik@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
System type, version: (RTPC) Version 6.3B
System name: pit-manager
What's wrong:
mwm has coredumped (seg fault) three times on me in the past several
minutes.
stack trace shows the following:
_.DeleteTransient(r2=0xc811ff9c) from _.UnManageWindow+0x14
_.UnManageWindow(r2=0xc811ff9c) from _.ManageWindow+0x282
_.ManageWindow(r2=0xc811ff9c, r3= 00000000) from _.WmDispatchWsEvent+0x106
_.WmDispatchWsEvent(r2=0xc811ff9c) from _.main+0x92
_.main(r2=0xc811ff9c, r3= 00000000, r4=0x100389a4) from start+0x3a
start(r2=0xc811ff9c, r3= 00000000, r4=0x100389a4)
I suspect that what is happening is that my application (rolodex) is
getting rid of the transient window (because it is exiting) just as
mwm is also trying to get rid of it, with the result that mwm tries to
get rid of a window which is already gone.
What should have happened:
mwm should not coredump.
core in ~jik/sipb/cores/rt/mwm/core.10-17.
jik