Re: crashing web browser with openURL call
Re: crashing web browser with openURL call
- Subject: Re: crashing web browser with openURL call
- From: Andrew Farmer <email@hidden>
- Date: Sat, 6 Jun 2009 14:25:24 -0700
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 (email@hidden)
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:
This email sent to email@hidden