Project

General

Profile

« Previous | Next » 

Revision 1d57924d

Added by nagachika (Tomoyuki Chikanaga) 7 months ago

merge revision(s) a1758fbd7fe7406601b0eb1617752db59b83586a:

    Crash when malloc during GC

    This feature was introduced in commit 2ccf6e5, but I realized that
    using rb_warn is a bad idea because it allocates objects, which causes
    a different crash ("object allocation during garbage collection phase").
    We should just hard crash here instead.