Bug#948288: gnome-shell reproducibly crashes on boot, and the boot process gets stuck

Bernhard Übelacker bernhardu at mailbox.org
Fri Jan 31 01:09:14 GMT 2020


Hello Md Ayquassar,
sorry, I did not recognize that you
seem to have a usrmerge'd system.

Then I get following backtraces from your
core dump, with and without debug symbols.

It looks like a function pointer gets called
unconditionally, while containing NULL.
Seems to be graphics driver related.

Kind regards,
Bernhard



https://sources.debian.org/src/mesa/18.3.6-2/src/egl/drivers/dri2/egl_dri2.c/#L1017



(gdb) bt
#0  0x00000000 in ?? ()
#1  0xaf7d2c74 in ?? () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#2  0xaf7d755e in ?? () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#3  0xade2d004 in ?? () from /usr/lib/i386-linux-gnu/dri/radeon_dri.so
#4  0xade2d812 in ?? () from /usr/lib/i386-linux-gnu/dri/radeon_dri.so
#5  0xade9232f in ?? () from /usr/lib/i386-linux-gnu/dri/radeon_dri.so
#6  0xaf7d29ba in ?? () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#7  0xaf7c061c in eglMakeCurrent () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#8  0xb4cd8b58 in ?? () from /lib/i386-linux-gnu/libEGL.so.1
#9  0xb674a1bd in _cogl_winsys_egl_make_current () from /usr/lib/i386-linux-gnu/mutter/libmutter-cogl-3.so
#10 0xb6d8f1f6 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#11 0xb6ceaca4 in meta_renderer_rebuild_views () from /lib/i386-linux-gnu/libmutter-3.so.0
#12 0xb6d920fa in meta_stage_native_rebuild_views () from /lib/i386-linux-gnu/libmutter-3.so.0
#13 0xb6d83ba7 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#14 0xb6ccf11a in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#15 0xb6ccff40 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#16 0xb6d83f98 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#17 0xb6cd053a in meta_clutter_init () from /lib/i386-linux-gnu/libmutter-3.so.0
#18 0xb6d20323 in meta_init () from /lib/i386-linux-gnu/libmutter-3.so.0
#19 0x004ad53d in ?? ()
#20 0xb6aa2b41 in __libc_start_main (main=0x4ad430, argc=1, argv=0xbff2c2a4, init=0x4adfa0, fini=0x4ae000, rtld_fini=0xb7f97520 <_dl_fini>, stack_end=0xbff2c29c) at ../csu/libc-start.c:308
#21 0x004ad8d1 in ?? ()
(gdb) 




