Closed
Bug 174309
Opened 23 years ago
Closed 23 years ago
Navigator is refusing to start...
Categories
(Camino Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 173311
People
(Reporter: christian.mittendorf, Assigned: saari)
Details
I copied my whole system to a new partition and renamed the hard drive. Now Navigator is refusing to start up. It always crashes with a bus error.
The following files did I delete before starting the app to nail down the problem:
- ~/Library/Preferences/org.mozilla.navigator.plist
- ~/Library/Application Support/Chimera
However, it seems as if I have forgotten something. Is there any other file that needs to be deleted for "starting from scratch"?
In gdb I can track down this problem to the following backtrace:
(gdb) run
Starting program: /Users/cmittendorf/Desktop/Navigator.app/Contents/MacOS/Navigator
[Switching to process 7244 thread 0xb03]
Reading symbols for shared libraries ........................................................... done
## Component Manager: attempting to find symbols in a component alias of type (regR/carP/x!bt)
Program received signal EXC_BAD_ACCESS, Could not access memory.
0x0400bb9c in js_AtomizeString ()
(gdb) backtrace
#0 0x0400bb9c in js_AtomizeString ()
#1 0x0400bd88 in js_Atomize ()
#2 0x04007120 in JS_InternString ()
#3 0x00380570 in nsScriptSecurityManager::nsScriptSecurityManager() ()
#4 0x003807fc in nsScriptSecurityManager::GetScriptSecurityManager() ()
#5 0x0005a514 in Construct_nsIScriptSecurityManager(nsISupports*, nsID const&, void**) ()
#6 0x05045864 in nsComponentManagerImpl::CreateInstanceByContractID(char const*, nsISupports*, nsID const&, void**) ()
#7 0x05085420 in nsCreateInstanceByContractID::operator()(nsID const&, void**) const ()
#8 0x05083214 in nsCOMPtr_base::assign_from_helper(nsCOMPtr_helper const&, nsID const&) ()
#9 0x001265b8 in nsAppStartupNotifier::Observe(nsISupports*, char const*, unsigned short const*) ()
#10 0x0004a55c in NS_InitEmbedding(nsILocalFile*, nsIDirectoryServiceProvider*) ()
#11 0x0002d208 in -[PreferenceManager initMozillaPrefs] ()
#12 0x0002cd94 in -[PreferenceManager init] ()
#13 0x0002cd08 in +[PreferenceManager sharedInstance] ()
#14 0x00008ab8 in -[MainController preferenceManager] ()
#15 0x00007468 in -[MainController applicationDidFinishLaunching:] ()
#16 0x907eaf7c in _nsNotificationCenterCallBack ()
#17 0x90168b18 in _postNotification ()
#18 0x90166238 in _CFNotificationCenterPostLocalNotification ()
#19 0x930c9898 in -[NSApplication _sendFinishLaunchingNotification] ()
#20 0x930c0060 in _requiredAEEventHandler ()
#21 0x91b56e4c in aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) ()
#22 0x91b597f0 in dispatchEventAndSendReply(AEDesc const*, AEDesc*) ()
#23 0x91b56d5c in aeProcessAppleEvent ()
#24 0x92c82d30 in AEProcessAppleEvent ()
#25 0x93082350 in _DPSNextEvent ()
#26 0x930ccf84 in -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] ()
#27 0x930ca500 in -[NSApplication run] ()
#28 0x930d2598 in NSApplicationMain ()
#29 0x00004b9c in _start (argc=1, argv=0xbffff8c0, envp=0xbffff8c8) at /SourceCache/Csu/Csu-45/crt.c:267
#30 0x00004a1c in start ()
Reporter | ||
Comment 1•23 years ago
|
||
Ups, I forgot to mention: BUILD ID: 2002100804 (as well as earlier versions from the last week)
Comment 2•23 years ago
|
||
Bugzilla Helper shows a list of the most duped bugs.
*** This bug has been marked as a duplicate of 173311 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•