Hi,
i've fallen in a weird bug...
In my app i display a sheet window and it hangs in random occasions, just after sending - beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo: (it never returns from here).

Here's the trace:

#0      0x95af0266 in mach_msg_trap
#1      0x95af7a5c in mach_msg
#2      0x951e6e7e in CFRunLoopRunSpecific
#3      0x951e7aa8 in CFRunLoopRunInMode
#4      0x944e00ce in -[NSMoveHelper _doAnimation]
#5      0x944deb8d in -[NSMoveHelper(NSSheets) _moveParent:andOpenSheet:]
#6      0x944de47c in -[NSWindow(NSSheets) _orderFrontRelativeToWindow:]
#7 0x9433a6d7 in -[NSWindow _reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:] #8 0x9437c567 in -[NSApplication _orderFrontModalWindow:relativeToWindow:] #9 0x9437bfd1 in -[NSApplication _commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextInfo :]

It shouldn't be a logic problem in my code, because passing modalForWindow as nil it works.
I'm running OSX 10.5.8.

Any suggestions?

Thanks
Marco

_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to