Core was generated by `/usr/bin/gnome-shell'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000000 in ?? ()
[Current thread is 1 (Thread 0xb1f2eb80 (LWP 899))]
(gdb) set width 0
(gdb) set pagination off
(gdb) bt
#0  0x00000000 in ?? ()
#1  0xaf7d2c74 in dri2_egl_surface_alloc_local_buffer (dri2_surf=0x1b8e9f0, att=9, format=32) at ../src/egl/drivers/dri2/egl_dri2.c:1017
#2  0xaf7d755e in dri2_drm_get_buffers_with_format (driDrawable=0x1b73580, width=0x1b73598, height=0x1b7359c, attachments=0xbff2bb04, count=2, out_count=0xbff2baf8, loaderPrivate=0x1b8e9f0) at ../src/egl/drivers/dri2/platform_drm.c:344
#3  0xade2d004 in radeon_update_renderbuffers (context=0x19e7d60, drawable=0x1b73580, front_only=0 '\000') at ../src/mesa/drivers/dri/radeon/radeon_common_context.c:421
#4  0xade2d812 in radeonMakeCurrent (driContextPriv=0x19e7d60, driDrawPriv=0x1b73580, driReadPriv=0x1b73580) at ../src/mesa/drivers/dri/radeon/radeon_common_context.c:616
#5  0xade9232f in driBindContext (pcp=0x19e7d60, pdp=0x1b73580, prp=0x1b73580) at ../src/mesa/drivers/dri/common/dri_util.c:579
#6  0xaf7d29ba in dri2_make_current (drv=0x19e5120, disp=0x19e49c0, dsurf=0x1b8e9f0, rsurf=0x1b8e9f0, ctx=<optimized out>) at ../src/egl/drivers/dri2/egl_dri2.c:1516
#7  0xaf7c061c in eglMakeCurrent (dpy=0x19e49c0, draw=0x1b8e9f0, read=0x1b8e9f0, ctx=0x19fe5c0) at ../src/egl/main/eglapi.c:860
#8  0xb4cd8b58 in InternalMakeCurrentVendor (dpy=0x19e3dd0, draw=draw at entry=0x1b8e9f0, read=0x1b8e9f0, read at entry=0x19c3310, context=0x19fe5c0, apiState=0x19fe360, vendor=<optimized out>) at ../../../src/EGL/libegl.c:861
#9  0xb4cd9606 in eglMakeCurrent (dpy=<optimized out>, draw=<optimized out>, read=0x1b8e9f0, context=0x19fe5c0) at ../../../src/EGL/libegl.c:727
#10 0xb674a1bd in _cogl_winsys_egl_make_current (display=0x19ca4d8, draw=0x1b8e9f0, read=0x1b8e9f0, context=0x19fe5c0) at winsys/cogl-winsys-egl.c:300
#11 0xb6d8f1f6 in meta_renderer_native_create_view (renderer=0x19c8610, logical_monitor=0x19bbf20) at backends/native/meta-renderer-native.c:2949
#12 0xb6ceaca4 in meta_renderer_create_view (logical_monitor=<optimized out>, renderer=0x19c8610) at ./backends/meta-renderer.h:36
#13 meta_renderer_rebuild_views (renderer=0x19c8610) at backends/meta-renderer.c:73
#14 0xb6d920fa in meta_stage_native_rebuild_views (stage_native=0x19c2470) at backends/native/meta-stage-native.c:141
#15 0xb6d83ba7 in meta_backend_native_update_screen_size (backend=0x19a48b8, width=1024, height=768) at backends/native/meta-backend-native.c:493
#16 0xb6ccf11a in meta_backend_sync_screen_size (backend=backend at entry=0x19a48b8) at backends/meta-backend-private.h:52
#17 0xb6ccff40 in meta_backend_real_post_init (backend=0x19a48b8) at backends/meta-backend.c:442
#18 0xb6d83f98 in meta_backend_native_post_init (backend=0x19a48b8) at ./backends/meta-backend-private.h:52
#19 0xb6cd053a in meta_backend_post_init (backend=<optimized out>) at backends/meta-backend-private.h:52
#20 meta_clutter_init () at backends/meta-backend.c:1239
#21 0xb6d20323 in meta_init () at core/main.c:598
#22 0x004ad53d in main (argc=<optimized out>, argv=<optimized out>) at ../src/main.c:465
-------------- next part --------------
From Submitter:


$ journalctl --no-pager
Jan 16 23:49:08 T42-LAPTOP kernel: gnome-shell[819]: segfault at 0 ip 00000000 sp bffba5bc error 4 in gnome-shell[4a6000+2000]
Jan 16 23:49:08 T42-LAPTOP kernel: Code: Bad RIP value.
Jan 16 23:49:08 T42-LAPTOP systemd[1]: Created slice system-systemd\x2dcoredump.slice.
Jan 16 23:49:08 T42-LAPTOP systemd[1]: Started Process Core Dump (PID 826/UID 0).
Jan 16 23:49:09 T42-LAPTOP gnome-session[602]: gnome-session-binary[602]: WARNING: Application 'org.gnome.Shell.desktop' killed by signal 11
Jan 16 23:49:09 T42-LAPTOP gnome-session-binary[602]: Unrecoverable failure in required component org.gnome.Shell.desktop
Jan 16 23:49:09 T42-LAPTOP gnome-session-binary[602]: WARNING: Application 'org.gnome.Shell.desktop' killed by signal 11
Jan 16 23:49:09 T42-LAPTOP gdm-launch-environment][462]: pam_unix(gdm-launch-environment:session): session closed for user Debian-gdm
Jan 16 23:49:09 T42-LAPTOP systemd[1]: session-c1.scope: Succeeded.
Jan 16 23:49:09 T42-LAPTOP systemd-logind[398]: Session c1 logged out. Waiting for processes to exit.
Jan 16 23:49:09 T42-LAPTOP systemd-logind[398]: Removed session c1.
...
Jan 16 23:49:09 T42-LAPTOP systemd-coredump[827]: Process 819 (gnome-shell) of user 117 dumped core.
                                                  
                                                  Stack trace of thread 819:
                                                  #0  0x0000000000000000 n/a (n/a)
Jan 16 23:49:09 T42-LAPTOP systemd[1]: systemd-coredump at 0-826-0.service: Succeeded.



#########



# Buster/stable i386 qemu VM 2020-01-31


apt update
apt dist-upgrade


apt install systemd-coredump gnome lz4 elfutils gdb gnome-shell-dbgsym
apt install usrmerge


wget "https://bugs.debian.org/cgi-bin/bugreport.cgi?att=2;bug=948288;filename=core.gnome-shell.117.070a923b6f474dada3645eeb67710dc3.899.1579215018000000.lz4;msg=20" -O core.gnome-shell.117.070a923b6f474dada3645eeb67710dc3.899.1579215018000000.lz4
unlz4 --keep core.gnome-shell.117.070a923b6f474dada3645eeb67710dc3.899.1579215018000000.lz4


gdb -q /usr/bin/gnome-shell --core core.gnome-shell.117.070a923b6f474dada3645eeb67710dc3.899.1579215018000000

set width 0
set pagination off
bt

##############





benutzer at debian:~$ gdb -q /usr/bin/gnome-shell --core core.gnome-shell.117.070a923b6f474dada3645eeb67710dc3.899.1579215018000000
Reading symbols from /usr/bin/gnome-shell...(no debugging symbols found)...done.
[New LWP 899]
[New LWP 901]
[New LWP 902]
[New LWP 903]
[New LWP 904]
[New LWP 905]
[New LWP 906]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1".
Core was generated by `/usr/bin/gnome-shell'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000000 in ?? ()
[Current thread is 1 (Thread 0xb1f2eb80 (LWP 899))]
(gdb) bt
#0  0x00000000 in ?? ()
#1  0xaf7d2c74 in ?? () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#2  0xaf7d755e in ?? () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#3  0xade2d004 in ?? () from /usr/lib/i386-linux-gnu/dri/radeon_dri.so
#4  0xade2d812 in ?? () from /usr/lib/i386-linux-gnu/dri/radeon_dri.so
#5  0xade9232f in ?? () from /usr/lib/i386-linux-gnu/dri/radeon_dri.so
#6  0xaf7d29ba in ?? () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#7  0xaf7c061c in eglMakeCurrent () from /lib/i386-linux-gnu/libEGL_mesa.so.0
#8  0xb4cd8b58 in ?? () from /lib/i386-linux-gnu/libEGL.so.1
#9  0xb674a1bd in _cogl_winsys_egl_make_current () from /usr/lib/i386-linux-gnu/mutter/libmutter-cogl-3.so
#10 0xb6d8f1f6 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#11 0xb6ceaca4 in meta_renderer_rebuild_views () from /lib/i386-linux-gnu/libmutter-3.so.0
#12 0xb6d920fa in meta_stage_native_rebuild_views () from /lib/i386-linux-gnu/libmutter-3.so.0
#13 0xb6d83ba7 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#14 0xb6ccf11a in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#15 0xb6ccff40 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#16 0xb6d83f98 in ?? () from /lib/i386-linux-gnu/libmutter-3.so.0
#17 0xb6cd053a in meta_clutter_init () from /lib/i386-linux-gnu/libmutter-3.so.0
#18 0xb6d20323 in meta_init () from /lib/i386-linux-gnu/libmutter-3.so.0
#19 0x004ad53d in ?? ()
#20 0xb6aa2b41 in __libc_start_main (main=0x4ad430, argc=1, argv=0xbff2c2a4, init=0x4adfa0, fini=0x4ae000, rtld_fini=0xb7f97520 <_dl_fini>, stack_end=0xbff2c29c) at ../csu/libc-start.c:308
#21 0x004ad8d1 in ?? ()
(gdb) 




