#0 _g_log_abort (breakpoint=1) at ../../../../glib/gmessages.c:554 [Error: gmessages.c was not found in source tree] #1 0x00007ff0b15aa99c in g_log_default_handler (log_domain=, log_level=, message=, unused_data=) at ../../../../glib/gmessages.c:3051 [Error: gmessages.c was not found in source tree] #2 0x000055e91f29e7b5 in default_log_handler (log_domain=log_domain@entry=0x7ff0b15ec18e "GLib", log_level=log_level@entry=6, message=message@entry=0x55e9265f0b20 "../../../../glib/gmem.c:130: failed to allocate 18446744072098939136 bytes", data=data@entry=0x0) at ../src/main.c:311 306: GTimeVal now; 307: 308: g_get_current_time (&now); 309: 310: if (!log_domain || !g_str_has_prefix (log_domain, "tp-glib")) 311: g_log_default_handler (log_domain, log_level, message, data); 312: 313: /* Filter out Gjs logs, those already have the stack */ 314: if (log_domain && strcmp (log_domain, "Gjs") == 0) 315: return; 316: #3 0x00007ff0b15aac2d in g_logv (log_domain=0x7ff0b15ec18e "GLib", log_level=G_LOG_LEVEL_ERROR, format=, args=args@entry=0x7ffd934ce3a0) at ../../../../glib/gmessages.c:1341 [Error: gmessages.c was not found in source tree] #4 0x00007ff0b15aad9f in g_log (log_domain=log_domain@entry=0x7ff0b15ec18e "GLib", log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x7ff0b15f59d8 "%s: failed to allocate %lu bytes") at ../../../../glib/gmessages.c:1403 [Error: gmessages.c was not found in source tree] #5 0x00007ff0b15a9602 in g_malloc0 (n_bytes=18446744072098939136) at ../../../../glib/gmem.c:129 [Error: gmem.c was not found in source tree] #6 0x00007ff0af0109d0 in blur_pixels (pixels_in=pixels_in@entry=0x55e9267e4ec0 "", width_in=width_in@entry=16, height_in=height_in@entry=16, rowstride_in=rowstride_in@entry=16, blur=, width_out=width_out@entry=0x7ffd934ce554, height_out=height_out@entry=0x7ffd934ce558, rowstride_out=0x7ffd934ce55c) at ../src/st/st-private.c:280 275: 276: *width_out = width_in + 2 * half; 277: *height_out = height_in + 2 * half; 278: *rowstride_out = (*width_out + 3) & ~3; 279: 280: pixels_out = g_malloc0 (*rowstride_out * *height_out); 281: line = g_malloc0 (*rowstride_out); 282: 283: kernel = calculate_gaussian_kernel (sigma, n_values); 284: 285: /* vertical blur */ #7 0x00007ff0af0111ae in _st_create_shadow_pipeline (shadow_spec=shadow_spec@entry=0x55e9267f1300, src_texture=src_texture@entry=0x55e9269021e0) at ../src/st/st-private.c:372 367: pixels_in = g_malloc0 (rowstride_in * height_in); 368: 369: cogl_texture_get_data (src_texture, COGL_PIXEL_FORMAT_A_8, 370: rowstride_in, pixels_in); 371: 372: pixels_out = blur_pixels (pixels_in, width_in, height_in, rowstride_in, 373: shadow_spec->blur, 374: &width_out, &height_out, &rowstride_out); 375: g_free (pixels_in); 376: 377: texture = COGL_TEXTURE (cogl_texture_2d_new_from_data (ctx, width_out, height_out, #8 0x00007ff0af01158b in _st_create_shadow_pipeline_from_actor (shadow_spec=0x55e9267f1300, actor=0x55e92005d030) at ../src/st/st-private.c:434 429: 430: texture = clutter_texture_get_cogl_texture (CLUTTER_TEXTURE (actor)); 431: if (texture && 432: cogl_texture_get_width (texture) == width && 433: cogl_texture_get_height (texture) == height) 434: shadow_pipeline = _st_create_shadow_pipeline (shadow_spec, texture); 435: } 436: 437: if (shadow_pipeline == NULL) 438: { 439: CoglTexture *buffer; #9 0x00007ff0af00dc3c in st_icon_update_shadow_pipeline (icon=icon@entry=0x55e9269180f0) at ../src/st/st-icon.c:278 273: StIconPrivate *priv = icon->priv; 274: 275: g_clear_pointer (&priv->shadow_pipeline, cogl_object_unref); 276: 277: if (priv->shadow_spec) 278: priv->shadow_pipeline = _st_create_shadow_pipeline_from_actor (priv->shadow_spec, priv->icon_texture); 279: } 280: 281: static void 282: on_pixbuf_changed (ClutterTexture *texture, 283: StIcon *icon) #10 0x00007ff0af00dcc8 in st_icon_finish_update (icon=0x55e9269180f0) at ../src/st/st-icon.c:310 305: clutter_actor_add_child (CLUTTER_ACTOR (icon), priv->icon_texture); 306: 307: /* Remove the temporary ref we added */ 308: g_object_unref (priv->icon_texture); 309: 310: st_icon_update_shadow_pipeline (icon); 311: 312: /* "pixbuf-change" is actually a misnomer for "texture-changed" */ 313: g_signal_connect_object (priv->icon_texture, "pixbuf-change", 314: G_CALLBACK (on_pixbuf_changed), icon, 0); 315: } #11 0x00007ff0b187cf9d in g_closure_invoke (closure=0x55e926919df0, return_value=0x0, n_param_values=2, param_values=0x7ffd934ce820, invocation_hint=0x7ffd934ce7a0) at ../../../../gobject/gclosure.c:804 [Error: gclosure.c was not found in source tree] #12 0x00007ff0b188fcde in signal_emit_unlocked_R (node=node@entry=0x55e91f98a4d0, detail=detail@entry=491, instance=instance@entry=0x55e92005d030, emission_return=emission_return@entry=0x0, instance_and_params=instance_and_params@entry=0x7ffd934ce820) at ../../../../gobject/gsignal.c:3635 [Error: gsignal.c was not found in source tree] #13 0x00007ff0b18984b5 in g_signal_emit_valist (instance=0x55e92005d030, signal_id=, detail=491, var_args=var_args@entry=0x7ffd934ce9f0) at ../../../../gobject/gsignal.c:3391 [Error: gsignal.c was not found in source tree] #14 0x00007ff0b1898ecf in g_signal_emit (instance=instance@entry=0x55e92005d030, signal_id=, detail=) at ../../../../gobject/gsignal.c:3447 [Error: gsignal.c was not found in source tree] #15 0x00007ff0b1881464 in g_object_dispatch_properties_changed (object=0x55e92005d030, n_pspecs=, pspecs=) at ../../../../gobject/gobject.c:1080 [Error: gobject.c was not found in source tree] #16 0x00007ff0b1880e0e in g_object_notify_queue_thaw (object=object@entry=0x55e92005d030, nqueue=nqueue@entry=0x55e92713e180) at ../../../../gobject/gobject.c:296 [Error: gobject.c was not found in source tree] #17 0x00007ff0b1884d21 in g_object_set_valist (object=object@entry=0x55e92005d030, first_property_name=first_property_name@entry=0x7ff0af02e1c0 "opacity", var_args=var_args@entry=0x7ffd934cecc0) at ../../../../gobject/gobject.c:2306 [Error: gobject.c was not found in source tree] #18 0x00007ff0b18858ac in g_object_set (_object=0x55e92005d030, first_property_name=first_property_name@entry=0x7ff0af02e1c0 "opacity") at ../../../../gobject/gobject.c:2465 [Error: gobject.c was not found in source tree] #19 0x00007ff0af016162 in set_texture_cogl_texture (clutter_texture=, cogl_texture=cogl_texture@entry=0x55e9269021e0) at ../src/st/st-texture-cache.c:79 74: /* Reverse the opacity we added while loading */ 75: static void 76: set_texture_cogl_texture (ClutterTexture *clutter_texture, CoglTexture *cogl_texture) 77: { 78: clutter_texture_set_cogl_texture (clutter_texture, cogl_texture); 79: g_object_set (clutter_texture, "opacity", 255, NULL); 80: } 81: 82: static void 83: st_texture_cache_class_init (StTextureCacheClass *klass) 84: { #20 0x00007ff0af0162db in finish_texture_load (data=data@entry=0x55e9269184d0, pixbuf=pixbuf@entry=0x7ff0801f5180) at ../src/st/st-texture-cache.c:540 535: } 536: 537: for (iter = data->textures; iter; iter = iter->next) 538: { 539: ClutterTexture *texture = iter->data; 540: set_texture_cogl_texture (texture, texdata); 541: } 542: 543: out: 544: if (texdata) 545: cogl_object_unref (texdata); #21 0x00007ff0af01646a in on_symbolic_icon_loaded (source=0x55e9223213f0, result=, user_data=0x55e9269184d0) at ../src/st/st-texture-cache.c:557 552: GAsyncResult *result, 553: gpointer user_data) 554: { 555: GdkPixbuf *pixbuf; 556: pixbuf = gtk_icon_info_load_symbolic_finish (GTK_ICON_INFO (source), result, NULL, NULL); 557: finish_texture_load (user_data, pixbuf); 558: g_clear_object (&pixbuf); 559: } 560: 561: static void 562: on_icon_loaded (GObject *source, #22 0x00007ff0b1b4c203 in g_task_return_now (task=0x55e9268ebc20) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #23 0x00007ff0b1b4cc26 in g_task_return (task=0x55e9268ebc20, type=) at ../../../../gio/gtask.c:1203 [Error: gtask.c was not found in source tree] #24 0x00007ff0b0e452ef in async_load_no_symbolic_cb (source_object=, res=, user_data=0x55e9268ebc20) at ././gtk/gtkicontheme.c:4857 [Error: gtkicontheme.c was not found in source tree] #25 0x00007ff0b1b4c203 in g_task_return_now (task=0x55e92689d470) at ../../../../gio/gtask.c:1145 [Error: gtask.c was not found in source tree] #26 0x00007ff0b1b4c239 in complete_in_idle_cb (task=0x55e92689d470) at ../../../../gio/gtask.c:1159 [Error: gtask.c was not found in source tree] #27 0x00007ff0b15a3e25 in g_main_dispatch (context=0x55e91f989a90) at ../../../../glib/gmain.c:3148 [Error: gmain.c was not found in source tree] #28 g_main_context_dispatch (context=context@entry=0x55e91f989a90) at ../../../../glib/gmain.c:3813 [Error: gmain.c was not found in source tree] #29 0x00007ff0b15a41f0 in g_main_context_iterate (context=0x55e91f989a90, block=block@entry=1, dispatch=dispatch@entry=1, self=) at ../../../../glib/gmain.c:3886 [Error: gmain.c was not found in source tree] #30 0x00007ff0b15a4502 in g_main_loop_run (loop=0x55e91fd3a920) at ../../../../glib/gmain.c:4082 [Error: gmain.c was not found in source tree] #31 0x00007ff0afad968c in meta_run () at core/main.c:648 #32 0x000055e91f29e2e7 in main (argc=, argv=) at ../src/main.c:462 457: 458: _shell_global_init ("session-mode", session_mode, NULL); 459: 460: shell_prefs_init (); 461: 462: ecode = meta_run (); 463: 464: g_debug ("Doing final cleanup"); 465: _shell_global_destroy_gjs_context (shell_global_get ()); 466: g_object_unref (shell_global_get ()); 467: