Debugging blocking
Debugging blocking
- Subject: Debugging blocking
- From: Thomas Davie <email@hidden>
- Date: Mon, 17 Jan 2005 01:31:08 +0000
Hi,
I have an application pretty near to release, but on my latest build,
it's suddenly started taking a long time to start up... I've shoved it
through sampler, and discovered that 3 of the 5 seconds start-up time
it has spend blocking waiting for an event. Specifically the call
stack looks like:
mach_msg_trap
mach_msg_trap
mach_msg
_CFRunLoopRun
CFRunLoopRunSpecific
RunCurrentEventLoopInMode
ReceiveNextEventCommon
BlockUntilNextEventMatchingListInMode
_DPSNextEvent
[NSApplication nextEventMatchingMask:untilDate:inMode:]
[NSApplication run]
NSApplicationMain
_start
start
Thread_6b83
I have no idea, why it blocks for so long, and I would really
appreciate any input.
Thanks
Tom Davie
--
God is real... Unless you define it as an integer.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden