Closed
Bug 1219
Opened 26 years ago
Closed 26 years ago
Setting NG_REQUEST_VER causes failed debug assertion
Categories
(Core Graveyard :: Viewer App, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dbaron, Assigned: jud)
Details
When I set NG_REQUEST_VER to any value, the viewer fails with the following
dialog box:
Microsoft Visual C++ Library
----------------------------
Debug Assertion Failed!
Program: D:\NGLAYOUT\10-29\VIEWER.EXE (same for XPVIEWER)
File: dbgheap.c
Line: 1017
Expression: _BLOCK_TYPE_IS_VALID(pHead->nBlockUse)
For information on how... (etc.)
Reporter | ||
Updated•26 years ago
|
Assignee: scullin → valeski
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 1•26 years ago
|
||
Got it. PR_GetEnv returns a const char * and I was trying to free it. Fix
checked in 11-04-98 10:36am.
qa contact set to beppe@netscape.com
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
Verified fixed. (long ago).
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•