From: Kouhei S. <ko...@co...> - 2016-01-03 15:11:17
|
Hi, In <145...@ss...> "[ruby-gnome2-devel-en] Crashes when cairo is compiled with xlib-xcb xcb options" on Sun, 03 Jan 2016 15:19:58 +0100, Stefan Salewski <ma...@ss...> wrote: > cairo-1.14.6 was compiled with that options on my Gentoo AMD64 Linux > box, and I discovered yesterday that my program > http://ssalewski.de/PetEd.html.en crashed when I started it with command > "ruby peted.rb" and immediately closed that empty window by clicking the > cross on top right corner. Could you get C level backtrace? segv-handler-gdb gem will help you: https://github.com/kou/segv-handler-gdb % gem install segv-handler-gdb % ruby -rsegv-handler-gdb peted.rb (crashed) % ls /tmp/segv-handler-gdb* Thanks, -- kou |