Closed
Bug 216517
Opened 23 years ago
Closed 23 years ago
Opening Preferences dialog crashes Firebird
Categories
(Firefox :: Settings UI, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jt.marsh, Assigned: bugzilla)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030816 Mozilla Firebird/0.6.1+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030816 Mozilla Firebird/0.6.1+
Opening the Preferences dialog crashes Firebird. If I pull out my prefs.js file,
Firebird will display the Preferences dialog, but Firebird crashes when the
Privacy pane icon is selected.
In both instances, Firebird appears to crash in nsPasswordManager::Init().
For instance:
Thread 0 Crashed:
#0 0x129e8c00 in 0x129e8c00
#1 0x0113fa20 in nsQueryInterface::operator()(nsID const&, void**) const
#2 0x0113fb28 in nsCOMPtr_base::assign_from_helper(nsCOMPtr_helper const&,
nsID const&)
#3 0x0038ff94 in nsPrefBranch::AddObserver(char const*, nsIObserver*, int)
#4 0x003cd3f4 in nsPasswordManager::Init()
#5 0x0001c824 in nsConverterManagerDataRegister(nsIComponentManager*,
nsIFile*, char const*, char const*, nsModuleComponentInfo const*)
#6 0x01107af4 in nsComponentManagerImpl::CreateInstance(nsID const&,
nsISupports*, nsID const&, void**)
#7 0x01107eb8 in nsComponentManagerImpl::GetService(nsID const&, nsID const&,
void**)
#8 0x00472498 in nsJSCID::GetService(nsISupports**)
#9 0x01128f7c in _XPTC_InvokeByIndex
#10 0x007a35c4 in XPCWrappedNative::CallMethod(XPCCallContext&,
XPCWrappedNative::CallMode)
#11 0x007997b0 in XPC_WN_CallMethod(JSContext*, JSObject*, unsigned, long*, long*)
and
Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x00000005
Thread 0 Crashed:
#0 0x900041e8 in free_list_remove_ptr
#1 0x90004c2c in szone_malloc
#2 0x900049a4 in malloc_zone_malloc
#3 0x010cd674 in PL_DHashTableInit
#4 0x0091beec in inflate_copyright
#5 0x003cd280 in nsPasswordManager::Init()
#6 0x0001c824 in nsConverterManagerDataRegister(nsIComponentManager*,
nsIFile*, char const*, char const*, nsModuleComponentInfo const*)
#7 0x01107af4 in nsComponentManagerImpl::CreateInstance(nsID const&,
nsISupports*, nsID const&, void**)
#8 0x01107eb8 in nsComponentManagerImpl::GetService(nsID const&, nsID const&,
void**)
#9 0x00472498 in nsJSCID::GetService(nsISupports**)
#10 0x01128f7c in _XPTC_InvokeByIndex
#11 0x007a35c4 in XPCWrappedNative::CallMethod(XPCCallContext&,
XPCWrappedNative::CallMode)
#12 0x007997b0 in XPC_WN_CallMethod(JSContext*, JSObject*, unsigned, long*, long*)
Reproducible: Always
Steps to Reproduce:
1.Mozilla Firebird->Preferences
2.
3.
Actual Results:
Crash
Expected Results:
Preferences dialog
Comment 1•23 years ago
|
||
Have you tested this with a new profile? If not, please try if the problem goes
away when you do so.
Severity: normal → critical
Keywords: crash
Comment 2•23 years ago
|
||
I have tried it with a new profile and Firebird crashes when I select the
security preference.
Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.5b) Gecko/20030816
Mozilla Firebird/0.6.1+
Comment 3•23 years ago
|
||
I'm guessing this is a CVS build, since we still don't have an official OS X
build.
a) backwards compatibility with profiles is a problem, but at this stage we're
not worried about that. After 1.0, yes, we will be, but during this stage the
focus is on the end product.
b) there was a known crash bug on win32 and linux on the security/privacy panel
in the last week that is no longer appearing in current builds. Whoever is
building CVS should do a clean checkout and rebuild Firebird before we confirm this.
Latest nightly 20030820 from jtalkington works.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Comment 6•23 years ago
|
||
re-resolve as WFM, since I don't see anything that would have fixed this
specifically in checkins.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago → 23 years ago
Resolution: --- → WORKSFORME
Comment 7•20 years ago
|
||
sorry for bugspam, long-overdue mass reassign of ancient QA contact bugs,
filter on "beltznerLovesGoats" to get rid of this mass change
QA Contact: mconnor → preferences
You need to log in
before you can comment on or make changes to this bug.
Description
•