You are not logged in.
Pages: 1
Hi,
After the upgrade I do have some X Window and gnome-shell dumps.
I guess everything is working fine, but I would like to investigate why this errors appear and how to eliminate them.
Offline
lip 15 08:15:03 mayer-arch gnome-shell[617]: Received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadMatch (invalid parameter attributes)'.
(Details: serial 928 error_code 8 request_code 147 (unknown) minor_code 6)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the MUTTER_SYNC environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the meta_x_error() function.)
lip 15 08:15:03 mayer-arch systemd[520]: Starting Portal service (GNOME implementation)...
lip 15 08:15:03 mayer-arch gnome-shell[617]: == Stack trace for context 0x55b178281ea0 ==
lip 15 08:15:03 mayer-arch systemd[1]: Created slice Slice /system/systemd-coredump.
lip 15 08:15:03 mayer-arch systemd[1]: Started Process Core Dump (PID 1132/UID 0).
lip 15 08:15:05 mayer-arch systemd-coredump[1133]: Process 617 (gnome-shell) of user 1000 dumped core.
Stack trace of thread 617:
#0 0x00007fe10f69f26c n/a (libc.so.6 + 0x8926c)
#1 0x00007fe10f64fa08 raise (libc.so.6 + 0x39a08)
#2 0x000055b1768d1f19 n/a (gnome-shell + 0x3f19)
#3 0x00007fe10f64fab0 n/a (libc.so.6 + 0x39ab0)
#4 0x00007fe10ff40018 g_log_structured_array (libglib-2.0.so.0 + 0x61018)
#5 0x00007fe10ff40313 g_log_default_handler (libglib-2.0.so.0 + 0x61313)
#6 0x00007fe10ff411c5 g_logv (libglib-2.0.so.0 + 0x621c5)
#7 0x00007fe10ff41494 g_log (libglib-2.0.so.0 + 0x62494)
#8 0x00007fe10f917e47 n/a (libmutter-12.so.0 + 0x117e47)
#9 0x00007fe10f3e568c _XError (libX11.so.6 + 0x4468c)
#10 0x00007fe10f3e5798 n/a (libX11.so.6 + 0x44798)
#11 0x00007fe10f3e5855 n/a (libX11.so.6 + 0x44855)
#12 0x00007fe10f3e58ea _XEventsQueued (libX11.so.6 + 0x448ea)
#13 0x00007fe10f3d8238 XPending (libX11.so.6 + 0x37238)
#14 0x00007fe10ff39f8e g_main_context_check (libglib-2.0.so.0 + 0x5af8e)
#15 0x00007fe10ff96b28 n/a (libglib-2.0.so.0 + 0xb7b28)
#16 0x00007fe10ff38fef g_main_loop_run (libglib-2.0.so.0 + 0x59fef)
#17 0x00007fe10f8cddcb meta_context_run_main_loop (libmutter-12.so.0 + 0xcddcb)
#18 0x000055b1768d1526 n/a (gnome-shell + 0x3526)
#19 0x00007fe10f639850 n/a (libc.so.6 + 0x23850)
#20 0x00007fe10f63990a __libc_start_main (libc.so.6 + 0x2390a)
#21 0x000055b1768d1835 n/a (gnome-shell + 0x3835)https://forum.manjaro.org/t/stable-upda … 610?page=3
https://forum.manjaro.org/t/gnome-regul … ore/143316
BadMatch errors are not fatal (server tells you that you made a mistake) but gtk commits suicide on them.
You'll have to export MUTTER_SYNC to get anything meningful out of this, but most likely it's some extension.
Edit: https://bbs.archlinux.org/viewtopic.php … 3#p2114383
Last edited by seth (2023-08-08 20:17:34)
Offline
Pages: 1