Closed Bug 245 Opened 26 years ago Closed 26 years ago

Assertion failure at nlcstore.c: 144

Categories

(MozillaClassic Graveyard :: XFE, defect, P3)

1998-03-31
Sun
Solaris
defect

Tracking

(Not tracked)

VERIFIED WONTFIX

People

(Reporter: kma, Assigned: mozilla)

Details

Created by Keith Adams (kma@cs.brown.edu) on Thursday, April 16, 1998 2:17:50 AM PDT Additional Details : DBM_OpenDBMStore doesn't account for the possibility that CallDBOpenUsingFileURL fails because the database is locked (e.g., there was already a .netscape/lock file when we started up). Nothing tricky to this patch to ns/modules/rdf/src/nlcstore.c, and it seems to work :) 113,114d112 < NO_MDUPDATE = 1 < 117a116 > NO_MDUPDATE = 1 138c137 < MDUPDATE_FLAGS = -MD $(DEPENDENCIES) --- > MDUPDATE_FLAGS = -MDupdate $(DEPENDENCIES) Updated by Keith Adams (kma@cs.brown.edu) on Thursday, April 16, 1998 2:21:13 AM PDT Additional Details : DBM_OpenDBMStore doesn't account for the possibility that CallDBOpenUsingFileURL fails because the database is locked (e.g., there was already a .netscape/lock file when we started up). Nothing tricky to this patch to ns/modules/rdf/src/nlcstore.c, and it seems to work :) 144,148c144 < /* if the lock file is present, the store can't be opened. we should just < * return gracefully ... */ < if (! store->nameDB) < return; < --- > CHECK_VAR1(store->nameDB); Updated by Keith Adams (kma@cs.brown.edu) on Thursday, April 16, 1998 2:22:20 AM PDT Additional Details : Sorry, I'm a big loser. The point of the last update was that I pasted in the wrong patch :( So, yeah. Take the second patch. Updated by Steve Lamm (slamm@netscape.com) on Friday, May 8, 1998 5:39:51 PM PDT Additional Details : Robert, can you take a look?
Component: XFE
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WONTFIX
Old code base, not applicable in new code base. Marking as WONTFIX.
Status: RESOLVED → VERIFIED
Marking Verified/Won't Fix
You need to log in before you can comment on or make changes to this bug.