[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: NSApplication/resignKeyWindow/deactivate SEGFAULT
From: |
Michael Hanni |
Subject: |
Re: NSApplication/resignKeyWindow/deactivate SEGFAULT |
Date: |
Thu, 10 Apr 2003 16:35:30 -0700 (PDT) |
Hi,
I take back what I said earlier about the possible cause. After finally finding
_NSPrintForDebugger I've found that the window that causes the crash is not a
menu window, but rather one of the test windows.
(gdb) p self->_hidden_key->_f->visible
$5 = 1
Still a little crazy.
Cheers,
Michael
=====