Core was generated by `/usr/bin/gnome-shell'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0  0x00000000 in ?? ()
[Current thread is 1 (Thread 0xb1f2eb80 (LWP 899))]
(gdb) set width 0
(gdb) set pagination off
(gdb) bt
#0  0x00000000 in ?? ()
#1  0xaf7d2c74 in dri2_egl_surface_alloc_local_buffer (dri2_surf=0x1b8e9f0, att=9, format=32) at ../src/egl/drivers/dri2/egl_dri2.c:1017
#2  0xaf7d755e in dri2_drm_get_buffers_with_format (driDrawable=0x1b73580, width=0x1b73598, height=0x1b7359c, attachments=0xbff2bb04, count=2, out_count=0xbff2baf8, loaderPrivate=0x1b8e9f0) at ../src/egl/drivers/dri2/platform_drm.c:344
#3  0xade2d004 in radeon_update_renderbuffers (context=0x19e7d60, drawable=0x1b73580, front_only=0 '\000') at ../src/mesa/drivers/dri/radeon/radeon_common_context.c:421
#4  0xade2d812 in radeonMakeCurrent (driContextPriv=0x19e7d60, driDrawPriv=0x1b73580, driReadPriv=0x1b73580) at ../src/mesa/drivers/dri/radeon/radeon_common_context.c:616
#5  0xade9232f in driBindContext (pcp=0x19e7d60, pdp=0x1b73580, prp=0x1b73580) at ../src/mesa/drivers/dri/common/dri_util.c:579
#6  0xaf7d29ba in dri2_make_current (drv=0x19e5120, disp=0x19e49c0, dsurf=0x1b8e9f0, rsurf=0x1b8e9f0, ctx=<optimized out>) at ../src/egl/drivers/dri2/egl_dri2.c:1516
#7  0xaf7c061c in eglMakeCurrent (dpy=0x19e49c0, draw=0x1b8e9f0, read=0x1b8e9f0, ctx=0x19fe5c0) at ../src/egl/main/eglapi.c:860
#8  0xb4cd8b58 in InternalMakeCurrentVendor (dpy=0x19e3dd0, draw=draw at entry=0x1b8e9f0, read=0x1b8e9f0, read at entry=0x19c3310, context=0x19fe5c0, apiState=0x19fe360, vendor=<optimized out>) at ../../../src/EGL/libegl.c:861
#9  0xb4cd9606 in eglMakeCurrent (dpy=<optimized out>, draw=<optimized out>, read=0x1b8e9f0, context=0x19fe5c0) at ../../../src/EGL/libegl.c:727
#10 0xb674a1bd in _cogl_winsys_egl_make_current (display=0x19ca4d8, draw=0x1b8e9f0, read=0x1b8e9f0, context=0x19fe5c0) at winsys/cogl-winsys-egl.c:300
#11 0xb6d8f1f6 in meta_renderer_native_create_view (renderer=0x19c8610, logical_monitor=0x19bbf20) at backends/native/meta-renderer-native.c:2949
#12 0xb6ceaca4 in meta_renderer_create_view (logical_monitor=<optimized out>, renderer=0x19c8610) at ./backends/meta-renderer.h:36
#13 meta_renderer_rebuild_views (renderer=0x19c8610) at backends/meta-renderer.c:73
#14 0xb6d920fa in meta_stage_native_rebuild_views (stage_native=0x19c2470) at backends/native/meta-stage-native.c:141
#15 0xb6d83ba7 in meta_backend_native_update_screen_size (backend=0x19a48b8, width=1024, height=768) at backends/native/meta-backend-native.c:493
#16 0xb6ccf11a in meta_backend_sync_screen_size (backend=backend at entry=0x19a48b8) at backends/meta-backend-private.h:52
#17 0xb6ccff40 in meta_backend_real_post_init (backend=0x19a48b8) at backends/meta-backend.c:442
#18 0xb6d83f98 in meta_backend_native_post_init (backend=0x19a48b8) at ./backends/meta-backend-private.h:52
#19 0xb6cd053a in meta_backend_post_init (backend=<optimized out>) at backends/meta-backend-private.h:52
#20 meta_clutter_init () at backends/meta-backend.c:1239
#21 0xb6d20323 in meta_init () at core/main.c:598
#22 0x004ad53d in main (argc=<optimized out>, argv=<optimized out>) at ../src/main.c:465



https://sources.debian.org/src/mesa/18.3.6-2/src/egl/drivers/dri2/egl_dri2.c/#L1017



(gdb) bt full
#0  0x00000000 in ?? ()
No symbol table info available.
#1  0xaf7d2c74 in dri2_egl_surface_alloc_local_buffer (dri2_surf=0x1b8e9f0, att=9, format=32) at ../src/egl/drivers/dri2/egl_dri2.c:1017
        dri2_dpy = <optimized out>
#2  0xaf7d755e in dri2_drm_get_buffers_with_format (driDrawable=0x1b73580, width=0x1b73598, height=0x1b7359c, attachments=0xbff2bb04, count=2, out_count=0xbff2baf8, loaderPrivate=0x1b8e9f0) at ../src/egl/drivers/dri2/platform_drm.c:344
        local = <optimized out>
        dri2_surf = 0x1b8e9f0
        i = 2
        j = 1
#3  0xade2d004 in radeon_update_renderbuffers (context=0x19e7d60, drawable=0x1b73580, front_only=0 '\000') at ../src/mesa/drivers/dri/radeon/radeon_common_context.c:421
        depth_rb = <optimized out>
        stencil_rb = <optimized out>
        attachments = {1, 32, 9, 32, 2944000854, 2926526464, 2917927852, 0, 0, 2926526464}
        buffers = 0x0
        screen = <optimized out>
        rb = <optimized out>
        i = <optimized out>
        count = -1350964363
        draw = 0x1b8ec20
        radeon = 0x19e9550
        regname = <optimized out>
        depth_bo = 0x0
        bo = <optimized out>
        __func__ = "radeon_update_renderbuffers"
#4  0xade2d812 in radeonMakeCurrent (driContextPriv=0x19e7d60, driDrawPriv=0x1b73580, driReadPriv=0x1b73580) at ../src/mesa/drivers/dri/radeon/radeon_common_context.c:616
        radeon = 0x19e9550
        curCtx = <optimized out>
        drfb = 0x1b8ec20
        readfb = <optimized out>
        __func__ = "radeonMakeCurrent"
#5  0xade9232f in driBindContext (pcp=0x19e7d60, pdp=0x1b73580, prp=0x1b73580) at ../src/mesa/drivers/dri/common/dri_util.c:579
No locals.
#6  0xaf7d29ba in dri2_make_current (drv=0x19e5120, disp=0x19e49c0, dsurf=0x1b8e9f0, rsurf=0x1b8e9f0, ctx=<optimized out>) at ../src/egl/drivers/dri2/egl_dri2.c:1516
        dri2_dpy = 0x19e5200
        dri2_ctx = <optimized out>
        old_disp = <optimized out>
        old_dri2_dpy = <optimized out>
        old_ctx = 0x19fe5c0
        old_dsurf = 0x0
        old_rsurf = 0x0
        tmp_dsurf = 0xaf7e53ec <__func__.10015>
        tmp_rsurf = 0x33b2
        ddraw = 0x1b73580
        rdraw = 0x1b73580
        cctx = 0x19e7d60
        unbind = 0
#7  0xaf7c061c in eglMakeCurrent (dpy=0x19e49c0, draw=0x1b8e9f0, read=0x1b8e9f0, ctx=0x19fe5c0) at ../src/egl/main/eglapi.c:860
        disp = 0x19e49c0
        context = <optimized out>
        draw_surf = 0x1b8e9f0
        read_surf = 0x1b8e9f0
        drv = <optimized out>
        ret = <optimized out>
        __func__ = "eglMakeCurrent"
#8  0xb4cd8b58 in InternalMakeCurrentVendor (dpy=0x19e3dd0, draw=draw at entry=0x1b8e9f0, read=0x1b8e9f0, read at entry=0x19c3310, context=0x19fe5c0, apiState=0x19fe360, vendor=<optimized out>) at ../../../src/EGL/libegl.c:861
        ret = <optimized out>
#9  0xb4cd9606 in eglMakeCurrent (dpy=<optimized out>, draw=<optimized out>, read=0x1b8e9f0, context=0x19fe5c0) at ../../../src/EGL/libegl.c:727
        glas = <optimized out>
        apiState = <optimized out>
        oldVendor = <optimized out>
        newVendor = <optimized out>
        oldDpy = <optimized out>
        newDpy = <optimized out>
        oldDraw = <optimized out>
        oldRead = <optimized out>
        oldContext = <optimized out>
        ret = <optimized out>
#10 0xb674a1bd in _cogl_winsys_egl_make_current (display=0x19ca4d8, draw=0x1b8e9f0, read=0x1b8e9f0, context=0x19fe5c0) at winsys/cogl-winsys-egl.c:300
        egl_display = 0x19b8678
        egl_renderer = <optimized out>
        ret = <optimized out>
#11 0xb6d8f1f6 in meta_renderer_native_create_view (renderer=0x19c8610, logical_monitor=0x19bbf20) at backends/native/meta-renderer-native.c:2949
        renderer_native = <optimized out>
        monitor_manager_kms = <optimized out>
        monitor_manager = <optimized out>
        backend = <optimized out>
        clutter_backend = <optimized out>
        cogl_context = <optimized out>
        cogl_display = 0x19ca4d8
        primary_gpu = <optimized out>
        cogl_display_egl = <optimized out>
        onscreen_egl = <optimized out>
        view_transform = <optimized out>
        onscreen = <optimized out>
        offscreen = 0x0
        scale = <optimized out>
        width = <optimized out>
        height = <optimized out>
        view = 0x1b8f198
        error = 0x0
#12 0xb6ceaca4 in meta_renderer_create_view (logical_monitor=<optimized out>, renderer=0x19c8610) at ./backends/meta-renderer.h:36
No locals.
#13 meta_renderer_rebuild_views (renderer=0x19c8610) at backends/meta-renderer.c:73
        logical_monitor = <optimized out>
        view = <optimized out>
        priv = 0x19c8608
        backend = <optimized out>
        monitor_manager = <optimized out>
        logical_monitors = <optimized out>
        l = 0x19c17d0
#14 0xb6d920fa in meta_stage_native_rebuild_views (stage_native=0x19c2470) at backends/native/meta-stage-native.c:141
        backend = <optimized out>
        renderer = 0x19c8610
#15 0xb6d83ba7 in meta_backend_native_update_screen_size (backend=0x19a48b8, width=1024, height=768) at backends/native/meta-backend-native.c:493
        clutter_backend = 0x19d8948
        stage_native = <optimized out>
        stage = 0x1999510
#16 0xb6ccf11a in meta_backend_sync_screen_size (backend=backend at entry=0x19a48b8) at backends/meta-backend-private.h:52
        priv = <optimized out>
        width = 1024
        height = 768
#17 0xb6ccff40 in meta_backend_real_post_init (backend=0x19a48b8) at backends/meta-backend.c:442
        priv = 0x19a4850
        device_manager = 0x19ada10
#18 0xb6d83f98 in meta_backend_native_post_init (backend=0x19a48b8) at ./backends/meta-backend-private.h:52
        manager = 0x19ada10
#19 0xb6cd053a in meta_backend_post_init (backend=<optimized out>) at backends/meta-backend-private.h:52
        priv = 0x19a4850
        priv = <optimized out>
#20 meta_clutter_init () at backends/meta-backend.c:1239
        source = <optimized out>
#21 0xb6d20323 in meta_init () at core/main.c:598
        act = {__sigaction_handler = {sa_handler = 0x1, sa_sigaction = 0x1}, sa_mask = {__val = {0 <repeats 32 times>}}, sa_flags = 0, sa_restorer = 0xb6b03eb9 <__GI___libc_malloc+9>}
        empty_mask = {__val = {0 <repeats 32 times>}}
        compositor_type = <optimized out>
        backend_gtype = 26878208
#22 0x004ad53d in main (argc=<optimized out>, argv=<optimized out>) at ../src/main.c:465
        ctx = <optimized out>
        error = 0x0
        ecode = <optimized out>

        
        
        


More information about the pkg-gnome-maintainers mailing list