Created
February 23, 2020 21:25
-
-
Save daniloegea/083a8ecf2f0ada3c28e7ff58fb3a27ca 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
Process 16772 stopped | |
* thread #1, name = 'photoflow', stop reason = signal SIGABRT | |
frame #0: 0x0000000803ef118a libc.so.7`__sys_thr_kill at thr_kill.S:4 | |
1 /* @generated by libc/sys/Makefile.inc */ | |
2 #include "compat.h" | |
3 #include "SYS.h" | |
-> 4 RSYSCALL(thr_kill) | |
5 .section .note.GNU-stack,"",%progbits | |
(lldb) bt | |
* thread #1, name = 'photoflow', stop reason = signal SIGABRT | |
* frame #0: 0x0000000803ef118a libc.so.7`__sys_thr_kill at thr_kill.S:4 | |
frame #1: 0x0000000803ef0b34 libc.so.7`__raise(s=6) at raise.c:52:10 | |
frame #2: 0x0000000803e64199 libc.so.7`abort at abort.c:67:8 | |
frame #3: 0x00000008029b25d5 libglib-2.0.so.0`g_assertion_message + 405 | |
frame #4: 0x00000008029b263e libglib-2.0.so.0`g_assertion_message_expr + 94 | |
frame #5: 0x000000080254fe0f libvips.so.42`vips_buffer_undone(buffer=0x000000080c809800) at buffer.c:401:3 | |
frame #6: 0x00000008025500ca libvips.so.42`vips_buffer_unref(buffer=0x000000080c809800) at buffer.c:444:3 | |
frame #7: 0x00000008025409ac libvips.so.42`vips_region_dispose(gobject=0x00000008102f2820) at region.c:307:2 | |
frame #8: 0x0000000802896c73 libgobject-2.0.so.0`g_object_unref + 227 | |
frame #9: 0x00000000006432eb photoflow`PF::ImageArea::dispose(this=0x0000000809bd9700) at imagearea.cc:278:3 | |
frame #10: 0x000000000077bdae photoflow`PF::Pipeline::~Pipeline(this=0x000000080be23b90) at pipeline.cc:110:15 | |
frame #11: 0x000000000074f8d4 photoflow`PF::Image::do_destroy(this=<unavailable>) at image.cc:780:7 | |
frame #12: 0x00000000006157df photoflow`PF::ImageEditor::dispose(this=0x000000080aeac200) at imageeditor.cc:671:12 | |
frame #13: 0x000000000060b566 photoflow`PF::MainWindow::remove_tab(this=0x000000080a03c000, widget=0x000000080aeac200, immediate=<unavailable>) at mainwindow.cc:1304:13 | |
frame #14: 0x000000000060af25 photoflow`PF::MainWindow::remove_all_tabs(this=<unavailable>) at mainwindow.cc:478:10 | |
frame #15: 0x000000000060ba36 photoflow`PF::MainWindow::on_delete_event(this=<unavailable>, event=<unavailable>) at mainwindow.cc:536:3 | |
frame #16: 0x00000008033f3c3a libgtkmm-2.4.so.1`Gtk::Widget_Class::delete_event_callback(_GtkWidget*, _GdkEventAny*) + 90 | |
frame #17: 0x0000000803862178 libgtk-x11-2.0.so.0`___lldb_unnamed_symbol2078$$libgtk-x11-2.0.so.0 + 104 | |
frame #18: 0x0000000802891acd libgobject-2.0.so.0`g_closure_invoke + 189 | |
frame #19: 0x00000008028a7823 libgobject-2.0.so.0`___lldb_unnamed_symbol210$$libgobject-2.0.so.0 + 2099 | |
frame #20: 0x00000008028a84e7 libgobject-2.0.so.0`g_signal_emit_valist + 2167 | |
frame #21: 0x00000008028a8b36 libgobject-2.0.so.0`g_signal_emit + 134 | |
frame #22: 0x000000080399d8d4 libgtk-x11-2.0.so.0`___lldb_unnamed_symbol4413$$libgtk-x11-2.0.so.0 + 676 | |
frame #23: 0x000000080385fbd6 libgtk-x11-2.0.so.0`gtk_main_do_event + 1334 | |
frame #24: 0x0000000803ad1a31 libgdk-x11-2.0.so.0`___lldb_unnamed_symbol490$$libgdk-x11-2.0.so.0 + 81 | |
frame #25: 0x000000080298b068 libglib-2.0.so.0`g_main_context_dispatch + 360 | |
frame #26: 0x000000080298b414 libglib-2.0.so.0`___lldb_unnamed_symbol119$$libglib-2.0.so.0 + 548 | |
frame #27: 0x000000080298b76f libglib-2.0.so.0`g_main_loop_run + 223 | |
frame #28: 0x000000080385f3bf libgtk-x11-2.0.so.0`gtk_main + 191 | |
frame #29: 0x0000000803377993 libgtkmm-2.4.so.1`Gtk::Main::run(Gtk::Window&) + 163 | |
frame #30: 0x00000000005ff120 photoflow`main(argc=<unavailable>, argv=<unavailable>) at main.cc:423:5 | |
frame #31: 0x00000000005fd10f photoflow`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1.c:76:7 | |
(lldb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment