GNOME Bugzilla – Bug 742841
Libreoffice's contour-dialog causes crash
Last modified: 2015-01-13 17:14:32 UTC
Starting program: /usr/bin/mutter --replace [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x7fffe8e9a700 (LWP 7302)] [New Thread 0x7fffe0cb9700 (LWP 7303)] [New Thread 0x7fffdbfff700 (LWP 7325)] [New Thread 0x7fffdafbf700 (LWP 7326)] (mutter:7253): mutter-CRITICAL **: meta_ui_frame_get_borders: assertion 'type < META_FRAME_TYPE_LAST' failed (mutter:7253): mutter-CRITICAL **: meta_theme_get_frame_borders: assertion 'type < META_FRAME_TYPE_LAST' failed *** BUG *** In pixman_region32_init_rect: Invalid rectangle passed Set a breakpoint on '_pixman_log_error' to debug (mutter:7253): mutter-CRITICAL **: meta_theme_get_frame_layout: assertion 'type < META_FRAME_TYPE_LAST' failed Program received signal SIGSEGV, Segmentation fault. 0x00007ffff78687cc in meta_frame_layout_apply_scale (layout=layout@entry=0x0, font_desc=font_desc@entry=0xf2cf20) at ui/theme.c:176 176 ui/theme.c: Datei oder Verzeichnis nicht gefunden. (gdb) t a a bt
+ Trace 234546
Thread 1 (Thread 0x7ffff7f81a40 (LWP 7253))
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find. *** This bug has been marked as a duplicate of bug 742666 ***
This is not a dupe of the mentioned bug and happens using mutter git based on https://git.gnome.org/browse/mutter/commit/?id=b6d070b06f895c57dc6eae05934acd73b86e22c8
Trace for mutter-CRITICAL **: meta_ui_frame_get_borders: assertion 'type < META_FRAME_TYPE_LAST' failed Breakpoint 1, write_string (fd=fd@entry=2, string=string@entry=0xedc310 "\n(mutter:19773): mutter-CRITICAL **: meta_ui_frame_get_borders: assertion 'type < META_FRAME_TYPE_LAST' failed\n") at /build/buildd/glib2.0-2.43.2+git20150109.12b5eff6/./glib/g messages.c:356 356 /build/buildd/glib2.0-2.43.2+git20150109.12b5eff6/./glib/gmessages.c: Datei oder Verzeichnis nicht gefunden. (gdb) bt full
+ Trace 234549
The following fix has been pushed: f71315e frames: Fix window-type/frame-type mix-up
Created attachment 294450 [details] [review] frames: Fix window-type/frame-type mix-up Commit 7e66d2a484e4b2 killed off META_CORE_GET_FRAME_TYPE, but got the replacement wrong - MetaWindowType is an enum like MetaFrameType, but the two are not interchangeable.