On 6 Jun 2009, at 08:37, iseecolors wrote:
What I am doing is a single sign on to an web service. I send the URL (with cert and nounce) to the server and get back a re-direct to the actual page, which does start to load. I see all of this take place. Than before the page finishes loading, the browser quits. The interesting note is that what little the log shows is that Debugger() is called just before the browsers quit. It seems odd that both browsers would call Debugger() when loading the same page, but only when the browser didn't already have a page open - suggestion some common code is actually calling Debugger().

If I recall correctly, this is a bug in the Flash plugin, which contains a number of calls to Debugger() for some reason. Under normal circumstances, they're ignored and just generate a log message - I'm curious why they appear to be actually interrupting the program here.
_______________________________________________

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