Closed
Bug 548823
Opened 15 years ago
Closed 9 months ago
ASSERTION: Received "nonqueued" message 295 during a synchronous IPC message for window 3868878 ("MozillaWindowClass"), sending it to DefWindowProc instead of the normal window procedure
Categories
(Core :: IPC, defect, P3)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(2 files)
I'm seeing this assertion with the testcase in a debug build with oopp plugins enabled.
Reporter | ||
Comment 1•15 years ago
|
||
Comment 2•15 years ago
|
||
I'm assuming that Core:Plug-ins is a better fit for this.
Component: IPC → Plug-ins
QA Contact: ipc → plugins
Nope, this is in IPC glue code.
Component: Plug-ins → IPC
QA Contact: plugins → ipc
Reporter | ||
Comment 4•15 years ago
|
||
Fwiw, I think this is also the cause of the plugin crashes that I saw with a particular testcase. (the crashing UI is really weird for plugin crashes. Also it seems like plugin crashes are always throttled)
Comment 5•15 years ago
|
||
#define WM_CHANGEUISTATE 0x0127
#define WM_UPDATEUISTATE 0x0128
#define WM_QUERYUISTATE 0x0129
Updated•15 years ago
|
Assignee: nobody → jmathies
Updated•12 years ago
|
Assignee: jmathies → nobody
Updated•12 years ago
|
Priority: -- → P3
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•2 years ago
|
Severity: normal → S3
Updated•9 months ago
|
Status: REOPENED → RESOLVED
Closed: 8 years ago → 9 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•