Closed
Bug 473409
Opened 17 years ago
Closed 8 years ago
crash after clicking on any feed when safari is not installed [@ libobjc.A.dylib@0x1568c - nsLocalFile::SetBaseRef]
Categories
(Firefox Graveyard :: RSS Discovery and Preview, defect)
Tracking
(Not tracked)
RESOLVED
INACTIVE
People
(Reporter: dietrich, Unassigned)
Details
(Keywords: crash)
Crash Data
crash report: http://crash-stats.mozilla.com/report/index/4625fa10-1760-43b1-a1f2-a617d2090113
code: http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/browser/components/shell/src/nsMacShellService.cpp&rev=1.18&mark=515#515
a friend was crashing firefox 3.0.5 anytime he clicked the feed icon. turns out he'd completely deleted Safari.app, the default handler for the "feed" scheme on OSX.
i installed the app below, and found that the default "feed" scheme handler on his box was "disabled". we changed it to Firefox.app, and the crashing went away.
http://www.rubicode.com/Software/RCDefaultApp/
Comment 1•17 years ago
|
||
posting stack for bugzilla searches :
0 libobjc.A.dylib libobjc.A.dylib@0x1568c
1 XUL nsLocalFile::SetBaseRef mozilla/xpcom/io/nsLocalFileOSX.mm:2328
2 XUL nsLocalFile::InitWithCFURL mozilla/xpcom/io/nsLocalFileOSX.mm:1849
3 libbrowsercomps.dylib nsMacShellService::GetDefaultFeedReader mozilla/browser/components/shell/src/nsMacShellService.cpp:515
4 XUL NS_InvokeByIndex_P mozilla/xpcom/reflect/xptcall/src/md/unix/xptcinvoke_unixish_x86.cpp:179
5 XUL XPCWrappedNative::CallMethod mozilla/js/src/xpconnect/src/xpcwrappednative.cpp:2393
6 XUL XPC_WN_GetterSetter mozilla/js/src/xpconnect/src/xpcwrappednativejsops.cpp:2254
Severity: normal → critical
Keywords: crash
Summary: crash after clicking on any feed when safari is not installed → crash after clicking on any feed when safari is not installed [@ libobjc.A.dylib@0x1568c - nsLocalFile::SetBaseRef]
| Assignee | ||
Updated•15 years ago
|
Crash Signature: [@ libobjc.A.dylib@0x1568c - nsLocalFile::SetBaseRef]
Comment 2•10 years ago
|
||
With no comments in 6 years and the following, I'd think this issue no longer exists.
A significant number of bugs fixed since 2009-01-13 related to nsLocalFileOSX https://bugzilla.mozilla.org/buglist.cgi?f1=short_desc&o3=anywordssubstr&list_id=12777283&o1=nowordssubstr&resolution=---&resolution=FIXED&resolution=DUPLICATE&classification=Client%20Software&classification=Components&op_sys=Windows%20ME&op_sys=Mac%20System%207&op_sys=Mac%20System%207.5&op_sys=Mac%20System%207.6.1&op_sys=Mac%20System%208.0&op_sys=Mac%20System%208.5&op_sys=Mac%20System%208.6&op_sys=Mac%20System%209.x&op_sys=Mac%20OS%20X&chfieldto=Now&chfield=resolution&chfield=bug_status&query_format=advanced&chfieldfrom=2009-01-13&f3=short_desc&f2=OP&longdesc=nsLocalFileOSX&longdesc_type=allwordssubstr&product=Core&product=Firefox
I did not find any bug reports with comments citing nsMacShellService::GetDefaultFeedReader. FWIW, these closed bug reports contain GetDefaultFeedReader
bug 368776 Feed Preview is broken if Safari is the default reader
bug 358492 List default feed reader on OS X
Comment 3•8 years ago
|
||
Per policy at https://wiki.mozilla.org/Bug_Triage/Projects/Bug_Handling/Bug_Husbandry#Inactive_Bugs. If this bug is not an enhancement request or a bug not present in a supported release of Firefox, then it may be reopened.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INACTIVE
Updated•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•