Bug 27953
Summary: | -[NSWorkspace openURL:] causing issues | ||
---|---|---|---|
Product: | WebKit | Reporter: | importedfromspace |
Component: | New Bugs | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | importedfromspace, mrowe |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.5 |
importedfromspace
NSURL *url = [NSURL URLWithString:@"http://www.amazon.com/Knife-Never-Letting-Go-Walking/dp/B002IDMC58%3FSubscriptionId%3D1CKE6MZ6S27EFQ458402%26tag%3Dws%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3DB002IDMC58"];
[[NSWorkspace sharedWorkspace] openURL:url];
When this method launches the browser, it gives me two problems. (The WebKit nightly is my default browser.)
1. The "Check for WebKit Updates…" item simply isn't there.
2. It often, but not always, crashes, leaving the Console message "Exited abnormally: Interrupt". The OS X crash dialog does not appear.
And…that's about it. I've tried deleting all plugins, but that didn't help. (They're back now.)
I'm lost.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mark Rowe (bdash)
I cannot reproduce this. Are any other console messages logged from WebKit? Which version of Safari are you using and on which Mac OS X version are you testing this?
importedfromspace
A quick test seems to show that this only happens to me when it is run from Xcode. When the app is launched from the Finder it does not show this problem.
Other than the launchd message
04/08/2009 10:35:41 com.apple.launchd[77] ([0x0-0x417417].org.webkit.nightly.WebKit[7427]) Exited abnormally: Interrupt
the only message logged from WebKit is the "WebKit r46726 initialized." message.
WebKit r46726
Mac OS X 10.5.7 (9J61)
Safari 4.0.2.