Created
July 22, 2016 19:12
-
-
Save ensonic/cfcda3c77ae9293aee96f91aa15f0fae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Called from: | |
https://github.com/Buzztrax/buzztrax/blob/master/tests/bt-check-ui.c#L337-L356 | |
lt-bt_edit: cairo-surface.c:1653: cairo_surface_mark_dirty_rectangle: Assertion `! _cairo_surface_has_mime_data (surface)' failed. | |
Thread 1 "lt-bt_edit" received signal SIGABRT, Aborted. | |
0x00007ffff4493295 in raise () from /usr/lib/libc.so.6 | |
(gdb) bt | |
#0 0x00007ffff4493295 in raise () from /usr/lib/libc.so.6 | |
#1 0x00007ffff44946da in abort () from /usr/lib/libc.so.6 | |
#2 0x00007ffff448c297 in __assert_fail_base () from /usr/lib/libc.so.6 | |
#3 0x00007ffff448c342 in __assert_fail () from /usr/lib/libc.so.6 | |
#4 0x00007ffff572745f in INT_cairo_surface_mark_dirty_rectangle (surface=surface@entry=0xb66c80, x=<optimized out>, y=0, width=<optimized out>, | |
height=<optimized out>) at cairo-surface.c:1653 | |
#5 0x00007ffff57284c5 in INT_cairo_surface_mark_dirty (surface=surface@entry=0xb66c80) at cairo-surface.c:1606 | |
#6 0x00007ffff5e73355 in gdk_pixbuf_get_from_window (src=src@entry=0x120e170, src_x=src_x@entry=0, src_y=src_y@entry=0, width=800, height=600) | |
at gdkpixbuf-drawable.c:107 | |
#7 0x000000000049b011 in make_screenshot (widget=widget@entry=0xd1a320) at tests/bt-check-ui.c:355 | |
#8 0x000000000049b0e0 in check_make_widget_screenshot (widget=0xd1a320, name=0x0) at tests/bt-check-ui.c:453 | |
#9 0x00000000004247c2 in test_bt_edit_application_create (_i=<optimized out>) at tests/ui/edit/e-edit-application.c:79 | |
#10 0x00007ffff4a235fb in tcase_run_tfun_nofork (sr=sr@entry=0x8f4900, tc=tc@entry=0x8f4f10, i=i@entry=0, tfun=<optimized out>, tfun=<optimized out>) | |
at check_run.c:390 | |
#11 0x00007ffff4a239bc in srunner_iterate_tcase_tfuns (tc=0x8f4f10, sr=0x8f4900) at check_run.c:231 | |
#12 srunner_run_tcase (tc=0x8f4f10, sr=0x8f4900) at check_run.c:373 | |
#13 srunner_iterate_suites (print_mode=CK_SILENT, tcname=<optimized out>, sname=0x0, sr=0x8f4900) at check_run.c:195 | |
#14 srunner_run (sr=sr@entry=0x8f4900, sname=sname@entry=0x0, tcname=<optimized out>, tcname@entry=0x0, print_mode=print_mode@entry=CK_NORMAL) | |
at check_run.c:782 | |
#15 0x00007ffff4a23f5b in srunner_run_all (sr=sr@entry=0x8f4900, print_mode=print_mode@entry=CK_NORMAL) at check_run.c:739 | |
#16 0x000000000041f817 in main (argc=<optimized out>, argv=<optimized out>) at tests/m-bt-edit.c:215 | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment