Project

General

Profile

« Previous | Next » 

Revision d4585e74

Added by alanwu (Alan Wu) almost 5 years ago

Avoid potential for rb_raise() while crashing

rb_obj_raw_info is called while printing out crash messages and
sometimes called during garbage collection. Calling rb_raise() in these
situations is undesirable because it can start executing ensure blocks.