ABRT for Ruby

KOSAKI Motohiro kosaki.motohiro at gmail.com
Tue Apr 17 16:14:48 UTC 2012


(4/16/12 3:54 PM), Vít Ondruch wrote:
> Hello,
>
> I've put together some basic implementation of ABRT support for Ruby. It means that whenever your application/library fails in Ruby code (note that this does not catch segfaults), it will be easy to your users to report such problem into Bugzilla.
>
> Source code: https://github.com/voxik/abrt-ruby
> Gem: gem install abrt

Oops. This seems wrong idea. When SEGV occur, ruby code can't work. we need simple C extension, maybe. At least, you want to merge
it into upstream.



More information about the ruby-sig mailing list