Xwayland + weston crash under load ("request could not be marshaled")
Summary
Under load, Xwayland exits with a fatal error, and weston subsequently segfaults.
System information
- Arch Linux
- Intel graphics (i915)
- wayland 1.20.0-1
- xorg-xwayland 22.1.0-1
- weston 10.0.0-1
Steps to reproduce
- Modify weston to start Xwayland with the
-shm
option (compositor/xwayland.c) to increase load on the compositor. - Start weston under valgrind to slow down execution further:
valgrind weston --xwayland
. - Run
GDK_BACKEND=x11 geany
within weston. - Resize Geany's main window continuously for a few seconds.
Expected results
- Xwayland and weston should continue to run.
Actual results
- Xwayland exits with a fatal error, and weston subsequently segfaults.
(EE)
Fatal server error:
(EE) request could not be marshaled: can't send file descriptor
(EE)
The Xwayland error is also reproducible with wlroots
-based compositors; see https://github.com/labwc/labwc/issues/249.
Full valgrind log
==6315== Memcheck, a memory error detector
==6315== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==6315== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==6315== Command: weston --xwayland
==6315==
Date: 2022-02-22 EST
[18:02:36.241] weston 10.0.0
https://wayland.freedesktop.org
Bug reports to: https://gitlab.freedesktop.org/wayland/weston/issues/
Build: 10.0.0
[18:02:36.298] Command line: weston --xwayland
[18:02:36.300] OS: Linux, 5.16.10-arch1-1, #1 SMP PREEMPT Wed, 16 Feb 2022 19:35:18 +0000, x86_64
[18:02:36.300] Flight recorder: enabled
[18:02:36.310] Starting with no config file.
[18:02:36.336] Output repaint window is 7 ms maximum.
[18:02:36.349] Loading module '/usr/lib/libweston-10/drm-backend.so'
[18:02:36.680] initializing drm backend
[18:02:36.681] Trying logind launcher...
[18:02:36.948] logind: session control granted
[18:02:37.126] using /dev/dri/card0
[18:02:37.128] DRM: supports atomic modesetting
[18:02:37.129] DRM: supports GBM modifiers
[18:02:37.129] DRM: supports picture aspect ratio
[18:02:37.130] Loading module '/usr/lib/libweston-10/gl-renderer.so'
[18:02:41.345] EGL client extensions: EGL_EXT_device_base
EGL_EXT_device_enumeration EGL_EXT_device_query
EGL_EXT_platform_base EGL_KHR_client_get_all_proc_addresses
EGL_EXT_client_extensions EGL_KHR_debug EGL_EXT_platform_device
EGL_EXT_platform_wayland EGL_KHR_platform_wayland
EGL_EXT_platform_x11 EGL_KHR_platform_x11 EGL_MESA_platform_xcb
EGL_MESA_platform_gbm EGL_KHR_platform_gbm
EGL_MESA_platform_surfaceless
[18:02:41.461] EGL device extensions: EGL_EXT_device_drm
EGL_EXT_device_drm_render_node
[18:02:41.464] EGL version: 1.5
[18:02:41.465] EGL vendor: Mesa Project
[18:02:41.465] EGL client APIs: OpenGL OpenGL_ES
[18:02:41.466] EGL extensions: EGL_ANDROID_blob_cache
EGL_ANDROID_native_fence_sync EGL_EXT_buffer_age
EGL_EXT_create_context_robustness EGL_EXT_image_dma_buf_import
EGL_EXT_image_dma_buf_import_modifiers EGL_IMG_context_priority
EGL_KHR_cl_event2 EGL_KHR_config_attribs EGL_KHR_create_context
EGL_KHR_create_context_no_error EGL_KHR_fence_sync
EGL_KHR_get_all_proc_addresses EGL_KHR_gl_colorspace
EGL_KHR_gl_renderbuffer_image EGL_KHR_gl_texture_2D_image
EGL_KHR_gl_texture_3D_image EGL_KHR_gl_texture_cubemap_image
EGL_KHR_image EGL_KHR_image_base EGL_KHR_image_pixmap
EGL_KHR_no_config_context EGL_KHR_reusable_sync
EGL_KHR_surfaceless_context EGL_EXT_pixel_format_float
EGL_KHR_wait_sync EGL_MESA_configless_context
EGL_MESA_drm_image EGL_MESA_image_dma_buf_export
EGL_MESA_query_driver EGL_WL_bind_wayland_display
[18:02:41.519] EGL_KHR_surfaceless_context available
[18:02:41.806] GL version: OpenGL ES 3.2 Mesa 21.3.6
[18:02:41.807] GLSL version: OpenGL ES GLSL ES 3.20
[18:02:41.807] GL vendor: Intel
[18:02:41.808] GL renderer: Mesa Intel(R) HD Graphics 520 (SKL GT2)
[18:02:41.815] GL extensions: GL_EXT_blend_minmax GL_EXT_multi_draw_arrays
GL_EXT_texture_filter_anisotropic
GL_EXT_texture_compression_s3tc GL_EXT_texture_compression_dxt1
GL_EXT_texture_compression_rgtc GL_EXT_texture_format_BGRA8888
GL_OES_compressed_ETC1_RGB8_texture GL_OES_depth24
GL_OES_element_index_uint GL_OES_fbo_render_mipmap
GL_OES_mapbuffer GL_OES_rgb8_rgba8 GL_OES_standard_derivatives
GL_OES_stencil8 GL_OES_texture_3D GL_OES_texture_float
GL_OES_texture_float_linear GL_OES_texture_half_float
GL_OES_texture_half_float_linear GL_OES_texture_npot
GL_OES_vertex_half_float GL_EXT_draw_instanced
GL_EXT_texture_sRGB_decode GL_OES_EGL_image
GL_OES_depth_texture GL_AMD_performance_monitor
GL_OES_packed_depth_stencil GL_EXT_texture_type_2_10_10_10_REV
GL_NV_conditional_render GL_OES_get_program_binary
GL_APPLE_texture_max_level GL_EXT_discard_framebuffer
GL_EXT_read_format_bgra GL_EXT_frag_depth
GL_NV_fbo_color_attachments GL_OES_EGL_image_external
GL_OES_EGL_sync GL_OES_vertex_array_object
GL_OES_viewport_array GL_ANGLE_pack_reverse_row_order
GL_ANGLE_texture_compression_dxt3
GL_ANGLE_texture_compression_dxt5
GL_EXT_occlusion_query_boolean GL_EXT_robustness
GL_EXT_texture_rg GL_EXT_unpack_subimage GL_NV_draw_buffers
GL_NV_read_buffer GL_NV_read_depth GL_NV_read_depth_stencil
GL_NV_read_stencil GL_EXT_draw_buffers GL_EXT_map_buffer_range
GL_KHR_debug GL_KHR_robustness
GL_KHR_texture_compression_astc_ldr GL_NV_pixel_buffer_object
GL_OES_depth_texture_cube_map GL_OES_required_internalformat
GL_OES_surfaceless_context GL_EXT_color_buffer_float
GL_EXT_sRGB_write_control GL_EXT_separate_shader_objects
GL_EXT_shader_framebuffer_fetch GL_EXT_shader_group_vote
GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix
GL_EXT_tessellation_point_size GL_EXT_tessellation_shader
GL_INTEL_conservative_rasterization GL_INTEL_performance_query
GL_ANDROID_extension_pack_es31a GL_EXT_base_instance
GL_EXT_compressed_ETC1_RGB8_sub_texture GL_EXT_copy_image
GL_EXT_draw_buffers_indexed GL_EXT_draw_elements_base_vertex
GL_EXT_gpu_shader5 GL_EXT_polygon_offset_clamp
GL_EXT_primitive_bounding_box GL_EXT_render_snorm
GL_EXT_shader_io_blocks GL_EXT_texture_border_clamp
GL_EXT_texture_buffer GL_EXT_texture_cube_map_array
GL_EXT_texture_norm16 GL_EXT_texture_view
GL_KHR_blend_equation_advanced
GL_KHR_blend_equation_advanced_coherent
GL_KHR_context_flush_control
GL_KHR_robust_buffer_access_behavior GL_NV_image_formats
GL_OES_copy_image GL_OES_draw_buffers_indexed
GL_OES_draw_elements_base_vertex GL_OES_gpu_shader5
GL_OES_primitive_bounding_box GL_OES_sample_shading
GL_OES_sample_variables GL_OES_shader_io_blocks
GL_OES_shader_multisample_interpolation
GL_OES_tessellation_point_size GL_OES_tessellation_shader
GL_OES_texture_border_clamp GL_OES_texture_buffer
GL_OES_texture_cube_map_array GL_OES_texture_stencil8
GL_OES_texture_storage_multisample_2d_array GL_OES_texture_view
GL_EXT_blend_func_extended GL_EXT_buffer_storage
GL_EXT_float_blend GL_EXT_geometry_point_size
GL_EXT_geometry_shader GL_EXT_shader_samples_identical
GL_EXT_texture_sRGB_R8 GL_KHR_no_error
GL_KHR_texture_compression_astc_sliced_3d
GL_NV_fragment_shader_interlock GL_OES_EGL_image_external_essl3
GL_OES_geometry_point_size GL_OES_geometry_shader
GL_OES_shader_image_atomic GL_EXT_clear_texture
GL_EXT_clip_cull_distance GL_EXT_disjoint_timer_query
GL_EXT_texture_compression_s3tc_srgb
GL_MESA_shader_integer_functions GL_EXT_clip_control
GL_EXT_color_buffer_half_float GL_EXT_memory_object
GL_EXT_memory_object_fd GL_EXT_semaphore GL_EXT_semaphore_fd
GL_EXT_texture_compression_bptc
GL_EXT_texture_mirror_clamp_to_edge
GL_KHR_parallel_shader_compile GL_EXT_EGL_image_storage
GL_EXT_shader_framebuffer_fetch_non_coherent
GL_EXT_texture_shadow_lod GL_INTEL_blackhole_render
GL_MESA_framebuffer_flip_y GL_NV_compute_shader_derivatives
GL_EXT_demote_to_helper_invocation GL_EXT_depth_clamp
GL_EXT_texture_query_lod GL_MESA_bgra
[18:02:43.605] GL ES 3.2 - renderer features:
read-back format: BGRA
EGL Wayland extension: yes
[18:02:43.843] event2 - Power Button: is tagged by udev as: Keyboard
[18:02:43.848] event2 - Power Button: device is a keyboard
[18:02:43.874] event11 - Video Bus: is tagged by udev as: Keyboard
[18:02:43.876] event11 - Video Bus: device is a keyboard
[18:02:43.893] event1 - Power Button: is tagged by udev as: Keyboard
[18:02:43.895] event1 - Power Button: device is a keyboard
[18:02:43.914] event0 - Lid Switch: is tagged by udev as: Switch
[18:02:43.916] event0 - Lid Switch: device is a switch device
[18:02:43.917] event0 - Lid Switch: device is a switch device
[18:02:43.948] event19 - Logitech M325: is tagged by udev as: Mouse
[18:02:43.952] event19 - Logitech M325: device set to 600 DPI
[18:02:43.955] event19 - Logitech M325: device is a pointer
[18:02:43.984] event5 - HP TrueVision HD: HP Truevision: is tagged by udev as: Keyboard
[18:02:43.986] event5 - HP TrueVision HD: HP Truevision: device is a keyboard
[18:02:44.016] event4 - ELAN Touchscreen: is tagged by udev as: Touchscreen
[18:02:44.024] event4 - ELAN Touchscreen: device is a touch device
[18:02:44.050] event17 - ELAN Touchscreen UNKNOWN: not tagged as supported input device
[18:02:44.054] event17 - not using input device '/dev/input/event17'
[18:02:44.074] event18 - ELAN Touchscreen UNKNOWN: not tagged as supported input device
[18:02:44.075] event18 - not using input device '/dev/input/event18'
[18:02:44.090] event7 - HDA Intel PCH Mic: is tagged by udev as: Switch
[18:02:44.096] event7 - not using input device '/dev/input/event7'
[18:02:44.110] event8 - HDA Intel PCH Headphone: is tagged by udev as: Switch
[18:02:44.116] event8 - not using input device '/dev/input/event8'
[18:02:44.129] event9 - HDA Intel PCH HDMI/DP,pcm=3: is tagged by udev as: Switch
[18:02:44.135] event9 - not using input device '/dev/input/event9'
[18:02:44.149] event10 - HDA Intel PCH HDMI/DP,pcm=7: is tagged by udev as: Switch
[18:02:44.155] event10 - not using input device '/dev/input/event10'
[18:02:44.170] event14 - HDA Intel PCH HDMI/DP,pcm=8: is tagged by udev as: Switch
[18:02:44.176] event14 - not using input device '/dev/input/event14'
[18:02:44.190] event15 - HDA Intel PCH HDMI/DP,pcm=9: is tagged by udev as: Switch
[18:02:44.195] event15 - not using input device '/dev/input/event15'
[18:02:44.209] event16 - HDA Intel PCH HDMI/DP,pcm=10: is tagged by udev as: Switch
[18:02:44.215] event16 - not using input device '/dev/input/event16'
[18:02:44.229] event3 - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[18:02:44.231] event3 - AT Translated Set 2 keyboard: device is a keyboard
[18:02:44.267] event20 - SynPS/2 Synaptics TouchPad: is tagged by udev as: Touchpad
[18:02:44.334] event20 - SynPS/2 Synaptics TouchPad: device is a touchpad
[18:02:44.446] event13 - ST LIS3LV02DL Accelerometer: is tagged by udev as: Accelerometer
[18:02:44.446] event13 - ST LIS3LV02DL Accelerometer: device is an accelerometer, ignoring
[18:02:44.448] event13 - not using input device '/dev/input/event13'
[18:02:44.464] event12 - Wireless hotkeys: is tagged by udev as: Keyboard
[18:02:44.466] event12 - Wireless hotkeys: device is a keyboard
[18:02:44.483] event6 - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[18:02:44.485] event6 - HP WMI hotkeys: device is a keyboard
[18:02:44.911] libinput: configuring device "Power Button".
[18:02:44.916] libinput: configuring device "Video Bus".
[18:02:44.917] libinput: configuring device "Power Button".
[18:02:44.917] libinput: configuring device "Lid Switch".
[18:02:44.917] libinput: configuring device "Logitech M325".
[18:02:44.918] libinput: configuring device "HP TrueVision HD: HP Truevision".
[18:02:44.921] Touchscreen - ELAN Touchscreen - /sys/devices/pci0000:00/0000:00:14.0/usb1/1-8/1-8:1.0/0003:04F3:20CF.0004/input/input31/event4
[18:02:44.921] libinput: configuring device "ELAN Touchscreen".
[18:02:44.923] input device event4 has no enabled output associated (none named), skipping calibration for now.
[18:02:44.923] libinput: configuring device "AT Translated Set 2 keyboard".
[18:02:44.923] libinput: configuring device "SynPS/2 Synaptics TouchPad".
[18:02:44.924] libinput: configuring device "Wireless hotkeys".
[18:02:44.925] libinput: configuring device "HP WMI hotkeys".
[18:02:44.940] DRM: head 'eDP-1' updated, connector 95 is connected, EDID make 'LGD', model 'unknown', serial 'unknown'
[18:02:44.946] DRM: head 'eDP-1' found, connector 95 is connected, EDID make 'LGD', model 'unknown', serial 'unknown'
[18:02:44.951] DRM: head 'HDMI-A-1' updated, connector 103 is disconnected.
[18:02:44.952] DRM: head 'HDMI-A-1' found, connector 103 is disconnected.
[18:02:44.963] Registered plugin API 'weston_drm_output_api_v1' of size 24
[18:02:44.964] Registered plugin API 'weston_drm_virtual_output_api_v1' of size 48
[18:02:44.965] Color manager: no-op
[18:02:44.987] Output 'eDP-1' using color profile: built-in default sRGB SDR profile
[18:02:45.014] Chosen EGL config details: id: 61 rgba: 8 8 8 0 buf: 24 dep: 0 stcl: 0 int: 1-1 type: win vis_id: XRGB8888 (0x34325258)
[18:02:45.033] Output eDP-1 (crtc 51) video modes:
1920x1080@60.0, preferred, current, 138.7 MHz
[18:02:45.051] associating input device event2 with output eDP-1 (none by udev)
[18:02:45.052] associating input device event11 with output eDP-1 (none by udev)
[18:02:45.052] associating input device event1 with output eDP-1 (none by udev)
[18:02:45.052] associating input device event0 with output eDP-1 (none by udev)
[18:02:45.052] associating input device event19 with output eDP-1 (none by udev)
[18:02:45.052] associating input device event5 with output eDP-1 (none by udev)
[18:02:45.052] associating input device event4 with output eDP-1 (none by udev)
[18:02:45.061] associating input device event3 with output eDP-1 (none by udev)
[18:02:45.061] associating input device event20 with output eDP-1 (none by udev)
[18:02:45.061] associating input device event12 with output eDP-1 (none by udev)
[18:02:45.061] associating input device event6 with output eDP-1 (none by udev)
[18:02:45.062] Output 'eDP-1' enabled with head(s) eDP-1
[18:02:45.065] Compositor capabilities:
arbitrary surface rotation: yes
screen capture uses y-flip: yes
cursor planes: yes
arbitrary resolutions: no
view mask clipping: yes
explicit sync: yes
color operations: yes
presentation clock: CLOCK_MONOTONIC, id 1
presentation clock resolution: 0.000000001 s
[18:02:45.073] Loading module '/usr/lib/weston/desktop-shell.so'
[18:02:45.092] launching '/usr/lib/weston/weston-keyboard'
[18:02:45.108] Note: support for the deprecated wl_shell interface is disabled. If a legacy client still needs it, it can be re-enabled by passing -Ddeprecated-wl-shell=true to Meson when building Weston.
[18:02:45.134] Loading module '/usr/lib/libweston-10/xwayland.so'
[18:02:45.270] Registered plugin API 'weston_xwayland_v1' of size 32
[18:02:45.270] Registered plugin API 'weston_xwayland_surface_v1' of size 16
[18:02:45.273] unlinking stale lock file /tmp/.X1-lock
[18:02:45.279] xserver listening on display :1
[18:02:45.286] launching '/usr/lib/weston/weston-desktop-shell'
Unknown parameter: ?2004
==6315== Invalid write of size 8
==6315== at 0x4AEDF27: wl_list_remove (in /usr/lib/libwayland-client.so.0.20.0)
==6315== by 0x4ACB360: weston_signal_emit_mutable (signal.c:65)
==6315== by 0x4AA9FE1: weston_buffer_destroy_handler (compositor.c:2383)
==6315== by 0x4AFC87E: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFCFC0: wl_resource_destroy (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4D77D49: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4D77266: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4B02322: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFD5CB: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== Address 0x1739bef8 is 24 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x4ACB34D: weston_signal_emit_mutable (signal.c:62)
==6315== by 0x4AA9FE1: weston_buffer_destroy_handler (compositor.c:2383)
==6315== by 0x4AFC87E: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFCFC0: wl_resource_destroy (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4D77D49: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4D77266: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4B02322: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFD5CB: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x5919437: zalloc (zalloc.h:38)
==6315== by 0x5919437: drm_fb_get_from_view (fb.c:548)
==6315== by 0x591DD9F: drm_output_prepare_plane_view (state-propose.c:710)
==6315== by 0x591DD9F: drm_output_propose_state (state-propose.c:998)
==6315== by 0x591FDEB: drm_assign_planes (state-propose.c:1106)
==6315== by 0x4AB68F3: weston_output_repaint (compositor.c:2908)
==6315== by 0x4AB68F3: weston_output_maybe_repaint (compositor.c:3010)
==6315== by 0x4AB68F3: output_repaint_timer_handler (compositor.c:3078)
==6315== by 0x4B00461: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid write of size 8
==6315== at 0x4AEDF27: wl_list_remove (in /usr/lib/libwayland-client.so.0.20.0)
==6315== by 0x4ACB369: weston_signal_emit_mutable (signal.c:66)
==6315== by 0x4AA9FE1: weston_buffer_destroy_handler (compositor.c:2383)
==6315== by 0x4AFC87E: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFCFC0: wl_resource_destroy (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4D77D49: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4D77266: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4B02322: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFD5CB: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== Address 0x1739bef8 is 24 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x4ACB34D: weston_signal_emit_mutable (signal.c:62)
==6315== by 0x4AA9FE1: weston_buffer_destroy_handler (compositor.c:2383)
==6315== by 0x4AFC87E: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFCFC0: wl_resource_destroy (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4D77D49: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4D77266: ??? (in /usr/lib/libffi.so.8.1.0)
==6315== by 0x4B02322: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFD5CB: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x5919437: zalloc (zalloc.h:38)
==6315== by 0x5919437: drm_fb_get_from_view (fb.c:548)
==6315== by 0x591DD9F: drm_output_prepare_plane_view (state-propose.c:710)
==6315== by 0x591DD9F: drm_output_propose_state (state-propose.c:998)
==6315== by 0x591FDEB: drm_assign_planes (state-propose.c:1106)
==6315== by 0x4AB68F3: weston_output_repaint (compositor.c:2908)
==6315== by 0x4AB68F3: weston_output_maybe_repaint (compositor.c:3010)
==6315== by 0x4AB68F3: output_repaint_timer_handler (compositor.c:3078)
==6315== by 0x4B00461: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
Unknown parameter: ?2004
[18:03:19.878] Spawned Xwayland server, pid 6333
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Could not resolve keysym XF86EmojiPicker
Errors from xkbcomp are not fatal to the X server
[18:03:19.973] xfixes version: 5.0
[18:03:20.283] created wm, root 1319
The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning: Unsupported maximum keycode 708, clipping.
> X11 cannot support keycodes above 255.
Errors from xkbcomp are not fatal to the X server
[18:03:22.306] event19 - Logitech M325: SYN_DROPPED event - some input events have been lost.
[18:03:27.443] event19 - Logitech M325: client bug: event processing lagging behind by 76ms, your system is too slow
[18:03:28.523] event19 - Logitech M325: client bug: event processing lagging behind by 71ms, your system is too slow
[18:03:29.595] event19 - Logitech M325: client bug: event processing lagging behind by 89ms, your system is too slow
[18:03:30.978] event19 - Logitech M325: client bug: event processing lagging behind by 129ms, your system is too slow
[18:03:32.355] event19 - Logitech M325: client bug: event processing lagging behind by 106ms, your system is too slow
[18:03:32.356] event19 - Logitech M325: WARNING: log rate limit exceeded (5 msgs per 60min). Discarding future messages.
(EE)
Fatal server error:
(EE) request could not be marshaled: can't send file descriptor
(EE)
Unknown parameter: ?2004
[18:03:44.281] xserver exited, code 256
==6315== Invalid read of size 8
==6315== at 0x14283C44: wm_debug_is_enabled (window-manager.c:202)
==6315== by 0x14283C44: wm_printf (window-manager.c:211)
==6315== by 0x14283D87: weston_wm_window_set_allow_commits (window-manager.c:1010)
==6315== by 0x1428529D: weston_wm_window_configure (window-manager.c:2718)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283C80: wm_printf (window-manager.c:217)
==6315== by 0x14283D87: weston_wm_window_set_allow_commits (window-manager.c:1010)
==6315== by 0x1428529D: weston_wm_window_configure (window-manager.c:2718)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283D96: weston_wm_window_set_allow_commits (window-manager.c:1015)
==6315== by 0x1428529D: weston_wm_window_configure (window-manager.c:2718)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9f9f0 is 0 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x14283DA6: weston_wm_window_set_allow_commits (window-manager.c:1015)
==6315== by 0x1428529D: weston_wm_window_configure (window-manager.c:2718)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fc68 is 632 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x12950144: xcb_send_request_with_fds64 (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x129506B9: xcb_send_request (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x12957302: xcb_change_property (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14283DB6: weston_wm_window_set_allow_commits (window-manager.c:1015)
==6315== by 0x1428529D: weston_wm_window_configure (window-manager.c:2718)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fda0 is 0 bytes inside a block of size 21,168 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288110: weston_wm_destroy (window-manager.c:2676)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1294F2A1: xcb_connect_to_fd (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14287805: weston_wm_create (window-manager.c:2590)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283DB7: weston_wm_window_set_allow_commits (window-manager.c:1022)
==6315== by 0x1428529D: weston_wm_window_configure (window-manager.c:2718)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9f9f0 is 0 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x12950858: xcb_flush (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14283DC0: weston_wm_window_set_allow_commits (window-manager.c:1022)
==6315== by 0x1428529D: weston_wm_window_configure (window-manager.c:2718)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fda0 is 0 bytes inside a block of size 21,168 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288110: weston_wm_destroy (window-manager.c:2676)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1294F2A1: xcb_connect_to_fd (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14287805: weston_wm_create (window-manager.c:2590)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x142852A8: weston_wm_window_get_child_position (window-manager.c:677)
==6315== by 0x142852A8: weston_wm_window_configure (window-manager.c:2720)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa30 is 64 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B5F3: frame_refresh_geometry (frame.c:543)
==6315== by 0x1428BCEB: frame_interior (frame.c:614)
==6315== by 0x14285377: weston_wm_window_get_child_position (window-manager.c:683)
==6315== by 0x14285377: weston_wm_window_configure (window-manager.c:2720)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec24 is 36 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B5FA: frame_refresh_geometry (frame.c:548)
==6315== by 0x1428BCEB: frame_interior (frame.c:614)
==6315== by 0x14285377: weston_wm_window_get_child_position (window-manager.c:683)
==6315== by 0x14285377: weston_wm_window_configure (window-manager.c:2720)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec20 is 32 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B617: frame_refresh_geometry (frame.c:559)
==6315== by 0x1428BCEB: frame_interior (frame.c:614)
==6315== by 0x14285377: weston_wm_window_get_child_position (window-manager.c:683)
==6315== by 0x14285377: weston_wm_window_configure (window-manager.c:2720)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec1c is 28 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B645: frame_refresh_geometry (frame.c:567)
==6315== by 0x1428BCEB: frame_interior (frame.c:614)
==6315== by 0x14285377: weston_wm_window_get_child_position (window-manager.c:683)
==6315== by 0x14285377: weston_wm_window_configure (window-manager.c:2720)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec18 is 24 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283E2C: weston_wm_configure_window (window-manager.c:737)
==6315== by 0x142852F0: weston_wm_window_configure (window-manager.c:2725)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9f9f0 is 0 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x12950144: xcb_send_request_with_fds64 (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x129506B9: xcb_send_request (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x12956950: xcb_configure_window (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14283E56: weston_wm_configure_window (window-manager.c:737)
==6315== by 0x142852F0: weston_wm_window_configure (window-manager.c:2725)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fda0 is 0 bytes inside a block of size 21,168 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288110: weston_wm_destroy (window-manager.c:2676)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1294F2A1: xcb_connect_to_fd (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14287805: weston_wm_create (window-manager.c:2590)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283E57: wm_debug_is_enabled (window-manager.c:202)
==6315== by 0x14283E57: weston_wm_configure_window (window-manager.c:739)
==6315== by 0x142852F0: weston_wm_window_configure (window-manager.c:2725)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14284615: weston_wm_window_get_frame_size (window-manager.c:659)
==6315== by 0x14285309: weston_wm_window_configure_frame (window-manager.c:767)
==6315== by 0x14285309: weston_wm_window_configure_frame (window-manager.c:758)
==6315== by 0x14285309: weston_wm_window_configure (window-manager.c:2732)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa30 is 64 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283E2C: weston_wm_configure_window (window-manager.c:737)
==6315== by 0x1428532F: weston_wm_window_configure_frame (window-manager.c:771)
==6315== by 0x1428532F: weston_wm_window_configure_frame (window-manager.c:758)
==6315== by 0x1428532F: weston_wm_window_configure (window-manager.c:2732)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9f9f0 is 0 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283E57: wm_debug_is_enabled (window-manager.c:202)
==6315== by 0x14283E57: weston_wm_configure_window (window-manager.c:739)
==6315== by 0x1428532F: weston_wm_window_configure_frame (window-manager.c:771)
==6315== by 0x1428532F: weston_wm_window_configure_frame (window-manager.c:758)
==6315== by 0x1428532F: weston_wm_window_configure (window-manager.c:2732)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283C44: wm_debug_is_enabled (window-manager.c:202)
==6315== by 0x14283C44: wm_printf (window-manager.c:211)
==6315== by 0x14284A2B: weston_wm_window_schedule_repaint (window-manager.c:1427)
==6315== by 0x14285337: weston_wm_window_configure (window-manager.c:2733)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283C80: wm_printf (window-manager.c:217)
==6315== by 0x14284A2B: weston_wm_window_schedule_repaint (window-manager.c:1427)
==6315== by 0x14285337: weston_wm_window_configure (window-manager.c:2733)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14284A2C: weston_wm_window_schedule_repaint (window-manager.c:1430)
==6315== by 0x14285337: weston_wm_window_configure (window-manager.c:2733)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283C44: wm_debug_is_enabled (window-manager.c:202)
==6315== by 0x14283C44: wm_printf (window-manager.c:211)
==6315== by 0x14283D87: weston_wm_window_set_allow_commits (window-manager.c:1010)
==6315== by 0x1428565B: weston_wm_window_do_repaint (window-manager.c:1380)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283C80: wm_printf (window-manager.c:217)
==6315== by 0x14283D87: weston_wm_window_set_allow_commits (window-manager.c:1010)
==6315== by 0x1428565B: weston_wm_window_do_repaint (window-manager.c:1380)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa18 is 40 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283D96: weston_wm_window_set_allow_commits (window-manager.c:1015)
==6315== by 0x1428565B: weston_wm_window_do_repaint (window-manager.c:1380)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9f9f0 is 0 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x14283DA6: weston_wm_window_set_allow_commits (window-manager.c:1015)
==6315== by 0x1428565B: weston_wm_window_do_repaint (window-manager.c:1380)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fc68 is 632 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14283DB7: weston_wm_window_set_allow_commits (window-manager.c:1022)
==6315== by 0x1428565B: weston_wm_window_do_repaint (window-manager.c:1380)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9f9f0 is 0 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x12950858: xcb_flush (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14283DC0: weston_wm_window_set_allow_commits (window-manager.c:1022)
==6315== by 0x1428565B: weston_wm_window_do_repaint (window-manager.c:1380)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fda0 is 0 bytes inside a block of size 21,168 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288110: weston_wm_destroy (window-manager.c:2676)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1294F2A1: xcb_connect_to_fd (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14287805: weston_wm_create (window-manager.c:2590)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x142840A7: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fb70 is 384 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x142840CB: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fb74 is 388 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x142840E3: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fb9c is 428 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x142840F7: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fbb8 is 456 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x14284164: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fb90 is 416 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x14284178: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fb94 is 420 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x142841A5: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fc04 is 532 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x142841BF: weston_wm_window_read_properties (window-manager.c:513)
==6315== by 0x14285663: weston_wm_window_do_repaint (window-manager.c:1381)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fb88 is 408 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x14284615: weston_wm_window_get_frame_size (window-manager.c:659)
==6315== by 0x14285673: weston_wm_window_draw_decoration (window-manager.c:1290)
==6315== by 0x14285673: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18a9fa30 is 64 bytes inside a block of size 640 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x142877D8: zalloc (zalloc.h:38)
==6315== by 0x142877D8: weston_wm_create (window-manager.c:2578)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B5F3: frame_refresh_geometry (frame.c:543)
==6315== by 0x1428C72D: frame_repaint (frame.c:1003)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec24 is 36 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B5FA: frame_refresh_geometry (frame.c:548)
==6315== by 0x1428C72D: frame_repaint (frame.c:1003)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec20 is 32 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B617: frame_refresh_geometry (frame.c:559)
==6315== by 0x1428C72D: frame_repaint (frame.c:1003)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec1c is 28 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1428B645: frame_refresh_geometry (frame.c:567)
==6315== by 0x1428C72D: frame_repaint (frame.c:1003)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec18 is 24 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x12950144: xcb_send_request_with_fds64 (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x129506B9: xcb_send_request (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x143FA72D: xcb_render_fill_rectangles (in /usr/lib/libxcb-render.so.0.0.0)
==6315== by 0x1437E5E1: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x14384F8C: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x14386B1C: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x142EF300: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1433DD77: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x142F4DFB: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1434ABF4: cairo_paint (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428B03C: theme_render_frame (cairo-util.c:531)
==6315== by 0x1428C762: frame_repaint (frame.c:1012)
==6315== Address 0x18a9fda0 is 0 bytes inside a block of size 21,168 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288110: weston_wm_destroy (window-manager.c:2676)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x484AA83: calloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1294F2A1: xcb_connect_to_fd (in /usr/lib/libxcb.so.1.1.0)
==6315== by 0x14287805: weston_wm_create (window-manager.c:2590)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 8
==6315== at 0x1428B2D2: theme_render_frame (cairo-util.c:536)
==6315== by 0x1428C762: frame_repaint (frame.c:1012)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18aaec10 is 16 bytes inside a block of size 40 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AD71: theme_create (cairo-util.c:419)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1431B521: cairo_pattern_create_for_surface (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428A09F: render_shadow (cairo-util.c:155)
==6315== by 0x1428B2F2: theme_render_frame (cairo-util.c:536)
==6315== by 0x1428C762: frame_repaint (frame.c:1012)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18abee1c is 28 bytes inside a block of size 392 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AFC0: theme_destroy (cairo-util.c:483)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14301765: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x14301E09: cairo_image_surface_create (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428ADAD: theme_create (cairo-util.c:427)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1431B595: cairo_pattern_create_for_surface (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0xFFFFFFFD: ???
==6315== by 0x1428A09F: render_shadow (cairo-util.c:155)
==6315== by 0x1428B2F2: theme_render_frame (cairo-util.c:536)
==6315== by 0x1428C762: frame_repaint (frame.c:1012)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18abee1c is 28 bytes inside a block of size 392 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AFC0: theme_destroy (cairo-util.c:483)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14301765: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x14301E09: cairo_image_surface_create (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428ADAD: theme_create (cairo-util.c:427)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1433C3BC: cairo_surface_reference (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1431B47D: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1431B599: cairo_pattern_create_for_surface (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428A09F: render_shadow (cairo-util.c:155)
==6315== by 0x1428B2F2: theme_render_frame (cairo-util.c:536)
==6315== by 0x1428C762: frame_repaint (frame.c:1012)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18abee18 is 24 bytes inside a block of size 392 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AFC0: theme_destroy (cairo-util.c:483)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14301765: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x14301E09: cairo_image_surface_create (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428ADAD: theme_create (cairo-util.c:427)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
==6315== Invalid read of size 4
==6315== at 0x1433C3C4: cairo_surface_reference (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1431B47D: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1431B599: cairo_pattern_create_for_surface (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428A09F: render_shadow (cairo-util.c:155)
==6315== by 0x1428B2F2: theme_render_frame (cairo-util.c:536)
==6315== by 0x1428C762: frame_repaint (frame.c:1012)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315== by 0x4B000DA: wl_event_loop_dispatch_idle (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B00238: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Address 0x18abee18 is 24 bytes inside a block of size 392 free'd
==6315== at 0x484827F: free (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x1428AFC0: theme_destroy (cairo-util.c:483)
==6315== by 0x14288106: weston_wm_destroy (window-manager.c:2675)
==6315== by 0x1428336B: weston_xwayland_xserver_exited (launcher.c:336)
==6315== by 0x4867498: xserver_cleanup (xwayland.c:177)
==6315== by 0x485F558: sigchld_handler (main.c:385)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315== Block was alloc'd at
==6315== at 0x4845899: malloc (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==6315== by 0x14301765: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x14301E09: cairo_image_surface_create (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428ADAD: theme_create (cairo-util.c:427)
==6315== by 0x14287B1F: weston_wm_create (window-manager.c:2622)
==6315== by 0x142833B3: weston_xwayland_xserver_loaded (launcher.c:312)
==6315== by 0x48674E5: handle_sigusr1 (xwayland.c:57)
==6315== by 0x4AFF6D4: ??? (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4B001C9: wl_event_loop_dispatch (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4AFDD36: wl_display_run (in /usr/lib/libwayland-server.so.0.20.0)
==6315== by 0x4864258: wet_main (main.c:3565)
==6315== by 0x48BA30F: (below main) (in /usr/lib/libc.so.6)
==6315==
weston: ../cairo/src/cairo-surface.c:930: cairo_surface_reference: Assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&surface->ref_count)' failed.
==6315==
==6315== Process terminating with default action of signal 6 (SIGABRT): dumping core
==6315== at 0x491C34C: __pthread_kill_implementation (in /usr/lib/libc.so.6)
==6315== by 0x48CF4B7: raise (in /usr/lib/libc.so.6)
==6315== by 0x48B9533: abort (in /usr/lib/libc.so.6)
==6315== by 0x48B945B: __assert_fail_base.cold (in /usr/lib/libc.so.6)
==6315== by 0x48C8115: __assert_fail (in /usr/lib/libc.so.6)
==6315== by 0x1433C3F0: cairo_surface_reference (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1431B47D: ??? (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1431B599: cairo_pattern_create_for_surface (in /usr/lib/libcairo.so.2.11704.0)
==6315== by 0x1428A09F: render_shadow (cairo-util.c:155)
==6315== by 0x1428B2F2: theme_render_frame (cairo-util.c:536)
==6315== by 0x1428C762: frame_repaint (frame.c:1012)
==6315== by 0x142856D1: weston_wm_window_draw_decoration (window-manager.c:1301)
==6315== by 0x142856D1: weston_wm_window_do_repaint (window-manager.c:1383)
==6315==
==6315== HEAP SUMMARY:
==6315== in use at exit: 13,439,962 bytes in 65,910 blocks
==6315== total heap usage: 271,108 allocs, 205,198 frees, 60,330,469 bytes allocated
==6315==
==6315== LEAK SUMMARY:
==6315== definitely lost: 21,328 bytes in 148 blocks
==6315== indirectly lost: 199,025 bytes in 4,149 blocks
==6315== possibly lost: 5,737,918 bytes in 41,139 blocks
==6315== still reachable: 7,476,580 bytes in 20,438 blocks
==6315== of which reachable via heuristic:
==6315== newarray : 76,664 bytes in 259 blocks
==6315== suppressed: 1,839 bytes in 2 blocks
==6315== Rerun with --leak-check=full to see details of leaked memory
==6315==
==6315== For lists of detected and suppressed errors, rerun with: -s
==6315== ERROR SUMMARY: 72 errors from 48 contexts (suppressed: 138 from 1)
child 6325 exited