Skip to content

Instantly share code, notes, and snippets.

@timofei7
Created December 6, 2011 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timofei7/1439945 to your computer and use it in GitHub Desktop.
Save timofei7/1439945 to your computer and use it in GitHub Desktop.
stacktrace for synfigstudio crashes os x 10.7.2 (homebrew compiled) synfig/synfigstudio version 0.63.03 (happened in 0.63.02 as well)
Starting program: /usr/local/bin/synfigstudio
Reading symbols for shared libraries ++++++++++++++++++++++++++++++...............................warning: Could not find object file "/private/tmp/homebrew-libffi-3.0.9-iZ0U/libffi-3.0.9/src/.libs/debug.o" - no debug information available for "debug.c".
warning: Could not find object file "/private/tmp/homebrew-libffi-3.0.9-iZ0U/libffi-3.0.9/src/.libs/prep_cif.o" - no debug information available for "prep_cif.c".
warning: Could not find object file "/private/tmp/homebrew-libffi-3.0.9-iZ0U/libffi-3.0.9/src/.libs/types.o" - no debug information available for "types.c".
warning: Could not find object file "/private/tmp/homebrew-libffi-3.0.9-iZ0U/libffi-3.0.9/src/.libs/raw_api.o" - no debug information available for "raw_api.c".
warning: Could not find object file "/private/tmp/homebrew-libffi-3.0.9-iZ0U/libffi-3.0.9/src/.libs/java_raw_api.o" - no debug information available for "java_raw_api.c".
warning: Could not find object file "/private/tmp/homebrew-libffi-3.0.9-iZ0U/libffi-3.0.9/src/.libs/closures.o" - no debug information available for "closures.c".
warning: Could not find object file "/private/tmp/homebrew-libffi-3.0.9-iZ0U/libffi-3.0.9/src/x86/.libs/ffi64.o" - no debug information available for "ffi64.c".
....................................................................................................................... done
Breakpoint 1 at 0x7fff8cc136c0
Pending breakpoint 1 - "malloc_error_break" resolved
synfig studio -- starting up application...
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
synfig(40710) [15:48:33] info: Loading modules from /usr/local/Cellar/synfig/0.63.03/etc/synfig_modules.cfg
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
Reading symbols for shared libraries .. done
Reading symbols for shared libraries . done
Reading symbols for shared libraries . done
(synfigstudio:40710): GLib-GObject-CRITICAL **: Object class gtkmm__CustomObject_N6studio15ValueBase_EntryE doesn't implement property 'editing-canceled' from interface 'GtkCellEditable'
synfigstudio(40710,0x7fff748e0960) malloc: *** error for object 0x1016d6168: pointer being freed was not allocated
*** set a breakpoint in malloc_error_break to debug
Breakpoint 1, 0x00007fff8cc136c0 in malloc_error_break ()
(gdb) bt
#0 0x00007fff8cc136c0 in malloc_error_break ()
#1 0x00007fff8cc13805 in free ()
#2 0x000000010138eb90 in Cairo::Context::~Context ()
#3 0x00000001001a783b in studio::Renderer_Canvas::render_vfunc ()
#4 0x0000000100284eec in studio::WorkArea::refresh ()
#5 0x0000000100294df8 in sigc::internal::slot_call1<sigc::bound_mem_functor1<bool, studio::WorkArea, _GdkEventExpose*>, bool, _GdkEventExpose*>::call_it ()
#6 0x0000000100aa96fd in (anonymous namespace)::Widget_signal_expose_event_callback ()
#7 0x0000000100feb30f in _gtk_marshal_BOOLEAN__BOXED ()
#8 0x0000000101804e9b in g_closure_invoke ()
#9 0x0000000101810c07 in signal_emit_unlocked_R ()
#10 0x00000001018114d4 in g_signal_emit_valist ()
#11 0x0000000101811a34 in g_signal_emit ()
#12 0x00000001010dde06 in gtk_widget_event_internal ()
#13 0x0000000100fe990f in gtk_main_do_event ()
#14 0x00000001013dc391 in _gdk_window_process_updates_recurse ()
#15 0x00000001013dc2f2 in _gdk_window_process_updates_recurse ()
#16 0x00000001013db473 in gdk_window_process_updates_internal ()
#17 0x00000001013db87c in gdk_window_process_all_updates ()
#18 0x0000000100f74b3a in gtk_container_idle_sizer ()
#19 0x00000001013ba408 in gdk_threads_dispatch ()
#20 0x0000000101873585 in g_main_context_dispatch ()
#21 0x00000001018756d7 in g_main_context_iterate ()
#22 0x00000001018757b2 in g_main_context_iteration ()
#23 0x0000000100fe99e5 in gtk_main_iteration_do ()
#24 0x0000000100a3e5e7 in Gtk::Main::iteration_impl ()
#25 0x0000000100a3e577 in Gtk::Main::iteration ()
#26 0x00000001002739c7 in studio::SplashProgress::task ()
#27 0x00000001001c9777 in studio::App::App ()
#28 0x0000000100001ae9 in main ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment