Closed
Bug 481621
Opened 16 years ago
Closed 16 years ago
protoLayout should set to NULL in moz_gtk_shutdown() [Crash @g_type_check_instance_cast @setup_widget_prototype @ensure_menu_popup_widget]
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ginnchen+exoracle, Assigned: ginnchen+exoracle)
Details
(Keywords: crash, fixed1.9.1)
Attachments
(1 file)
|
2.09 KB,
patch
|
roc
:
review+
beltzner
:
approval1.9.1+
|
Details | Diff | Splinter Review |
We have
gtk_container_add(GTK_CONTAINER(gProtoWindow), protoLayout);
So, if gProtoWindow is destroyed and recreated, we should recreate protoLayout.
I think we'd better use gProtoLayout.
I found this crash because I have set "general.config.filename" in all.js, but I missed the file in firefox directory.
Firefox is shutting down while another thread is still running. (maybe another bug.)
Assignee: nobody → ginn.chen
Attachment #365638 -
Flags: review?(roc)
Attachment #365638 -
Flags: review?(roc) → review+
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Attachment #365638 -
Flags: approval1.9.1?
Comment 3•16 years ago
|
||
Comment on attachment 365638 [details] [diff] [review]
patch
a191=beltzner
Attachment #365638 -
Flags: approval1.9.1? → approval1.9.1+
Keywords: fixed1.9.1
You need to log in
before you can comment on or make changes to this bug.
Description
•