Closed
Bug 183052
Opened 23 years ago
Closed 23 years ago
assert on startup in RDFXMLDataSourceImpl::Flush() because mOriginalURLSpec is null
Categories
(SeaMonkey :: Bookmarks & History, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: sspitzer, Assigned: mozilla)
References
Details
Attachments
(1 file)
|
787 bytes,
patch
|
bzbarsky
:
review+
darin.moz
:
superreview+
|
Details | Diff | Splinter Review |
assert on startup in RDFXMLDataSourceImpl::Flush() because mOriginalURLSpec is
null
see possible related bug #122880
NTDLL! 77f97704()
nsDebug::Assertion(const char * 0x01d3e79c, const char * 0x01d3e780, const char
* 0x01d3e744, int 862) line 280 + 13 bytes
nsDebug::PreCondition(const char * 0x01d3e79c, const char * 0x01d3e780, const
char * 0x01d3e744, int 862) line 439 + 21 bytes
RDFXMLDataSourceImpl::Flush(RDFXMLDataSourceImpl * const 0x02f80204) line 862 +
42 bytes
RDFXMLDataSourceImpl::~RDFXMLDataSourceImpl() line 509 + 12 bytes
RDFXMLDataSourceImpl::`scalar deleting destructor'(unsigned int 1) + 15 bytes
RDFXMLDataSourceImpl::Release(RDFXMLDataSourceImpl * const 0x02f80200) line 534
+ 182 bytes
nsBookmarksService::initDatasource() line 4805 + 27 bytes
nsBookmarksService::LoadBookmarks() line 4831 + 11 bytes
nsBookmarksService::ReadBookmarks(nsBookmarksService * const 0x02ff91c8, int *
0x0012e87c) line 4790
XPTC_InvokeByIndex(nsISupports * 0x02ff91c8, unsigned int 3, unsigned int 1,
nsXPTCVariant * 0x0012e87c) line 106
XPCWrappedNative::CallMethod(XPCCallContext & {...}, XPCWrappedNative::CallMode
CALL_METHOD) line 2016 + 42 bytes
XPC_WN_CallMethod(JSContext * 0x01193240, JSObject * 0x03af08d8, unsigned int
0, long * 0x03ba94c8, long * 0x0012eb58) line 1294 + 14 bytes
js_Invoke(JSContext * 0x01193240, unsigned int 0, unsigned int 0) line 839 + 23
bytes
js_Interpret(JSContext * 0x01193240, long * 0x0012f9a0) line 2803 + 15 bytes
js_Invoke(JSContext * 0x01193240, unsigned int 1, unsigned int 2) line 856 + 13
bytes
js_InternalInvoke(JSContext * 0x01193240, JSObject * 0x010f46a0, long 50454600,
unsigned int 0, unsigned int 1, long * 0x03ad9cf8, long * 0x0012facc) line 931
+ 20 bytes
JS_CallFunctionValue(JSContext * 0x01193240, JSObject * 0x010f46a0, long
50454600, unsigned int 1, long * 0x03ad9cf8, long * 0x0012facc) line 3431 + 31
bytes
nsJSContext::CallEventHandler(nsJSContext * const 0x01184308, void *
0x010f46a0, void * 0x0301e048, unsigned int 1, void * 0x03ad9cf8, int *
0x0012fb64, int 0) line 1041 + 33 bytes
GlobalWindowImpl::RunTimeout(nsTimeoutImpl * 0x03ad9438) line 4679 + 84 bytes
GlobalWindowImpl::TimerCallback(nsITimer * 0x03ad9570, void * 0x03ad9438) line
5039
nsTimerImpl::Fire() line 367 + 17 bytes
nsTimerManager::FireNextIdleTimer(nsTimerManager * const 0x011a5950) line 595
nsAppShell::Run(nsAppShell * const 0x011c3bc0) line 177
nsAppShellService::Run(nsAppShellService * const 0x011c38e0) line 472
main1(int 1, char * * 0x00284e10, nsISupports * 0x00276f08) line 1541 + 32 bytes
main(int 1, char * * 0x00284e10) line 1902 + 37 bytes
mainCRTStartup() line 338 + 17 bytes
KERNEL32! 77e9ca90()
| Assignee | ||
Comment 1•23 years ago
|
||
I'll take this... (perhaps it is fallout from bug 180423.)
Assignee: ben → rjc
| Assignee | ||
Comment 2•23 years ago
|
||
Darin & Ben, please review. Thanks!
Comment 3•23 years ago
|
||
Comment on attachment 108948 [details] [diff] [review]
Trivial patch to remove NS_PRECONDITION annoyance
r/sr=darin
Attachment #108948 -
Flags: superreview+
Updated•23 years ago
|
Attachment #108948 -
Flags: review+
Comment 4•23 years ago
|
||
*** Bug 184322 has been marked as a duplicate of this bug. ***
| Assignee | ||
Comment 5•23 years ago
|
||
Fixed.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•