Open
Bug 1336745
Opened 9 years ago
Updated 1 year ago
Any version of firefox after 39.0.3 crashes with "Most likely this is a multi-threaded client and XInitThreads has not been called"
Categories
(Core :: Graphics, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: xpucmoc, Unassigned)
Details
(Whiteboard: [gfx-noted])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0
Build ID: 20160426235935
Steps to reproduce:
I tried any version of firefox after 39.0.3 and all of them crash after a while with the following error:
Vector smash protection is enabled.
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
Actual results:
crash
Expected results:
no crash
Comment 1•9 years ago
|
||
Could you please be clearer about the steps how to reproduce this issue?
I tested on Windows 10 x 64 and on Ubuntu 16.04 x64 on Release 51.0 and Firefox Latest Nightly 54.0a1 and I couldn't reproduce it.
Do you have any add-ons installed on your profile? If yes please try in safe mode: https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
If you still have the issue please create a new profile, you have the steps here: https://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles?redirectlocale=en-US&redirectslug=Managing-profiles#w_starting-the-profile-manager
OS: Unspecified → Linux
Hardware: Unspecified → x86_64
Hi
Perhaps additional information will help:
The system:
Linux mars 4.7.1 #47 SMP Sat Nov 26 14:31:27 EST 2016 x86_64 Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel GNU/Linux
This is a custom-built system, not a specific distribution. I have Chrome 56, Midori, and Firefox browsers and tons of other applications. No other app gets that error, except Firefox versions after 39.0.3. The Firefox 39.0.3 works fine.
I tried both compiling Firefox 51 myself as well as using pre-compiled package. Still it crashes after some usage with "Most likely this is a multi-threaded client and XInitThreads has not been called" error.
I have Xlib compiled without xthreads support, if that helps.
/src/firefox-51.0/bin/dist/bin> ./firefox -P
** (firefox:303): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
** (firefox:303): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
** (/src/firefox-51.0/bin/dist/bin/firefox:392): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
(firefox:303): Gdk-WARNING **: firefox: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
###!!! [Child][MessageChannel] Error: (msgtype=0x1040003,name=PTexture::Msg_Destroy) Channel error: cannot send/recv
###!!! [Child][MessageChannel] Error: (msgtype=0x1040003,name=PTexture::Msg_Destroy) Channel error: cannot send/recv
###!!! [Child][MessageChannel] Error: (msgtype=0x420003,name=PCompositable::Msg_Destroy) Channel error: cannot send/recv
###!!! [Child][MessageChannel] Error: (msgtype=0x420003,name=PCompositable::Msg_Destroy) Channel error: cannot send/recv
[Child 392] ###!!! ABORT: Aborting on channel error.: file /src/firefox-51.0/ipc/glue/MessageChannel.cpp, line 2056
[Child 392] ###!!! ABORT: Aborting on channel error.: file /src/firefox-51.0/ipc/glue/MessageChannel.cpp, line 2056
Updated•8 years ago
|
Component: Untriaged → Graphics
Product: Firefox → Core
Updated•8 years ago
|
Whiteboard: [gfx-noted]
Updated•8 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
I appear to be getting this error output with Firefox v128.0 today:
2024-07-22_15:41:31+1000 [19496] R Starting firefox
args: bin/firefox
--profile
.mozilla/firefox/Profiles/o414a8g5.default
--allow-downgrade
2024-07-22_15:41:31+1000 [19496] O0000001 Exporting XPCOM_DEBUG_BREAK=stack-and-abort
2024-07-22_15:41:31+1000 [19496] O0000002 Fix up sandboxing...
2024-07-22_15:41:31+1000 [19496] O0000003 Set up cgroups.
2024-07-22_15:41:31+1000 [19496] O0000004 cgset -r memory.soft_limit_in_bytes=3902881920 /user/NNNN.user/firefox
2024-07-22_15:41:31+1000 [19496] O0000005 cgset -r memory.limit_in_bytes=4163074048 /user/NNNN.user/firefox
2024-07-22_15:41:31+1000 [19496] O0000006 cgset -r memory.memsw.limit_in_bytes=4163074048 /user/NNNN.user/firefox
2024-07-22_15:41:31+1000 [19496] O0000007 cgset -r memory.kmem.limit_in_bytes=520384256 /user/NNNN.user/firefox
2024-07-22_15:41:31+1000 [19496] O0000008 cgset -r memory.kmem.tcp.limit_in_bytes=130096064 /user/NNNN.user/firefox
2024-07-22_15:41:31+1000 [19496] O0000009 cgset -r cpu.shares=768 /user/NNNN.user/firefox
2024-07-22_15:41:31+1000 [19496] O0000010 ulimit -c unlimited # core file size
2024-07-22_15:41:31+1000 [19496] O0000011 ulimit -d 2081537024 # KiB; = 2032751 MiB; ; data seg size
2024-07-22_15:41:31+1000 [19496] O0000012 ulimit -m 1040768512 # KiB; = 1016375 MiB; ; max memory size
2024-07-22_15:41:31+1000 [19496] O0000013 ulimit -v 5203842560 # KiB; = 5081877 MiB; ; virtual memory
2024-07-22_15:41:31+1000 [19496] O0000014 ulimit -t 604800 # sec; = 1week; cpu time
2024-07-22_15:41:31+1000 [19496] O0000015 ionice -c best-effort -n 6 -p 19496
2024-07-22_15:41:31+1000 [19496] O0000016 Info about system ...
2024-07-22_15:41:31+1000 [19496] O0000017 Ubuntu 16.04.7 LTS \n \l
2024-07-22_15:41:31+1000 [19496] O0000018
2024-07-22_15:41:31+1000 [19496] O0000019 Linux **MY.HOST.NAME.ELIDED** 5.15.0-73-generic #80-Ubuntu SMP Mon May 15 15:18:26 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
2024-07-22_15:41:31+1000 [19496] O0000020 Filesystem 1K-blocks Used Available Use% Mounted on
2024-07-22_15:41:31+1000 [19496] O0000021 /dev/XXXX NNN NNN NNN 96% /home
2024-07-22_15:41:31+1000 [19496] O0000022 /dev/XXXX NNN NNN NNN 96% /home
2024-07-22_15:41:31+1000 [19496] O0000023 Info about firefox ...
2024-07-22_15:41:32+1000 [19496] O0000024 Mozilla Firefox 128.0
2024-07-22_15:41:32+1000 [19496] O0000025 /usr/lib/FF/firefox/firefox: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=5938c6a851e0d2894bfaa38a73e1da40c99fd669, stripped
2024-07-22_15:41:32+1000 [19496] O0000026 linux-vdso.so.1 => (0x00007ffddf766000)
2024-07-22_15:41:32+1000 [19496] O0000027 libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007fe5f012e000)
2024-07-22_15:41:32+1000 [19496] O0000028 libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fe5efd64000)
2024-07-22_15:41:32+1000 [19496] O0000029 /lib64/ld-linux-x86-64.so.2 (0x00007fe5f034b000)
2024-07-22_15:41:32+1000 [19496] O0000030 Launching firefox ...
2024-07-22_15:41:35+1000 [19496] E0000001 [Parent 19543, Main Thread] WARNING: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000002
2024-07-22_15:41:35+1000 [19496] E0000003 (firefox:19543): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed
2024-07-22_15:41:35+1000 [19496] E0000004 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000005
2024-07-22_15:41:35+1000 [19496] E0000006 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000007 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000008
2024-07-22_15:41:35+1000 [19496] E0000009 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000010 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000011
2024-07-22_15:41:35+1000 [19496] E0000012 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000013 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000014
2024-07-22_15:41:35+1000 [19496] E0000015 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000016 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000017
2024-07-22_15:41:35+1000 [19496] E0000018 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000019 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000020
2024-07-22_15:41:35+1000 [19496] E0000021 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000022 [Parent 19543, Main Thread] WARNING: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000023
2024-07-22_15:41:35+1000 [19496] E0000024 (firefox:19543): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed
2024-07-22_15:41:35+1000 [19496] E0000025 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000026
2024-07-22_15:41:35+1000 [19496] E0000027 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000028 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_background_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000029
2024-07-22_15:41:35+1000 [19496] E0000030 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_background_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000031 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000032
2024-07-22_15:41:35+1000 [19496] E0000033 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000034 [Parent 19543, Main Thread] WARNING: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000035
2024-07-22_15:41:35+1000 [19496] E0000036 (firefox:19543): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed
2024-07-22_15:41:35+1000 [19496] E0000037 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000038
2024-07-22_15:41:35+1000 [19496] E0000039 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000040 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000041
2024-07-22_15:41:35+1000 [19496] E0000042 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000043 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000044
2024-07-22_15:41:35+1000 [19496] E0000045 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000046 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000047
2024-07-22_15:41:35+1000 [19496] E0000048 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000049 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000050
2024-07-22_15:41:35+1000 [19496] E0000051 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:35+1000 [19496] E0000052 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:35+1000 [19496] E0000053
2024-07-22_15:41:35+1000 [19496] E0000054 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000055 [Parent 19543, Main Thread] WARNING: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000056
2024-07-22_15:41:36+1000 [19496] E0000057 (firefox:19543): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed
2024-07-22_15:41:36+1000 [19496] E0000058 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000059
2024-07-22_15:41:36+1000 [19496] E0000060 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000061 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_background_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000062
2024-07-22_15:41:36+1000 [19496] E0000063 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_background_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000064 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000065
2024-07-22_15:41:36+1000 [19496] E0000066 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_color: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000067 [Parent 19543, Main Thread] WARNING: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000068
2024-07-22_15:41:36+1000 [19496] E0000069 (firefox:19543): Gtk-CRITICAL **: gtk_widget_get_style_context: assertion 'GTK_IS_WIDGET (widget)' failed
2024-07-22_15:41:36+1000 [19496] E0000070 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000071
2024-07-22_15:41:36+1000 [19496] E0000072 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_state: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000073 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000074
2024-07-22_15:41:36+1000 [19496] E0000075 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000076 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000077
2024-07-22_15:41:36+1000 [19496] E0000078 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000079 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000080
2024-07-22_15:41:36+1000 [19496] E0000081 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000082 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000083
2024-07-22_15:41:36+1000 [19496] E0000084 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] E0000085 [Parent 19543, Main Thread] WARNING: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed: 'glib warning', file /builds/worker/checkouts/gecko/toolkit/xre/nsSigHandlers.cpp:187
2024-07-22_15:41:36+1000 [19496] E0000086
2024-07-22_15:41:36+1000 [19496] E0000087 (firefox:19543): Gtk-CRITICAL **: gtk_style_context_get_property: assertion 'GTK_IS_STYLE_CONTEXT (context)' failed
2024-07-22_15:41:36+1000 [19496] O0000031 [GFX1-]: glxtest: libEGL missing methods for GL test
2024-07-22_15:41:59+1000 [19496] E0000088 [xcb] Unknown sequence number while processing queue
2024-07-22_15:41:59+1000 [19496] E0000089 [xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
2024-07-22_15:41:59+1000 [19496] E0000090 [xcb] Aborting, sorry about that.
(The timestamp, PID, and sequence keys are added by my logger.)
You need to log in
before you can comment on or make changes to this bug.
Description
•