From: Tanaka Akira Date: 2013-07-24T21:16:57+09:00 Subject: [ruby-core:56156] Re: [ruby-trunk - Bug #8680][Open] ruby crashes when built with AddressSanitizer 2013/7/24 halfie (Ruby Guy) : > Bug #8680: ruby crashes when built with AddressSanitizer > https://bugs.ruby-lang.org/issues/8680 > Is this expected behaviour? Can we patch ruby to be a bit more friendly towards AddressSanitizer? Ruby uses conservertive garbage collection. I.e. Ruby scans stack area from beginning to end, including undefined area intentionally. Is it related? -- Tanaka Akira