[Linux] Firefox throws GLib-GObject-WARNING **: 12:04:41.268: invalid (NULL) pointer instance
Categories
(Core :: Graphics, defect)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: stransky, Assigned: stransky)
Details
Attachments
(1 file)
Firefox throws:
GLib-GObject-WARNING **: 12:04:41.268: invalid (NULL) pointer instance
GLib-GObject-CRITICAL **: 12:04:41.268: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
| Assignee | ||
Comment 1•5 years ago
|
||
Regression from Bug 1675908, gdk_screen_get_default() returns null.
| Assignee | ||
Updated•5 years ago
|
| Assignee | ||
Comment 2•5 years ago
|
||
| Assignee | ||
Comment 3•5 years ago
|
||
Mike, can we test the somehow? Is there a testsuite which can catch errors on terminal?
Thanks.
Comment 5•5 years ago
|
||
| bugherder | ||
Comment 6•5 years ago
|
||
(In reply to Martin Stránský [:stransky] from comment #3)
Mike, can we test the somehow? Is there a testsuite which can catch errors on terminal?
Thanks.
Aren't at least the critical ones supposed to crash when they happen?
| Assignee | ||
Comment 7•5 years ago
|
||
No, it crashes when G_DEBUG=fatal-criticals is set.
It's good to catch GLib-GObject-CRITICAL because it indicates problems in future (initialized variables/wrong types etc.) so it would be great to ensure that any new patch does not introduce it.
Description
•