#0 _g_log_abort (breakpoint=1) at ../../../../glib/gmessages.c:554 [Error: gmessages.c was not found in source tree] #1 0x00007f103cc3a99c 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 0x00005634aeeec7b5 in default_log_handler (log_domain=log_domain@entry=0x7f103b95f9c1 "Clutter", log_level=log_level@entry=6, message=message@entry=0x5634b59efef0 "ClutterBoxLayout child panel minimum height: -1.000000 < 0 for width 1920.000000", 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 0x00007f103cc3ac2d in g_logv (log_domain=0x7f103b95f9c1 "Clutter", log_level=G_LOG_LEVEL_ERROR, format=, args=args@entry=0x7ffc055ccc20) at ../../../../glib/gmessages.c:1341 [Error: gmessages.c was not found in source tree] #4 0x00007f103cc3ad9f in g_log (log_domain=log_domain@entry=0x7f103b95f9c1 "Clutter", log_level=log_level@entry=G_LOG_LEVEL_ERROR, format=format@entry=0x7f103b96a2a8 "ClutterBoxLayout child %s minimum %s: %f < 0 for %s %f") at ../../../../glib/gmessages.c:1403 [Error: gmessages.c was not found in source tree] #5 0x00007f103b8d9a1e in clutter_box_layout_allocate (layout=0x7f0fa809bb30, container=, box=, flags=CLUTTER_ABSOLUTE_ORIGIN_CHANGED) at clutter-box-layout.c:1010 [Error: clutter-box-layout.c was not found in source tree] #6 0x00007f103a6bb03b in st_widget_allocate (actor=0x5634bf180650, box=, flags=CLUTTER_ABSOLUTE_ORIGIN_CHANGED) at ../src/st/st-widget.c:426 421: 422: st_theme_node_get_content_box (theme_node, box, &content_box); 423: 424: /* If we've chained up to here, we want to allocate the children using the 425: * currently installed layout manager */ 426: clutter_layout_manager_allocate (clutter_actor_get_layout_manager (actor), 427: CLUTTER_CONTAINER (actor), 428: &content_box, 429: flags); 430: } 431: #7 0x00007f103a699139 in st_box_layout_allocate (actor=0x5634bf180650, box=0x5634b12e3c60, flags=) at ../src/st/st-box-layout.c:288 283: StThemeNode *theme_node = st_widget_get_theme_node (ST_WIDGET (actor)); 284: ClutterLayoutManager *layout = clutter_actor_get_layout_manager (actor); 285: ClutterActorBox content_box; 286: gfloat avail_width, avail_height, min_width, natural_width, min_height, natural_height; 287: 288: CLUTTER_ACTOR_CLASS (st_box_layout_parent_class)->allocate (actor, box, flags); 289: 290: st_theme_node_get_content_box (theme_node, box, &content_box); 291: clutter_actor_box_get_size (&content_box, &avail_width, &avail_height); 292: 293: clutter_layout_manager_get_preferred_width (layout, CLUTTER_CONTAINER (actor), #8 0x00007f103b8c64f4 in clutter_actor_allocate_internal (flags=CLUTTER_ABSOLUTE_ORIGIN_CHANGED, allocation=, self=0x5634bf180650) at clutter-actor.c:9973 [Error: clutter-actor.c was not found in source tree] #9 clutter_actor_set_animatable_property (actor=actor@entry=0x5634bf180650, prop_id=, value=value@entry=0x7ffc055ccfc0, pspec=pspec@entry=0x5634b0600d70) at clutter-actor.c:14988 [Error: clutter-actor.c was not found in source tree] #10 0x00007f103b8ca770 in _clutter_actor_create_transition (actor=actor@entry=0x5634bf180650, pspec=0x5634b0600d70) at clutter-actor.c:19281 [Error: clutter-actor.c was not found in source tree] #11 0x00007f103b8cb355 in clutter_actor_allocate (self=self@entry=0x5634bf180650, box=box@entry=0x7ffc055cd220, flags=CLUTTER_ABSOLUTE_ORIGIN_CHANGED, flags@entry=CLUTTER_ALLOCATION_NONE) at clutter-actor.c:10110 [Error: clutter-actor.c was not found in source tree] #12 0x00007f103b8cba23 in clutter_actor_allocate_preferred_size (self=0x5634bf180650, flags=CLUTTER_ALLOCATION_NONE) at clutter-actor.c:15553 [Error: clutter-actor.c was not found in source tree] #13 0x00007f1036b94e18 in ffi_call_unix64 () at ../src/x86/unix64.S:76 [Error: unix64.S was not found in source tree] #14 0x00007f1036b9487a in ffi_call (cif=cif@entry=0x5634b23e8198, fn=, rvalue=, rvalue@entry=0x7ffc055cd4a8, avalue=avalue@entry=0x7ffc055cd3a0) at ../src/x86/ffi64.c:525 [Error: ffi64.c was not found in source tree] #15 0x00007f103bbf73c8 in gjs_invoke_c_function (context=context@entry=0x5634b08cac30, function=function@entry=0x5634b23e8180, obj=..., obj@entry=..., args=..., js_rval=..., r_value=r_value@entry=0x0) at gi/function.cpp:1033 [Error: function.cpp was not found in source tree] #16 0x00007f103bbf8ca4 in function_call (context=context@entry=0x5634b08cac30, js_argc=1, vp=0x7ffc055cda28) at gi/function.cpp:1351 [Error: function.cpp was not found in source tree] #17 0x00007f1033b88e6c in js::CallJSNative (args=..., native=0x7f103bbf8b40 , cx=0x5634b08cac30) at ./js/src/jscntxtinlines.h:239 [Error: jscntxtinlines.h was not found in source tree] #18 js::InternalCallOrConstruct (cx=cx@entry=0x5634b08cac30, args=..., construct=construct@entry=js::NO_CONSTRUCT) at ./js/src/vm/Interpreter.cpp:447 [Error: Interpreter.cpp was not found in source tree] #19 0x00007f1033b88f29 in InternalCall (cx=cx@entry=0x5634b08cac30, args=...) at ./js/src/vm/Interpreter.cpp:504 [Error: Interpreter.cpp was not found in source tree] #20 0x00007f1033b88f89 in js::Call (cx=cx@entry=0x5634b08cac30, fval=..., fval@entry=..., thisv=..., thisv@entry=..., args=..., rval=rval@entry=...) at ./js/src/vm/Interpreter.cpp:523 [Error: Interpreter.cpp was not found in source tree] #21 0x00007f103397cd09 in js::jit::InvokeFunction (cx=0x5634b08cac30, obj=..., constructing=, argc=, argv=0x7ffc055cdb10, rval=...) at ./js/src/jit/VMFunctions.cpp:114 [Error: VMFunctions.cpp was not found in source tree] #22 0x000037657c0683c6 in ?? () #23 0x00007f101f3d4070 in ?? () #24 0x00007ffc055cdac8 in ?? () #25 0xfffe7f0fcb253d00 in ?? () #26 0xfff9000000000000 in ?? () #27 0x00007f1034c6a360 in ?? () from /tmp/apport_sandbox_NWXjPy/usr/lib/x86_64-linux-gnu/libmozjs-52.so.0 #28 0x00007f101c0739a0 in ?? () #29 0x000037657c5a3d8e in ?? () #30 0x0000000000005020 in ?? () #31 0x00007f0fcb253d00 in ?? () #32 0x0000000000000000 in ?? ()