[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1122333: segmentation fault in gjs when stressing GNOME Maps with Crocus



Package: libgl1-mesa-dri
Version: 25.0.7-2
Severity: normal
Tags: upstream moreinfo
Control: forwarded -1 https://gitlab.freedesktop.org/mesa/mesa/issues/13426
Control: affects -1 gjs gnome-maps

Ahoy,

I'm using Debian Trixie on a machine with an Intel Haswell integrated GPU with GNOME on Wayland. GNOME Maps nowadays has support for getting public transit directions in my area and displaying the possible routes on a map with vector tiles, potentially including all of the different bus stops as well. This is to say that it's probably fairly GPU-intensive when it draws the routes.
I was fumbling with a user interface quirk that made it tricky to set the departure time to my liking and so I quickly switched between the routes, changed departure times, and panned around on the map. Although this seems like a race condition I'm able to reproduce it pretty easily in a minute or two. I've seen it fail two different ways but the more typical (and insightful) way corresponds to the backtrace I'm attaching for invoking 'gjs /usr/bin/gnome-maps'.
To me, it looks like gjs uses a foreign function interface to call into GLib/GDK right within the same process, which is why gjs itself crashes. Words that stand out to me are "GskGLRenderer", "GskGLImage", and after what looks like a giant daisy chain of GSK GPU drawing operations, we find "_mesa_TexImage2D", "teximage_err", "st_AllocTextureImageBuffer", and then we get into Crocus functions before memset() tramples on the address space. (Sometimes the FORTIFY_SOURCE protections kick in and glibc intervenes before the kernel does.)

This sure does look an awful like the upstream Mesa issue 13426 I've referenced which is fixed only in Mesa 25.3.0 and newer—although because of the butterfly effect being at play, the backtrace does look kind of different every time on my end.

I am suspicious if I'm really hitting that same issue so I've marked this bug 'moreinfo' at least until I gather follow-up info. My backtrace shows 'compressed=0' but I think the upstream issue is about 'compressed=1' not being handled properly. I also set breakpoints on suspect functions mentioned in the upstream fix's commit message but I actually didn't hit any of them.
This is mainly a note for myself but my plan of attack is as follows: 
 • the Mesa version in trixie-backports should still be affected and I ought to confirm that
 • then cherry pick the upstream fix into a local rebuild of the Debian package and see if I can reproduce the issue anymore: if not, I can confirm this and maybe we can talk about whether it deserves to get into trixie-(proposed-)updates?
 • if that doesn't help, then I can fast-forward to whatever is in upstream Git—and maybe use some LD_PRELOAD or LD_LIBRARY_PATH voodoo so I don't have to deal with Debian packaging changes—and see if I can reproduce then. If I can't, then I can get to bisecting with Git. If the search space is big, I can probably script the keyboard shortcuts to provoke GNOME Maps using xdotool with Xwayland (if the issue even happens then?) or wtype.

Please note: I haven't done a search of the (potentially open) issues filed upstream yet.

-- Package-specific info:
glxinfo:
--------
name of display: :0
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.4
server glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_multisample, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_get_drawable_type, GLX_EXT_libglvnd, GLX_EXT_no_config_context, 
    GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, GLX_EXT_visual_rating, 
    GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, GLX_SGIS_multisample, 
    GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, 
    GLX_SGI_make_current_read
client glx vendor string: Mesa Project and SGI
client glx version string: 1.4
client glx extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_ATI_pixel_format_float, GLX_EXT_buffer_age, 
    GLX_EXT_create_context_es2_profile, GLX_EXT_create_context_es_profile, 
    GLX_EXT_fbconfig_packed_float, GLX_EXT_framebuffer_sRGB, 
    GLX_EXT_import_context, GLX_EXT_no_config_context, GLX_EXT_swap_control, 
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_INTEL_swap_event, 
    GLX_MESA_copy_sub_buffer, GLX_MESA_gl_interop, GLX_MESA_query_renderer, 
    GLX_MESA_swap_control, GLX_NV_float_buffer, GLX_OML_sync_control, 
    GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer, 
    GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_swap_control, GLX_SGI_video_sync
GLX version: 1.4
GLX extensions:
    GLX_ARB_context_flush_control, GLX_ARB_create_context, 
    GLX_ARB_create_context_no_error, GLX_ARB_create_context_profile, 
    GLX_ARB_create_context_robustness, GLX_ARB_fbconfig_float, 
    GLX_ARB_framebuffer_sRGB, GLX_ARB_get_proc_address, GLX_ARB_multisample, 
    GLX_EXT_buffer_age, GLX_EXT_create_context_es2_profile, 
    GLX_EXT_create_context_es_profile, GLX_EXT_fbconfig_packed_float, 
    GLX_EXT_framebuffer_sRGB, GLX_EXT_no_config_context, GLX_EXT_swap_control, 
    GLX_EXT_swap_control_tear, GLX_EXT_texture_from_pixmap, 
    GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, 
    GLX_MESA_gl_interop, GLX_MESA_query_renderer, GLX_MESA_swap_control, 
    GLX_OML_sync_control, GLX_SGIS_multisample, GLX_SGIX_fbconfig, 
    GLX_SGIX_pbuffer, GLX_SGIX_visual_select_group, GLX_SGI_make_current_read, 
    GLX_SGI_video_sync
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) HD Graphics (HSW GT1) (0x402)
    Version: 25.0.7
    Accelerated: yes
    Video memory: 1536MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics (HSW GT1)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 25.0.7-2
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect, 
    GL_AMD_performance_monitor, GL_AMD_pinned_memory, 
    GL_AMD_query_buffer_object, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_shader_trinary_minmax, GL_AMD_texture_texture4, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_ARB_ES2_compatibility, GL_ARB_ES3_1_compatibility, 
    GL_ARB_ES3_2_compatibility, GL_ARB_ES3_compatibility, 
    GL_ARB_arrays_of_arrays, GL_ARB_base_instance, GL_ARB_blend_func_extended, 
    GL_ARB_buffer_storage, GL_ARB_clear_buffer_object, GL_ARB_clear_texture, 
    GL_ARB_clip_control, GL_ARB_compressed_texture_pixel_storage, 
    GL_ARB_compute_shader, GL_ARB_compute_variable_group_size, 
    GL_ARB_conditional_render_inverted, GL_ARB_conservative_depth, 
    GL_ARB_copy_buffer, GL_ARB_copy_image, GL_ARB_cull_distance, 
    GL_ARB_debug_output, GL_ARB_depth_buffer_float, GL_ARB_depth_clamp, 
    GL_ARB_derivative_control, GL_ARB_direct_state_access, 
    GL_ARB_draw_buffers, GL_ARB_draw_buffers_blend, 
    GL_ARB_draw_elements_base_vertex, GL_ARB_draw_indirect, 
    GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, 
    GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_indirect_parameters, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multi_draw_indirect, GL_ARB_occlusion_query2, 
    GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, 
    GL_ARB_shader_viewport_layer_array, GL_ARB_shading_language_420pack, 
    GL_ARB_shading_language_include, GL_ARB_shading_language_packing, 
    GL_ARB_spirv_extensions, GL_ARB_stencil_texturing, GL_ARB_sync, 
    GL_ARB_tessellation_shader, GL_ARB_texture_barrier, 
    GL_ARB_texture_border_clamp, GL_ARB_texture_buffer_object, 
    GL_ARB_texture_buffer_object_rgb32, GL_ARB_texture_buffer_range, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map_array, GL_ARB_texture_filter_anisotropic, 
    GL_ARB_texture_float, GL_ARB_texture_gather, 
    GL_ARB_texture_mirror_clamp_to_edge, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, 
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, 
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, 
    GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, 
    GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, 
    GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_uniform_buffer_object, 
    GL_ARB_vertex_array_bgra, GL_ARB_vertex_array_object, 
    GL_ARB_vertex_attrib_64bit, GL_ARB_vertex_attrib_binding, 
    GL_ARB_vertex_buffer_object, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ATI_blend_equation_separate, 
    GL_ATI_texture_float, GL_EXT_EGL_image_storage, 
    GL_EXT_EGL_image_storage_compression, GL_EXT_EGL_sync, GL_EXT_abgr, 
    GL_EXT_blend_equation_separate, GL_EXT_debug_label, 
    GL_EXT_demote_to_helper_invocation, GL_EXT_draw_buffers2, 
    GL_EXT_draw_instanced, GL_EXT_framebuffer_blit, 
    GL_EXT_framebuffer_multisample, GL_EXT_framebuffer_multisample_blit_scaled, 
    GL_EXT_framebuffer_object, GL_EXT_framebuffer_sRGB, GL_EXT_memory_object, 
    GL_EXT_memory_object_fd, GL_EXT_packed_depth_stencil, GL_EXT_packed_float, 
    GL_EXT_pixel_buffer_object, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_semaphore, GL_EXT_semaphore_fd, 
    GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_samples_identical, GL_EXT_texture_array, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shadow_lod, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_IBM_multimode_draw_arrays, 
    GL_INTEL_blackhole_render, GL_INTEL_performance_query, 
    GL_KHR_blend_equation_advanced, GL_KHR_context_flush_control, 
    GL_KHR_debug, GL_KHR_no_error, GL_KHR_parallel_shader_compile, 
    GL_KHR_robust_buffer_access_behavior, GL_KHR_robustness, 
    GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_framebuffer_flip_y, 
    GL_MESA_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_NV_alpha_to_coverage_dither_control, 
    GL_NV_compute_shader_derivatives, GL_NV_conditional_render, 
    GL_NV_copy_image, GL_NV_depth_clamp, GL_NV_packed_depth_stencil, 
    GL_NV_texture_barrier, GL_OES_EGL_image, GL_S3_s3tc

OpenGL version string: 4.6 (Compatibility Profile) Mesa 25.0.7-2
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
    GL_3DFX_texture_compression_FXT1, GL_AMD_conservative_depth, 
    GL_AMD_draw_buffers_blend, GL_AMD_multi_draw_indirect, 
    GL_AMD_performance_monitor, GL_AMD_pinned_memory, 
    GL_AMD_query_buffer_object, GL_AMD_seamless_cubemap_per_texture, 
    GL_AMD_shader_trinary_minmax, GL_AMD_texture_texture4, 
    GL_AMD_vertex_shader_layer, GL_AMD_vertex_shader_viewport_index, 
    GL_ANGLE_texture_compression_dxt3, GL_ANGLE_texture_compression_dxt5, 
    GL_APPLE_packed_pixels, GL_ARB_ES2_compatibility, 
    GL_ARB_ES3_1_compatibility, GL_ARB_ES3_2_compatibility, 
    GL_ARB_ES3_compatibility, GL_ARB_arrays_of_arrays, GL_ARB_base_instance, 
    GL_ARB_blend_func_extended, GL_ARB_buffer_storage, 
    GL_ARB_clear_buffer_object, GL_ARB_clear_texture, GL_ARB_clip_control, 
    GL_ARB_color_buffer_float, GL_ARB_compatibility, 
    GL_ARB_compressed_texture_pixel_storage, GL_ARB_compute_shader, 
    GL_ARB_compute_variable_group_size, GL_ARB_conditional_render_inverted, 
    GL_ARB_conservative_depth, GL_ARB_copy_buffer, GL_ARB_copy_image, 
    GL_ARB_cull_distance, GL_ARB_debug_output, GL_ARB_depth_buffer_float, 
    GL_ARB_depth_clamp, GL_ARB_depth_texture, GL_ARB_derivative_control, 
    GL_ARB_direct_state_access, GL_ARB_draw_buffers, 
    GL_ARB_draw_buffers_blend, GL_ARB_draw_elements_base_vertex, 
    GL_ARB_draw_indirect, GL_ARB_draw_instanced, GL_ARB_enhanced_layouts, 
    GL_ARB_explicit_attrib_location, GL_ARB_explicit_uniform_location, 
    GL_ARB_fragment_coord_conventions, GL_ARB_fragment_layer_viewport, 
    GL_ARB_fragment_program, GL_ARB_fragment_program_shadow, 
    GL_ARB_fragment_shader, GL_ARB_framebuffer_no_attachments, 
    GL_ARB_framebuffer_object, GL_ARB_framebuffer_sRGB, 
    GL_ARB_get_program_binary, GL_ARB_get_texture_sub_image, GL_ARB_gl_spirv, 
    GL_ARB_gpu_shader5, GL_ARB_gpu_shader_fp64, GL_ARB_half_float_pixel, 
    GL_ARB_half_float_vertex, GL_ARB_indirect_parameters, 
    GL_ARB_instanced_arrays, GL_ARB_internalformat_query, 
    GL_ARB_internalformat_query2, GL_ARB_invalidate_subdata, 
    GL_ARB_map_buffer_alignment, GL_ARB_map_buffer_range, GL_ARB_multi_bind, 
    GL_ARB_multi_draw_indirect, GL_ARB_multisample, GL_ARB_multitexture, 
    GL_ARB_occlusion_query, GL_ARB_occlusion_query2, 
    GL_ARB_parallel_shader_compile, GL_ARB_pipeline_statistics_query, 
    GL_ARB_pixel_buffer_object, GL_ARB_point_parameters, GL_ARB_point_sprite, 
    GL_ARB_polygon_offset_clamp, GL_ARB_program_interface_query, 
    GL_ARB_provoking_vertex, GL_ARB_query_buffer_object, 
    GL_ARB_robust_buffer_access_behavior, GL_ARB_robustness, 
    GL_ARB_sample_shading, GL_ARB_sampler_objects, GL_ARB_seamless_cube_map, 
    GL_ARB_seamless_cubemap_per_texture, GL_ARB_separate_shader_objects, 
    GL_ARB_shader_atomic_counter_ops, GL_ARB_shader_atomic_counters, 
    GL_ARB_shader_bit_encoding, GL_ARB_shader_clock, 
    GL_ARB_shader_draw_parameters, GL_ARB_shader_group_vote, 
    GL_ARB_shader_image_load_store, GL_ARB_shader_image_size, 
    GL_ARB_shader_objects, GL_ARB_shader_precision, 
    GL_ARB_shader_storage_buffer_object, GL_ARB_shader_subroutine, 
    GL_ARB_shader_texture_image_samples, GL_ARB_shader_texture_lod, 
    GL_ARB_shader_viewport_layer_array, GL_ARB_shading_language_100, 
    GL_ARB_shading_language_420pack, GL_ARB_shading_language_include, 
    GL_ARB_shading_language_packing, GL_ARB_shadow, GL_ARB_spirv_extensions, 
    GL_ARB_stencil_texturing, GL_ARB_sync, GL_ARB_tessellation_shader, 
    GL_ARB_texture_barrier, GL_ARB_texture_border_clamp, 
    GL_ARB_texture_buffer_object, GL_ARB_texture_buffer_object_rgb32, 
    GL_ARB_texture_buffer_range, GL_ARB_texture_compression, 
    GL_ARB_texture_compression_bptc, GL_ARB_texture_compression_rgtc, 
    GL_ARB_texture_cube_map, GL_ARB_texture_cube_map_array, 
    GL_ARB_texture_env_add, GL_ARB_texture_env_combine, 
    GL_ARB_texture_env_crossbar, GL_ARB_texture_env_dot3, 
    GL_ARB_texture_filter_anisotropic, GL_ARB_texture_float, 
    GL_ARB_texture_gather, GL_ARB_texture_mirror_clamp_to_edge, 
    GL_ARB_texture_mirrored_repeat, GL_ARB_texture_multisample, 
    GL_ARB_texture_non_power_of_two, GL_ARB_texture_query_levels, 
    GL_ARB_texture_query_lod, GL_ARB_texture_rectangle, GL_ARB_texture_rg, 
    GL_ARB_texture_rgb10_a2ui, GL_ARB_texture_stencil8, 
    GL_ARB_texture_storage, GL_ARB_texture_storage_multisample, 
    GL_ARB_texture_swizzle, GL_ARB_texture_view, GL_ARB_timer_query, 
    GL_ARB_transform_feedback2, GL_ARB_transform_feedback3, 
    GL_ARB_transform_feedback_instanced, 
    GL_ARB_transform_feedback_overflow_query, GL_ARB_transpose_matrix, 
    GL_ARB_uniform_buffer_object, GL_ARB_vertex_array_bgra, 
    GL_ARB_vertex_array_object, GL_ARB_vertex_attrib_64bit, 
    GL_ARB_vertex_attrib_binding, GL_ARB_vertex_buffer_object, 
    GL_ARB_vertex_program, GL_ARB_vertex_shader, 
    GL_ARB_vertex_type_10f_11f_11f_rev, GL_ARB_vertex_type_2_10_10_10_rev, 
    GL_ARB_viewport_array, GL_ARB_window_pos, GL_ATI_blend_equation_separate, 
    GL_ATI_draw_buffers, GL_ATI_fragment_shader, GL_ATI_separate_stencil, 
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3, 
    GL_ATI_texture_float, GL_EXT_EGL_image_storage, 
    GL_EXT_EGL_image_storage_compression, GL_EXT_EGL_sync, GL_EXT_abgr, 
    GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_equation_separate, 
    GL_EXT_blend_func_separate, GL_EXT_blend_minmax, GL_EXT_blend_subtract, 
    GL_EXT_compiled_vertex_array, GL_EXT_copy_texture, GL_EXT_debug_label, 
    GL_EXT_demote_to_helper_invocation, GL_EXT_direct_state_access, 
    GL_EXT_draw_buffers2, GL_EXT_draw_instanced, GL_EXT_draw_range_elements, 
    GL_EXT_fog_coord, GL_EXT_framebuffer_blit, GL_EXT_framebuffer_multisample, 
    GL_EXT_framebuffer_multisample_blit_scaled, GL_EXT_framebuffer_object, 
    GL_EXT_framebuffer_sRGB, GL_EXT_gpu_program_parameters, 
    GL_EXT_gpu_shader4, GL_EXT_memory_object, GL_EXT_memory_object_fd, 
    GL_EXT_multi_draw_arrays, GL_EXT_packed_depth_stencil, 
    GL_EXT_packed_float, GL_EXT_packed_pixels, GL_EXT_pixel_buffer_object, 
    GL_EXT_point_parameters, GL_EXT_polygon_offset_clamp, 
    GL_EXT_provoking_vertex, GL_EXT_rescale_normal, GL_EXT_secondary_color, 
    GL_EXT_semaphore, GL_EXT_semaphore_fd, GL_EXT_separate_specular_color, 
    GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_samples_identical, GL_EXT_shadow_funcs, 
    GL_EXT_stencil_two_side, GL_EXT_stencil_wrap, GL_EXT_subtexture, 
    GL_EXT_texture, GL_EXT_texture3D, GL_EXT_texture_array, 
    GL_EXT_texture_buffer_object, GL_EXT_texture_compression_dxt1, 
    GL_EXT_texture_compression_rgtc, GL_EXT_texture_compression_s3tc, 
    GL_EXT_texture_cube_map, GL_EXT_texture_edge_clamp, 
    GL_EXT_texture_env_add, GL_EXT_texture_env_combine, 
    GL_EXT_texture_env_dot3, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_integer, GL_EXT_texture_lod_bias, GL_EXT_texture_object, 
    GL_EXT_texture_rectangle, GL_EXT_texture_sRGB, GL_EXT_texture_sRGB_R8, 
    GL_EXT_texture_sRGB_decode, GL_EXT_texture_shadow_lod, 
    GL_EXT_texture_shared_exponent, GL_EXT_texture_snorm, 
    GL_EXT_texture_storage, GL_EXT_texture_swizzle, GL_EXT_timer_query, 
    GL_EXT_transform_feedback, GL_EXT_vertex_array, GL_EXT_vertex_array_bgra, 
    GL_EXT_vertex_attrib_64bit, GL_IBM_multimode_draw_arrays, 
    GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat, 
    GL_INGR_blend_func_separate, GL_INTEL_blackhole_render, 
    GL_INTEL_performance_query, GL_KHR_blend_equation_advanced, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior, 
    GL_KHR_robustness, GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_framebuffer_flip_y, 
    GL_MESA_pack_invert, GL_MESA_shader_integer_functions, 
    GL_MESA_texture_signed_rgba, GL_MESA_window_pos, 
    GL_NV_ES1_1_compatibility, GL_NV_alpha_to_coverage_dither_control, 
    GL_NV_blend_square, GL_NV_compute_shader_derivatives, 
    GL_NV_conditional_render, GL_NV_copy_depth_to_color, GL_NV_copy_image, 
    GL_NV_depth_clamp, GL_NV_fog_distance, GL_NV_half_float, 
    GL_NV_light_max_exponent, GL_NV_packed_depth_stencil, 
    GL_NV_primitive_restart, GL_NV_texgen_reflection, GL_NV_texture_barrier, 
    GL_NV_texture_env_combine4, GL_NV_texture_rectangle, GL_OES_EGL_image, 
    GL_OES_read_format, GL_S3_s3tc, GL_SGIS_generate_mipmap, 
    GL_SGIS_texture_border_clamp, GL_SGIS_texture_edge_clamp, 
    GL_SGIS_texture_lod, GL_SUN_multi_draw_arrays

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 25.0.7-2
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
    GL_AMD_performance_monitor, GL_ANDROID_extension_pack_es31a, 
    GL_ANGLE_pack_reverse_row_order, GL_ANGLE_texture_compression_dxt3, 
    GL_ANGLE_texture_compression_dxt5, GL_APPLE_sync, 
    GL_APPLE_texture_max_level, GL_EXT_EGL_image_storage, 
    GL_EXT_EGL_image_storage_compression, GL_EXT_base_instance, 
    GL_EXT_blend_func_extended, GL_EXT_blend_minmax, GL_EXT_buffer_storage, 
    GL_EXT_clear_texture, GL_EXT_clip_control, GL_EXT_clip_cull_distance, 
    GL_EXT_color_buffer_float, GL_EXT_color_buffer_half_float, 
    GL_EXT_compressed_ETC1_RGB8_sub_texture, GL_EXT_conservative_depth, 
    GL_EXT_copy_image, GL_EXT_debug_label, GL_EXT_demote_to_helper_invocation, 
    GL_EXT_depth_clamp, GL_EXT_discard_framebuffer, 
    GL_EXT_disjoint_timer_query, GL_EXT_draw_buffers, 
    GL_EXT_draw_buffers_indexed, GL_EXT_draw_elements_base_vertex, 
    GL_EXT_draw_instanced, GL_EXT_float_blend, GL_EXT_frag_depth, 
    GL_EXT_geometry_point_size, GL_EXT_geometry_shader, GL_EXT_gpu_shader5, 
    GL_EXT_instanced_arrays, GL_EXT_map_buffer_range, GL_EXT_memory_object, 
    GL_EXT_memory_object_fd, GL_EXT_multi_draw_arrays, 
    GL_EXT_multi_draw_indirect, GL_EXT_occlusion_query_boolean, 
    GL_EXT_polygon_offset_clamp, GL_EXT_primitive_bounding_box, 
    GL_EXT_read_format_bgra, GL_EXT_render_snorm, GL_EXT_robustness, 
    GL_EXT_sRGB_write_control, GL_EXT_semaphore, GL_EXT_semaphore_fd, 
    GL_EXT_separate_shader_objects, 
    GL_EXT_shader_framebuffer_fetch_non_coherent, GL_EXT_shader_group_vote, 
    GL_EXT_shader_implicit_conversions, GL_EXT_shader_integer_mix, 
    GL_EXT_shader_io_blocks, GL_EXT_shader_samples_identical, 
    GL_EXT_shadow_samplers, GL_EXT_tessellation_point_size, 
    GL_EXT_tessellation_shader, GL_EXT_texture_border_clamp, 
    GL_EXT_texture_buffer, GL_EXT_texture_compression_bptc, 
    GL_EXT_texture_compression_dxt1, GL_EXT_texture_compression_rgtc, 
    GL_EXT_texture_compression_s3tc, GL_EXT_texture_compression_s3tc_srgb, 
    GL_EXT_texture_cube_map_array, GL_EXT_texture_filter_anisotropic, 
    GL_EXT_texture_format_BGRA8888, GL_EXT_texture_mirror_clamp_to_edge, 
    GL_EXT_texture_norm16, GL_EXT_texture_query_lod, GL_EXT_texture_rg, 
    GL_EXT_texture_sRGB_R8, GL_EXT_texture_sRGB_decode, 
    GL_EXT_texture_shadow_lod, GL_EXT_texture_storage, 
    GL_EXT_texture_storage_compression, GL_EXT_texture_type_2_10_10_10_REV, 
    GL_EXT_texture_view, GL_EXT_unpack_subimage, GL_INTEL_blackhole_render, 
    GL_INTEL_performance_query, GL_KHR_blend_equation_advanced, 
    GL_KHR_context_flush_control, GL_KHR_debug, GL_KHR_no_error, 
    GL_KHR_parallel_shader_compile, GL_KHR_robust_buffer_access_behavior, 
    GL_KHR_robustness, GL_KHR_texture_compression_astc_ldr, 
    GL_KHR_texture_compression_astc_sliced_3d, GL_MESA_bgra, 
    GL_MESA_framebuffer_flip_y, GL_MESA_sampler_objects, 
    GL_MESA_shader_integer_functions, GL_NV_alpha_to_coverage_dither_control, 
    GL_NV_compute_shader_derivatives, GL_NV_conditional_render, 
    GL_NV_draw_buffers, GL_NV_fbo_color_attachments, 
    GL_NV_generate_mipmap_sRGB, GL_NV_image_formats, GL_NV_pack_subimage, 
    GL_NV_pixel_buffer_object, GL_NV_read_buffer, GL_NV_read_depth, 
    GL_NV_read_depth_stencil, GL_NV_read_stencil, 
    GL_NV_shader_noperspective_interpolation, GL_NV_texture_barrier, 
    GL_OES_EGL_image, GL_OES_EGL_image_external, 
    GL_OES_EGL_image_external_essl3, GL_OES_EGL_sync, 
    GL_OES_compressed_ETC1_RGB8_texture, GL_OES_copy_image, GL_OES_depth24, 
    GL_OES_depth_texture, GL_OES_depth_texture_cube_map, 
    GL_OES_draw_buffers_indexed, GL_OES_draw_elements_base_vertex, 
    GL_OES_element_index_uint, GL_OES_fbo_render_mipmap, 
    GL_OES_geometry_point_size, GL_OES_geometry_shader, 
    GL_OES_get_program_binary, GL_OES_gpu_shader5, GL_OES_mapbuffer, 
    GL_OES_packed_depth_stencil, GL_OES_primitive_bounding_box, 
    GL_OES_required_internalformat, GL_OES_rgb8_rgba8, GL_OES_sample_shading, 
    GL_OES_sample_variables, GL_OES_shader_image_atomic, 
    GL_OES_shader_io_blocks, GL_OES_shader_multisample_interpolation, 
    GL_OES_standard_derivatives, GL_OES_stencil8, GL_OES_surfaceless_context, 
    GL_OES_tessellation_point_size, GL_OES_tessellation_shader, 
    GL_OES_texture_3D, GL_OES_texture_border_clamp, GL_OES_texture_buffer, 
    GL_OES_texture_cube_map_array, 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_texture_stencil8, GL_OES_texture_storage_multisample_2d_array, 
    GL_OES_texture_view, GL_OES_vertex_array_object, GL_OES_vertex_half_float, 
    GL_OES_viewport_array

156 GLX Visuals
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  sw cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b ap eat
----------------------------------------------------------------------------
0x040 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x041 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x14a 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x14b 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x14c 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x14d 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x14e 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x14f 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x150 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x151 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x156 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x157 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x158 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x159 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x15a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x15b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x15c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x15d 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x162 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x163 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x164 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x165 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x166 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x167 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x16b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x16c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x16d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x16e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x16f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x170 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x171 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x172 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x173 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x174 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x175 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x176 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x177 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x178 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x179 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x17a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x17b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x17c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x17d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x17e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x17f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x180 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x181 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x182 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x183 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x184 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x185 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x186 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x187 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x188 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x189 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x18a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x18b 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x18c 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x18d 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x18e 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x18f 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x190 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x191 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x192 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x193 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x194 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x195 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x196 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x197 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x198 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x199 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x19a 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x19b 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x19c 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x19d 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x19e 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x19f 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x1a0 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x1a1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x1a2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x1a3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x1a4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x1a5 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x1a6 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x1a7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x1a8 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x1a9 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x1aa 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x1ab 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x1ac 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x1ad 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x1ae 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x1af 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x1b0 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x1b1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x1b2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x1b3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x1b4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x1b5 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x1b6 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x1b7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x1b8 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x1b9 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x1ba 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x1bb 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x1bc 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x1bd 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x1be 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x1bf 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x1c0 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x1c1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x1c2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x1c3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x1c4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x1c5 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x1c6 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x1c7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x1c8 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x1c9 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x1ca 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x1cb 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x1cc 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x1cd 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x1ce 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x1cf 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x1d0 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x1d1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x1d2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x1d3 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x1d4 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x1d5 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x1d6 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x1d7 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x1d8 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x1d9 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x1da 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x1db 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x1dc 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x1dd 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x1de 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x1df 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x1e0 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x1e1 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x1e2 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x070 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x152 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x153 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x154 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x155 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x15e 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x15f 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x160 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x161 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x168 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x169 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x16a 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None

216 GLXFBConfigs:
    visual  x   bf lv rg d st  colorbuffer  sr ax dp st accumbuffer  ms  sw cav
  id dep cl sp  sz l  ci b ro  r  g  b  a F gb bf th cl  r  g  b  a ns b ap eat
----------------------------------------------------------------------------
0x072  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0  0  0  0  0  0  0  0 0 .  None
0x073  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0  0  0  0  0  0  0  0 0 .  None
0x074  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0  0  0  0  0  0  0  0 0 .  None
0x075  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0  0  0  0  0  0  0  0 0 .  None
0x076  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0 24  0  0  0  0  0  0 0 .  None
0x077  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0 24  0  0  0  0  0  0 0 .  None
0x078  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0 24  0  0  0  0  0  0 0 .  None
0x079  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0 24  0  0  0  0  0  0 0 .  None
0x07a  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0 24  8  0  0  0  0  0 0 .  None
0x07b  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0 24  8  0  0  0  0  0 0 .  None
0x07c  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0 24  8  0  0  0  0  0 0 .  None
0x07d  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0 24  8  0  0  0  0  0 0 .  None
0x07e  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0  0  0  0  0  0  0  4 1 .  None
0x07f  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0  0  0  0  0  0  0  4 1 .  None
0x080  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0  0  0  0  0  0  0  4 1 .  None
0x081  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0  0  0  0  0  0  0  4 1 .  None
0x082  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0  0  0  0  0  0  0  8 1 .  None
0x083  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0  0  0  0  0  0  0  8 1 .  None
0x084  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0  0  0  0  0  0  0  8 1 .  None
0x085  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0  0  0  0  0  0  0  8 1 .  None
0x086  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0 24  0  0  0  0  0  4 1 .  None
0x087  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0 24  0  0  0  0  0  4 1 .  None
0x088  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0 24  0  0  0  0  0  4 1 .  None
0x089  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0 24  0  0  0  0  0  4 1 .  None
0x08a  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0 24  0  0  0  0  0  8 1 .  None
0x08b  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0 24  0  0  0  0  0  8 1 .  None
0x08c  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0 24  0  0  0  0  0  8 1 .  None
0x08d  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0 24  0  0  0  0  0  8 1 .  None
0x08e  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0 24  8  0  0  0  0  4 1 .  None
0x08f  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0 24  8  0  0  0  0  4 1 .  None
0x090  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0 24  8  0  0  0  0  4 1 .  None
0x091  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0 24  8  0  0  0  0  4 1 .  None
0x092  0 tc  0  32  0 r  y .  10 10 10  2 .  .  0 24  8  0  0  0  0  8 1 .  None
0x093  0 tc  0  32  0 r  . .  10 10 10  2 .  .  0 24  8  0  0  0  0  8 1 .  None
0x094  0 dc  0  32  0 r  y .  10 10 10  2 .  .  0 24  8  0  0  0  0  8 1 .  None
0x095  0 dc  0  32  0 r  . .  10 10 10  2 .  .  0 24  8  0  0  0  0  8 1 .  None
0x096 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x097 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x098 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x099 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x09a 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x09b 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x09c 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x09d 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x09e 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x09f 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x0a0 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  0 0 .  None
0x0a1 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  0 0 .  None
0x0a2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0a3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0a4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0a5 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0a6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0a7 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0a8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0a9 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0aa 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0ab 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0ac 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0ad 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0ae 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0af 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0b0 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0b1 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0b2 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0b3 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0b4 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0b5 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0b6 32 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0b7 32 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0b8 32 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0b9 32 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0ba 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x0bb 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x0bc 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x0bd 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x0be 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x0bf 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x0c0 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  4 1 .  None
0x0c1 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  4 1 .  None
0x0c2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x0c3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x0c4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x0c5 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x0c6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x0c7 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x0c8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0  0  0  0  0  0  0  8 1 .  None
0x0c9 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0  0  0  0  0  0  0  8 1 .  None
0x0ca 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x0cb 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x0cc 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x0cd 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x0ce 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x0cf 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x0d0 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  4 1 .  None
0x0d1 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  4 1 .  None
0x0d2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x0d3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x0d4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x0d5 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x0d6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x0d7 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x0d8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  0  0  0  0  0  8 1 .  None
0x0d9 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  0  0  0  0  0  8 1 .  None
0x0da 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x0db 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x0dc 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x0dd 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x0de 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x0df 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x0e0 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  4 1 .  None
0x0e1 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  4 1 .  None
0x0e2 24 tc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x0e3 24 tc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x0e4 24 tc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x0e5 24 tc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x0e6 24 dc  0  32  0 r  y .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x0e7 24 dc  0  32  0 r  y .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x0e8 24 dc  0  32  0 r  . .   8  8  8  8 .  .  0 24  8  0  0  0  0  8 1 .  None
0x0e9 24 dc  0  32  0 r  . .   8  8  8  8 .  s  0 24  8  0  0  0  0  8 1 .  None
0x0ea 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x0eb 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x0ec 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x0ed 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x0ee 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x0ef 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x0f0 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x0f1 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  0 0 .  None
0x0f2 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0f3 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0f4 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0f5 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0f6 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0f7 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0f8 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  0 0 .  None
0x0f9 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  0 0 .  None
0x0fa 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0fb 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0fc 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0fd 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x0fe 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x0ff 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x100 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  0 0 .  None
0x101 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  0 0 .  None
0x102 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x103 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x104 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x105 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x106 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x107 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x108 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x109 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  4 1 .  None
0x10a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x10b 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x10c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x10d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x10e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x10f 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x110 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x111 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0  0  0  0  0  0  0  8 1 .  None
0x112 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x113 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x114 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x115 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x116 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x117 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x118 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  4 1 .  None
0x119 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  4 1 .  None
0x11a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x11b 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x11c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x11d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x11e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x11f 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x120 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  0  0  0  0  0  8 1 .  None
0x121 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  0  0  0  0  0  8 1 .  None
0x122 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x123 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x124 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x125 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x126 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x127 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x128 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  4 1 .  None
0x129 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  4 1 .  None
0x12a 24 tc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x12b 24 tc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x12c 24 tc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x12d 24 tc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x12e 24 dc  0  24  0 r  y .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x12f 24 dc  0  24  0 r  y .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x130 24 dc  0  24  0 r  . .   8  8  8  0 .  .  0 24  8  0  0  0  0  8 1 .  None
0x131 24 dc  0  24  0 r  . .   8  8  8  0 .  s  0 24  8  0  0  0  0  8 1 .  None
0x132  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x133  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x134  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x135  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  0 0 .  None
0x136  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x137  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x138  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x139  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  4 1 .  None
0x13a  0 tc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x13b  0 tc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x13c  0 dc  0  16  0 r  y .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x13d  0 dc  0  16  0 r  . .   5  6  5  0 .  .  0  0  0  0  0  0  0  8 1 .  None
0x13e  0 tc  0  16  0 r  y .   5  5  5  1 .  .  0  0  0  0  0  0  0  0 0 .  None
0x13f  0 tc  0  16  0 r  . .   5  5  5  1 .  .  0  0  0  0  0  0  0  0 0 .  None
0x140  0 dc  0  16  0 r  y .   5  5  5  1 .  .  0  0  0  0  0  0  0  0 0 .  None
0x141  0 dc  0  16  0 r  . .   5  5  5  1 .  .  0  0  0  0  0  0  0  0 0 .  None
0x142  0 tc  0  16  0 r  y .   5  5  5  1 .  .  0  0  0  0  0  0  0  4 1 .  None
0x143  0 tc  0  16  0 r  . .   5  5  5  1 .  .  0  0  0  0  0  0  0  4 1 .  None
0x144  0 dc  0  16  0 r  y .   5  5  5  1 .  .  0  0  0  0  0  0  0  4 1 .  None
0x145  0 dc  0  16  0 r  . .   5  5  5  1 .  .  0  0  0  0  0  0  0  4 1 .  None
0x146  0 tc  0  16  0 r  y .   5  5  5  1 .  .  0  0  0  0  0  0  0  8 1 .  None
0x147  0 tc  0  16  0 r  . .   5  5  5  1 .  .  0  0  0  0  0  0  0  8 1 .  None
0x148  0 dc  0  16  0 r  y .   5  5  5  1 .  .  0  0  0  0  0  0  0  8 1 .  None
0x149  0 dc  0  16  0 r  . .   5  5  5  1 .  .  0  0  0  0  0  0  0  8 1 .  None


/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
----------------------------------
00:02.0 VGA compatible controller [0300]: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics Controller [8086:0402] (rev 06)

/etc/X11/xorg.conf does not exist.

Contents of /etc/X11/xorg.conf.d:
---------------------------------
total 0

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
-------------------------------
Linux version 6.12.57+deb13-amd64 (debian-kernel@lists.debian.org) (x86_64-linux-gnu-gcc-14 (Debian 14.2.0-19) 14.2.0, GNU ld (GNU Binutils for Debian) 2.44) #1 SMP PREEMPT_DYNAMIC Debian 6.12.57-1 (2025-11-05)
#0  __memset_sse2_unaligned_erms () at ../sysdeps/x86_64/multiarch/memset-vec-unaligned-erms.S:326
#1  0x00007fffb2a6aab9 in memset (__dest=<optimized out>, __ch=<optimized out>, __len=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/string_fortified.h:59
#2  crocus_resource_init_aux_buf (res=res@entry=0x555559cfc460, alloc_flags=alloc_flags@entry=0) at ../src/gallium/drivers/crocus/crocus_resource.c:558
#3  0x00007fffb2a6c067 in crocus_resource_create_with_modifiers (pscreen=0x55555664b6f0, templ=0x7fffffff9930, modifiers=<optimized out>, modifiers_count=<optimized out>) at ../src/gallium/drivers/crocus/crocus_resource.c:696
#4  0x00007fffb15c3538 in st_texture_create (st=st@entry=0x5555568845a0, target=<optimized out>, format=format@entry=PIPE_FORMAT_B8G8R8A8_UNORM, last_level=last_level@entry=0, width0=<optimized out>, height0=<optimized out>, depth0=1, layers=1, nr_samples=0, bind=10, sparse=false, compression=0) at ../src/mesa/state_tracker/st_texture.c:105
#5  0x00007fffb1590afe in guess_and_alloc_texture (st=st@entry=0x5555568845a0, stObj=stObj@entry=0x55555bc68b30, stImage=stImage@entry=0x55555ccb7450) at ../src/mesa/state_tracker/st_cb_texture.c:1135
#6  0x00007fffb1592454 in st_AllocTextureImageBuffer (ctx=ctx@entry=0x5555567b2ec0, texImage=texImage@entry=0x55555ccb7450) at ../src/mesa/state_tracker/st_cb_texture.c:1196
#7  0x00007fffb1594173 in st_TexImage (ctx=ctx@entry=0x5555567b2ec0, dims=dims@entry=2, texImage=texImage@entry=0x55555ccb7450, format=format@entry=32993, type=type@entry=5121, pixels=pixels@entry=0x0, unpack=0x5555568502c0) at ../src/mesa/state_tracker/st_cb_texture.c:2413
#8  0x00007fffb1569b69 in teximage (ctx=0x5555567b2ec0, compressed=0 '\000', dims=2, texObj=0x55555bc68b30, target=3553, level=0, internalFormat=<optimized out>, width=<optimized out>, height=<optimized out>, depth=<optimized out>, border=0, format=<optimized out>, type=<optimized out>, imageSize=<optimized out>, pixels=<optimized out>, no_error=false) at ../src/mesa/main/teximage.c:3321
#9  teximage_err (ctx=0x5555567b2ec0, compressed=compressed@entry=0 '\000', dims=dims@entry=2, target=3553, level=<optimized out>, internalFormat=<optimized out>, width=<optimized out>, height=<optimized out>, depth=<optimized out>, border=<optimized out>, format=<optimized out>, type=<optimized out>, imageSize=<optimized out>, pixels=<optimized out>) at ../src/mesa/main/teximage.c:3353
#10 0x00007fffb156bf25 in _mesa_TexImage2D (target=<optimized out>, level=<optimized out>, internalFormat=<optimized out>, width=<optimized out>, height=<optimized out>, border=<optimized out>, format=32993, type=5121, pixels=0x0) at ../src/mesa/main/teximage.c:3424
#11 0x00007fffed55cc42 in gsk_gl_image_new (device=<optimized out>, format=<optimized out>, try_srgb=0, required_flags=0, width=24, height=24) at ../../../gsk/gpu/gskglimage.c:198
#12 0x00007fffed57a9ee in gsk_gpu_upload_cairo_op (frame=0x5555568bf880 [GskGLFrame], scale=scale@entry=0x7fffffffb840, viewport=viewport@entry=0x7fffffff9dd0, func=func@entry=0x7fffed56aba0 <gsk_gpu_node_processor_fill_path>, user_data=0x55555d2728b0, user_destroy=user_destroy@entry=0x7fffed56a5f0 <gsk_fill_data_free>) at ../../../gsk/gpu/gskgpuuploadop.c:507
#13 0x00007fffed5702bf in gsk_gpu_node_processor_add_fill_node (self=0x7fffffffb7d0, node=<optimized out>) at ../../../gsk/gpu/gskgpunodeprocessor.c:3494
#14 0x00007fffed571e63 in gsk_gpu_node_processor_add_container_node (self=0x7fffffffb7d0, node=<optimized out>) at ../../../gsk/gpu/gskgpunodeprocessor.c:3793
#15 0x00007fffed573d67 in gsk_gpu_node_processor_add_transform_node (self=0x7fffffffb7d0, node=0x5555592c5390 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1461
#16 0x00007fffed571e63 in gsk_gpu_node_processor_add_container_node (self=0x7fffffffb7d0, node=<optimized out>) at ../../../gsk/gpu/gskgpunodeprocessor.c:3793
#17 0x00007fffed573d67 in gsk_gpu_node_processor_add_transform_node (self=0x7fffffffb7d0, node=0x55555b1604e0 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1461
#18 0x00007fffed571e63 in gsk_gpu_node_processor_add_container_node (self=0x7fffffffb7d0, node=<optimized out>) at ../../../gsk/gpu/gskgpunodeprocessor.c:3793
#19 0x00007fffed573d67 in gsk_gpu_node_processor_add_transform_node (self=0x7fffffffb7d0, node=0x5555559fb1b0 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1461
#20 0x00007fffed571e63 in gsk_gpu_node_processor_add_container_node (self=0x7fffffffb7d0, node=<optimized out>) at ../../../gsk/gpu/gskgpunodeprocessor.c:3793
#21 0x00007fffed573d67 in gsk_gpu_node_processor_add_transform_node (self=0x7fffffffb7d0, node=0x55555db1a760 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1461
#22 0x00007fffed573d67 in gsk_gpu_node_processor_add_transform_node (self=0x7fffffffb7d0, node=0x55555afa17b0 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1461
#23 0x00007fffed571db0 in gsk_gpu_node_processor_add_first_container_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x55555bf53b20 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:3824
#24 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x55555bf53b20 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#25 0x00007fffed5716fc in gsk_gpu_node_processor_add_first_transform_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x5555589cdbc0 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1655
#26 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x5555589cdbc0 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#27 0x00007fffed571d78 in gsk_gpu_node_processor_add_first_container_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x55555967beb0 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:3816
#28 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x55555967beb0 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#29 0x00007fffed5716fc in gsk_gpu_node_processor_add_first_transform_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x5555595aa3c0 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1655
#30 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x5555595aa3c0 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#31 0x00007fffed571d78 in gsk_gpu_node_processor_add_first_container_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x5555595ffe50 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:3816
#32 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x5555595ffe50 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#33 0x00007fffed5716fc in gsk_gpu_node_processor_add_first_transform_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x55555c4b7f80 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1655
#34 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x55555c4b7f80 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#35 0x00007fffed571d78 in gsk_gpu_node_processor_add_first_container_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x555559263e00 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:3816
#36 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x555559263e00 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#37 0x00007fffed5716fc in gsk_gpu_node_processor_add_first_transform_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x555559474590 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1655
#38 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x555559474590 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#39 0x00007fffed571d78 in gsk_gpu_node_processor_add_first_container_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x555559c99700 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:3816
#40 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x555559c99700 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#41 0x00007fffed5716fc in gsk_gpu_node_processor_add_first_transform_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x5555599b1540 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1655
#42 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x5555599b1540 [GskTransformNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#43 0x00007fffed571d78 in gsk_gpu_node_processor_add_first_container_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x555558c8d050 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:3816
#44 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x555558c8d050 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#45 0x00007fffed571340 in gsk_gpu_node_processor_add_first_node_clipped (self=0x7fffffffb7d0, info=0x7fffffffb790, clip=<optimized out>, node=0x555558c8d050 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:1264
#46 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=0x555558dcd880 [GskClipNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#47 0x00007fffed571d78 in gsk_gpu_node_processor_add_first_container_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x55555ce06f10 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:3816
#48 0x00007fffed57109c in gsk_gpu_node_processor_add_first_node (self=self@entry=0x7fffffffb7d0, info=info@entry=0x7fffffffb790, node=node@entry=0x55555ce06f10 [GskContainerNode]) at ../../../gsk/gpu/gskgpunodeprocessor.c:4174
#49 0x00007fffed56e8a4 in gsk_gpu_node_processor_render (self=0x7fffffffb7d0, target=0x555556f6b240 [GskGLImage], clip=0x55555aa2fa40, node=0x7fffffffb790, pass_type=GSK_RENDER_PASS_PRESENT) at ../../../gsk/gpu/gskgpunodeprocessor.c:4343
#50 gsk_gpu_node_processor_process (frame=frame@entry=0x5555568bf880 [GskGLFrame], target=target@entry=0x555556f6b240 [GskGLImage], target_color_state=target_color_state@entry=0x7fffed8e2340 <gdk_default_color_states>, clip=clip@entry=0x55555aa2fa40, node=node@entry=0x55555ce06f10 [GskContainerNode], viewport=viewport@entry=0x7fffffffb990, pass_type=GSK_RENDER_PASS_PRESENT) at ../../../gsk/gpu/gskgpunodeprocessor.c:4453
#51 0x00007fffed566dd3 in gsk_gpu_frame_record (self=0x5555568bf880 [GskGLFrame], timestamp=659076287815, target=0x555556f6b240 [GskGLImage], target_color_state=0x7fffed8e2340 <gdk_default_color_states>, clip=0x55555aa2fa40, node=0x55555ce06f10 [GskContainerNode], viewport=<optimized out>, texture=<optimized out>) at ../../../gsk/gpu/gskgpuframe.c:730
#52 gsk_gpu_frame_render (self=0x5555568bf880 [GskGLFrame], timestamp=659076287815, target=0x555556f6b240 [GskGLImage], target_color_state=0x7fffed8e2340 <gdk_default_color_states>, clip=0x55555aa2fa40, node=0x55555ce06f10 [GskContainerNode], viewport=<optimized out>, texture=<optimized out>) at ../../../gsk/gpu/gskgpuframe.c:790
#53 0x00007fffed57718d in gsk_gpu_renderer_render (renderer=<optimized out>, root=0x55555ce06f10 [GskContainerNode], region=<optimized out>) at ../../../gsk/gpu/gskgpurenderer.c:439
#54 0x00007fffed51e6ea in gsk_renderer_render (renderer=renderer@entry=0x555556b5b980 [GskGLRenderer], root=root@entry=0x55555ce06f10 [GskContainerNode], region=region@entry=0x5555581d5390) at ../../../gsk/gskrenderer.c:473
#55 0x00007fffed2ccd61 in gtk_widget_render (widget=widget@entry=0x55555606c420 [Gjs_MainWindow], surface=0x555556683660 [GdkWaylandToplevel], region=region@entry=0x5555581d5390) at ../../../gtk/gtkwidget.c:12120
#56 0x00007fffed2d4979 in surface_render (surface=<optimized out>, region=region@entry=0x5555581d5390, widget=widget@entry=0x55555606c420 [Gjs_MainWindow]) at ../../../gtk/gtkwindow.c:4830
#61 0x00007ffff7cae663 in <emit signal 'render' on instance 0x555556683660 [GdkWaylandToplevel]> (instance=instance@entry=0x555556683660, signal_id=<optimized out>, detail=detail@entry=0) at ../../../gobject/gsignal.c:3597
    #57 0x00007fffed4683aa in _gdk_marshal_BOOLEAN__BOXEDv (closure=0x555556897480, return_value=0x7fffffffbd00, instance=<optimized out>, args=<optimized out>, marshal_data=<optimized out>, n_params=<optimized out>, param_types=0x5555566bbc30) at gdk/gdkmarshalers.c:130
    #58 0x00007ffff7c92b81 in _g_closure_invoke_va (closure=closure@entry=0x555556897480, return_value=return_value@entry=0x7fffffffbd00, instance=instance@entry=0x555556683660, args=args@entry=0x7fffffffbe00, n_params=n_params@entry=1, param_types=param_types@entry=0x5555566bbc30) at ../../../gobject/gclosure.c:898
    #59 0x00007ffff7ca7b33 in signal_emit_valist_unlocked (instance=instance@entry=0x555556683660, signal_id=signal_id@entry=300, detail=detail@entry=0, var_args=var_args@entry=0x7fffffffbe00) at ../../../gobject/gsignal.c:3438
    #60 0x00007ffff7cae5a6 in g_signal_emit_valist (instance=0x555556683660, signal_id=300, detail=0, var_args=0x7fffffffbe00) at ../../../gobject/gsignal.c:3277
#62 0x00007fffed5017d2 in gdk_surface_paint_on_clock (clock=<optimized out>, data=0x555556683660) at ../../../gdk/gdksurface.c:1459
#63 gdk_surface_paint_on_clock (clock=<optimized out>, data=0x555556683660) at ../../../gdk/gdksurface.c:1435
#68 0x00007ffff7cae663 in <emit signal 'paint' on instance 0x55555601eb70 [GdkFrameClockIdle]> (instance=instance@entry=0x55555601eb70, signal_id=<optimized out>, detail=detail@entry=0) at ../../../gobject/gsignal.c:3597
    #64 0x00007ffff7c92950 in g_closure_invoke (closure=0x555556682b10, return_value=0x0, n_param_values=n_param_values@entry=1, param_values=param_values@entry=0x7fffffffc0e0, invocation_hint=invocation_hint@entry=0x7fffffffc030) at ../../../gobject/gclosure.c:835
    #65 0x00007ffff7ca6d43 in signal_emit_unlocked_R (node=node@entry=0x7fffffffc1a0, detail=detail@entry=0, instance=instance@entry=0x55555601eb70, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7fffffffc0e0) at ../../../gobject/gsignal.c:3902
    #66 0x00007ffff7ca8769 in signal_emit_valist_unlocked (instance=instance@entry=0x55555601eb70, signal_id=signal_id@entry=309, detail=detail@entry=0, var_args=var_args@entry=0x7fffffffc300) at ../../../gobject/gsignal.c:3534
    #67 0x00007ffff7cae5a6 in g_signal_emit_valist (instance=0x55555601eb70, signal_id=309, detail=0, var_args=0x7fffffffc300) at ../../../gobject/gsignal.c:3277
#69 0x00007fffed4e7d79 in _gdk_frame_clock_emit_paint (frame_clock=0x55555601eb70 [GdkFrameClockIdle]) at ../../../gdk/gdkframeclock.c:735
#70 0x00007fffed4e8d8d in gdk_frame_clock_paint_idle (data=data@entry=0x55555601eb70) at ../../../gdk/gdkframeclockidle.c:634
#71 0x00007fffed4e8fe4 in gdk_frame_clock_flush_idle (data=0x55555601eb70, data@entry=<error reading variable: value has been optimized out>) at ../../../gdk/gdkframeclockidle.c:400
#72 0x00007ffff7d3d40e in g_timeout_dispatch (source=0x55555d40e830, callback=<optimized out>, user_data=<optimized out>) at ../../../glib/gmain.c:5111
#73 0x00007ffff7d3a385 in g_main_dispatch (context=context@entry=0x555555597080) at ../../../glib/gmain.c:3398
#74 0x00007ffff7d3c5b7 in g_main_context_dispatch_unlocked (context=0x555555597080) at ../../../glib/gmain.c:4249
#75 g_main_context_iterate_unlocked (context=context@entry=0x555555597080, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../glib/gmain.c:4314
#76 0x00007ffff7d3cd20 in g_main_context_iteration (context=context@entry=0x555555597080, may_block=may_block@entry=1) at ../../../glib/gmain.c:4379
#77 0x00007ffff7b6dedd in g_application_run (application=0x555555f2e420 [Gjs_Application], argc=<optimized out>, argv=0x555555f75320) at ../../../gio/gapplication.c:2715
#78 0x00007ffff784b6ce in ffi_call_unix64 () at ../src/x86/unix64.S:104
#79 0x00007ffff784a97e in ffi_call_int (cif=cif@entry=0x555555f75140, fn=<optimized out>, rvalue=<optimized out>, avalue=<optimized out>, closure=closure@entry=0x0) at ../src/x86/ffi64.c:676
#80 0x00007ffff784b1ab in ffi_call (cif=0x555555f75140, fn=<optimized out>, rvalue=<optimized out>, avalue=<optimized out>) at ../src/x86/ffi64.c:713
#81 0x00007ffff7e8cdae in Gjs::Function::invoke (this=0x555555f75120, context=0x5555555ba050, args=<optimized out>, this_obj=..., r_value=<optimized out>) at ./obj-x86_64-linux-gnu/../gi/function.cpp:1050
#82 0x00007ffff7e8d2de in Gjs::Function::call (context=0x5555555ba050, js_argc=<optimized out>, vp=<optimized out>) at ./obj-x86_64-linux-gnu/../gi/function.cpp:1232
#83 0x00007ffff558d4ef in CallJSNative (cx=0x5555555ba050, native=0x7ffff7e8d210 <Gjs::Function::call(JSContext*, unsigned int, JS::Value*)>, reason=js::CallReason::Call, args=...) at ./js/src/vm/Interpreter.cpp:481
#84 js::InternalCallOrConstruct (cx=0x5555555ba050, args=..., construct=<optimized out>, reason=js::CallReason::Call) at ./js/src/vm/Interpreter.cpp:561
#85 0x00007ffff557f160 in InternalCall (cx=<optimized out>, args=<optimized out>, reason=<optimized out>) at ./js/src/vm/Interpreter.cpp:642
#86 js::CallFromStack (cx=<optimized out>, args=<optimized out>, reason=<optimized out>) at ./js/src/vm/Interpreter.cpp:647
#87 js::Interpret (cx=0x5555555ba050, state=...) at ./js/src/vm/Interpreter.cpp:3190
#88 0x00007ffff558d1eb in MaybeEnterInterpreterTrampoline (cx=0x5555555ba050, state=...) at ./js/src/vm/Interpreter.cpp:395
#89 js::RunScript (cx=cx@entry=0x5555555ba050, state=...) at ./js/src/vm/Interpreter.cpp:453
#90 0x00007ffff558fc11 in js::ExecuteKernel (cx=0x5555555ba050, script=..., envChainArg=..., evalInFrame=..., result=...) at ./js/src/vm/Interpreter.cpp:840
#91 js::Execute (cx=cx@entry=0x5555555ba050, script=script@entry=..., envChain=..., envChain@entry=..., rval=rval@entry=...) at ./js/src/vm/Interpreter.cpp:872
#92 0x00007ffff55d07dd in js::ModuleObject::execute (cx=cx@entry=0x5555555ba050, self=self@entry=...) at ./js/src/builtin/ModuleObject.cpp:1420
#93 0x00007ffff56f3053 in InnerModuleEvaluation (cx=cx@entry=0x5555555ba050, module=module@entry=..., stack=stack@entry=..., index=<optimized out>, index@entry=0, indexOut=indexOut@entry=0x7fffffffd1e8) at ./js/src/vm/Modules.cpp:1755
#94 0x00007ffff56f3553 in ModuleEvaluate (cx=0x5555555ba050, moduleArg=..., result=...) at ./debian/build/dist/include/js/RootingAPI.h:1229
#95 JS::ModuleEvaluate (cx=cx@entry=0x5555555ba050, moduleRecord=..., moduleRecord@entry=..., rval=rval@entry=...) at ./js/src/vm/Modules.cpp:214
#96 0x00007ffff7ed0b28 in import_resolved (cx=0x5555555ba050, argc=<optimized out>, vp=<optimized out>) at /usr/include/x86_64-linux-gnu/mozjs-128/js/RootingAPI.h:1229
#97 0x00007ffff558d69a in CallJSNative (cx=0x5555555ba050, native=0x7ffff7ed09c0 <import_resolved(JSContext*, unsigned int, JS::Value*)>, reason=js::CallReason::Call, args=...) at ./js/src/vm/Interpreter.cpp:481
#98 js::InternalCallOrConstruct (cx=cx@entry=0x5555555ba050, args=..., construct=construct@entry=js::NO_CONSTRUCT, reason=js::CallReason::Call) at ./js/src/vm/Interpreter.cpp:575
#99 0x00007ffff558da29 in InternalCall (cx=0x5555555ba050, args=..., reason=<optimized out>) at ./js/src/vm/Interpreter.cpp:642
#100 js::Call (cx=cx@entry=0x5555555ba050, fval=..., fval@entry=..., thisv=..., args=..., rval=rval@entry=..., reason=reason@entry=js::CallReason::Call) at ./js/src/vm/Interpreter.cpp:674
#101 0x00007ffff5731038 in js::Call (cx=0x5555555ba050, fval=..., thisv=..., arg0=..., rval=...) at ./js/src/vm/Interpreter.h:116
#102 PromiseReactionJob (cx=0x5555555ba050, argc=<optimized out>, vp=<optimized out>) at ./js/src/builtin/Promise.cpp:2245
#103 0x00007ffff558d69a in CallJSNative (cx=0x5555555ba050, native=0x7ffff5730730 <PromiseReactionJob(JSContext*, unsigned int, JS::Value*)>, reason=js::CallReason::Call, args=...) at ./js/src/vm/Interpreter.cpp:481
#104 js::InternalCallOrConstruct (cx=cx@entry=0x5555555ba050, args=..., construct=construct@entry=js::NO_CONSTRUCT, reason=js::CallReason::Call) at ./js/src/vm/Interpreter.cpp:575
#105 0x00007ffff558da29 in InternalCall (cx=0x5555555ba050, args=..., reason=<optimized out>) at ./js/src/vm/Interpreter.cpp:642
#106 js::Call (cx=cx@entry=0x5555555ba050, fval=..., fval@entry=..., thisv=..., thisv@entry=..., args=..., rval=rval@entry=..., reason=reason@entry=js::CallReason::Call) at ./js/src/vm/Interpreter.cpp:674
#107 0x00007ffff563fab3 in JS::Call (cx=0x5555555ba050, thisv=..., fval=fval@entry=..., args=..., rval=rval@entry=...) at ./js/src/vm/CallAndConstruct.cpp:119
#108 0x00007ffff7ec312a in JS::Call (cx=<optimized out>, thisv=..., funObj=..., args=..., rval=...) at /usr/include/x86_64-linux-gnu/mozjs-128/js/RootingAPI.h:1229
#109 GjsContextPrivate::run_jobs_fallible (this=this@entry=0x5555555b1550) at ./obj-x86_64-linux-gnu/../gjs/context.cpp:1055
#110 0x00007ffff7ec345a in GjsContextPrivate::run_jobs_fallible (this=0x5555555b1550) at ./obj-x86_64-linux-gnu/../gjs/context.cpp:1013
#111 GjsContextPrivate::runJobs (this=0x5555555b1550, cx=0x5555555ba050) at ./obj-x86_64-linux-gnu/../gjs/context.cpp:994
#112 0x00007ffff5692d74 in js::RunJobs (cx=0x5555555ba050) at ./js/src/vm/JSContext.cpp:810
#113 0x00007ffff7edbbec in Gjs::PromiseJobDispatcher::Source::dispatch (this=0x5555555e3430) at ./obj-x86_64-linux-gnu/../gjs/promise.cpp:85
#114 Gjs::PromiseJobDispatcher::Source::dispatch (this=0x5555555e3430) at ./obj-x86_64-linux-gnu/../gjs/promise.cpp:75
#115 operator() (__closure=0x0, source=0x5555555e3430) at ./obj-x86_64-linux-gnu/../gjs/promise.cpp:157
#116 _FUN () at ./obj-x86_64-linux-gnu/../gjs/promise.cpp:158
#117 0x00007ffff7d3a385 in g_main_dispatch (context=context@entry=0x555555597080) at ../../../glib/gmain.c:3398
#118 0x00007ffff7d3c5b7 in g_main_context_dispatch_unlocked (context=0x555555597080) at ../../../glib/gmain.c:4249
#119 g_main_context_iterate_unlocked (context=context@entry=0x555555597080, block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at ../../../glib/gmain.c:4314
#120 0x00007ffff7d3cd20 in g_main_context_iteration (context=0x555555597080, may_block=1) at ../../../glib/gmain.c:4379
#121 0x00007ffff7ed391c in Gjs::MainLoop::spin (this=this@entry=0x5555555b15f0, gjs=gjs@entry=0x5555555b1550) at ./obj-x86_64-linux-gnu/../gjs/mainloop.cpp:37
#122 0x00007ffff7ec4369 in GjsContextPrivate::eval (this=0x5555555b1550, script=0x5555555ac390 "#!/usr/bin/gjs\nimports.package.init({ name: \"gnome-maps\",\n", ' ' <repeats 23 times>, "version: \"48.7\",\n", ' ' <repeats 23 times>, "prefix: \"/usr\",\n", ' ' <repeats 23 times>, "libdir: \"/usr/lib/x86_64-linux-gnu\" });\n\nimport(`resource:///org/gnome/Maps/src/main.js`).catch(error => {\n    console.error(error);\n    imports.system.exit(1);\n});\n\n", script_len=<optimized out>, filename=0x555555582b30 "/usr/bin/gnome-maps", exit_status_p=0x7fffffffdc0c, error=0x7fffffffdc10) at ./obj-x86_64-linux-gnu/../gjs/context.cpp:1426
#123 0x00007ffff7ec4511 in gjs_context_eval (js_context=0x5555555b16d0 [GjsContext], script=0x5555555ac390 "#!/usr/bin/gjs\nimports.package.init({ name: \"gnome-maps\",\n", ' ' <repeats 23 times>, "version: \"48.7\",\n", ' ' <repeats 23 times>, "prefix: \"/usr\",\n", ' ' <repeats 23 times>, "libdir: \"/usr/lib/x86_64-linux-gnu\" });\n\nimport(`resource:///org/gnome/Maps/src/main.js`).catch(error => {\n    console.error(error);\n    imports.system.exit(1);\n});\n\n", script_len=<optimized out>, filename=0x555555582b30 "/usr/bin/gnome-maps", exit_status_p=0x7fffffffdc0c, error=0x7fffffffdc10) at ./obj-x86_64-linux-gnu/../gjs/context.cpp:1285
#124 0x000055555555732b in define_argv_and_eval_script (js_context=js_context@entry=0x5555555b16d0 [GjsContext], argc=argc@entry=0, argv=argv@entry=0x7fffffffdf20, script=0x5555555ac390 "#!/usr/bin/gjs\nimports.package.init({ name: \"gnome-maps\",\n", ' ' <repeats 23 times>, "version: \"48.7\",\n", ' ' <repeats 23 times>, "prefix: \"/usr\",\n", ' ' <repeats 23 times>, "libdir: \"/usr/lib/x86_64-linux-gnu\" });\n\nimport(`resource:///org/gnome/Maps/src/main.js`).catch(error => {\n    console.error(error);\n    imports.system.exit(1);\n});\n\n", len=326, filename=filename@entry=0x555555582b30 "/usr/bin/gnome-maps") at ../gjs/jsapi-util.h:163
#125 0x0000555555556bf4 in main (argc=<optimized out>, argv=<optimized out>) at ../gjs/jsapi-util.h:157

Attachment: signature.asc
Description: This is a digitally signed message part

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Reply to: