Closed
Bug 52219
Opened 25 years ago
Closed 24 years ago
Assertion getElementById("") on startup of VC 5 compiled build
Categories
(SeaMonkey :: Build Config, defect, P3)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: bugzilla, Assigned: leaf)
References
Details
Attachments
(1 file)
8.84 KB,
image/gif
|
Details |
On a home compiled Mozilla using Visual C 5, I am have several (25) assertion
failures on startup. I first noticed these at about the time the 'jar' system
was put in (2-3 weeks ago). I have udated my cvs and still have this problem.
The assertion failed is
###!!! ASSERTION: getElementById(""), fix caller?: '!aId.IsEmpty()', file C:\win
dows\mozilla\rdf\content\src\nsXULDocument.cpp, line 3198
If I ignore the assertions, It does boot however the chrome seems very very
mangled (I will post a screenshot) and some error messages are reported in the
chrome (see below).
I assigned the bug to rdf, even though the code calling it could be from other
sections.
environment vars set (amongst others)
set MOZ_NO_ACTIVEX_SUPPORT=1
set MOZ_DISABLE_JAR_PACKAGING=1
Error/warning messages printed in the window on bootup (ignoring assertions)
"// Global variable that holds the nsContextMenu instance. var contextMenu =
null;"
"gBookmarkPopuo = null;"
"Menu for Testing."
"Sidebar is currently empty. You may add tabs by clicking on the "Tabs" button
above. If you would like to completely hide my sidebar, click on the "view" menu
above and select "My Sidebar""
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
I have just compiled a build with jars enabled and this has not fixed it, it may
be a VC5 only problem??
Comment 3•25 years ago
|
||
-> build/config
Assignee: waterson → cls
Component: RDF → Build Config
QA Contact: tever → granrose
Comment 5•24 years ago
|
||
VC5, marking wontfix. feel free to reopen if this happens on VC6.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•