Open
Bug 548823
Opened 13 years ago
Updated 6 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
()
REOPENED
People
(Reporter: martijn.martijn, Unassigned)
References
(Blocks 1 open bug)
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•13 years ago
|
||
Comment 2•13 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•13 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•13 years ago
|
||
#define WM_CHANGEUISTATE 0x0127 #define WM_UPDATEUISTATE 0x0128 #define WM_QUERYUISTATE 0x0129
![]() |
||
Updated•13 years ago
|
Assignee: nobody → jmathies
![]() |
||
Updated•10 years ago
|
Assignee: jmathies → nobody
Updated•10 years ago
|
Priority: -- → P3
Reporter | ||
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
![]() |
||
Updated•6 years ago
|
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Updated•6 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•