Closed
Bug 939928
Opened 11 years ago
Closed 11 years ago
Assertion failure: end >= start, at ../../../dom/base/nsJSEnvironment.cpp:1973
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: gwagner, Assigned: mccr8)
References
Details
I see this happening on a nexus4 with debug-gecko and current trunk/master.
The phone was idle over the weekend.
11-16 04:14:38.027 F/MOZ_Assert( 1678): Assertion failure: end >= start, at ../../../dom/base/nsJSEnvironment.cpp:1973
11-16 04:14:38.027 F/libc ( 1678): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 1678 (Messages)
The Messages app wants to log something:
11-16 04:14:38.207 I/DEBUG ( 171): stack:
11-16 04:14:38.207 I/DEBUG ( 171): bef53ba8 b65e7e07 /system/b2g/libxul.so
11-16 04:14:38.207 I/DEBUG ( 171): bef53bac b5a4904f /system/b2g/libxul.so (NS_LogRelease+14)
11-16 04:14:38.207 I/DEBUG ( 171): bef53bb0 b34fe6f0
11-16 04:14:38.207 I/DEBUG ( 171): bef53bb4 00000001
11-16 04:14:38.207 I/DEBUG ( 171): bef53bb8 00000003
11-16 04:14:38.207 I/DEBUG ( 171): bef53bbc ed906943
11-16 04:14:38.207 I/DEBUG ( 171): bef53bc0 4239c4e1
11-16 04:14:38.207 I/DEBUG ( 171): bef53bc4 0004eb4a
11-16 04:14:38.207 I/DEBUG ( 171): bef53bc8 00000000
11-16 04:14:38.207 I/DEBUG ( 171): bef53bcc b52cb2ab /system/b2g/libxul.so
11-16 04:14:38.207 I/DEBUG ( 171): bef53bd0 b63ce79c /system/b2g/libxul.so
TimeBetween is only called for GC and CC logging.
Assignee | ||
Comment 1•11 years ago
|
||
I think PRTime isn't guaranteed to be monotonic, so we're just going to hit this sometimes. Maybe it should just be removed.
Reporter | ||
Comment 2•11 years ago
|
||
(In reply to Andrew McCreight [:mccr8] from comment #1)
> I think PRTime isn't guaranteed to be monotonic, so we're just going to hit
> this sometimes. Maybe it should just be removed.
Or change it to a warning?
Assignee | ||
Comment 3•11 years ago
|
||
This should be fixed by patch 2 of bug 948554, which converts this method to use TimeStamp, which I think is guaranteed to be monotonic.
Depends on: 948554
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → continuation
Assignee | ||
Comment 4•11 years ago
|
||
well, hopefully this is okay now.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•