Closed Bug 720554 Opened 13 years ago Closed 13 years ago

Use fatal assertion and check thread in History::Shutdown

Categories

(Toolkit :: Places, defect)

x86_64
Linux
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla12

People

(Reporter: espindola, Assigned: espindola)

Details

Attachments

(1 file)

No description provided.
Assignee: nobody → respindola
Status: NEW → ASSIGNED
Attachment #590927 - Flags: review?(mak77)
Summary: Unrelated changes from bug 718449 → Use fatal assertion and check thread in History::Shutdown
Attachment #590927 - Flags: review?(mak77) → review+
Comment on attachment 590927 [details] [diff] [review] Unrelated changes from bug 718449 > ># HG changeset patch >+ MOZ_ASSERT(!mShuttingDown && "Shutdown was called more than once!"); MOZ_ASSERT(!mShuttingDown, "Shutdown was called more than once!"); now works.
(In reply to Ms2ger from comment #4) > MOZ_ASSERT(!mShuttingDown, "Shutdown was called more than once!"); > > now works. MOZ_ASSERT doesn't have a message param, was it added recently?
ah I see bug 716112, ok, good to know for future changes, thanks.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla12
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: