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

[no subject]



If SELECTED-WINDOW's process is not the SELECTED-PROCESS, the system will bomb
out in strange ways.  One way to exhibit this is to send a :SELECT message to
a process which has gotten into a trace break point (in my case, the GC process,
which has no associated windows or anything of that sort.)  The process gets selected.
A while later when the selected window gets deselected, it tries to deselect its
process and gets an error because the process isn't selected.