Re: notAKeyMarker crash

2012-03-05 Thread Kyle Sluder
On Mar 5, 2012, at 10:01 PM, Gideon King wrote: > Ah, of course - silly me. Working on assumptions instead of using my eyes. > > So the relevant code is this: >NSMapInsertKnownAbsent(windowsForSheets, sheet, docWindow); > and seeing as windowForSheets is created with: >windowsFor

Re: notAKeyMarker crash

2012-03-05 Thread Gideon King
Ah, of course - silly me. Working on assumptions instead of using my eyes. So the relevant code is this: NSMapInsertKnownAbsent(windowsForSheets, sheet, docWindow); and seeing as windowForSheets is created with: windowsForSheets = NSCreateMapTable(NSObjectMapKeyCallBacks, NSOb

Re: notAKeyMarker crash

2012-03-05 Thread Mike Abdullah
-[OAApplication beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:] That's definitely not part of Cocoa! You have the source. Dig in to find the problem. On 5 Mar 2012, at 15:15, Gideon King wrote: > Hi, I am getting occasional reports of an exception from users of my > softw