From: "tenderlovemaking (Aaron Patterson)" Date: 2012-09-25T05:42:57+09:00 Subject: [ruby-core:47679] [ruby-trunk - Bug #7064][Open] super from at_exit will segv Issue #7064 has been reported by tenderlovemaking (Aaron Patterson). ---------------------------------------- Bug #7064: super from at_exit will segv https://bugs.ruby-lang.org/issues/7064 Author: tenderlovemaking (Aaron Patterson) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: ruby 2.0.0dev (2012-09-13 trunk 36956) [x86_64-darwin12.1.0] Calling super inside at_exit will segv. For example: $ ruby -e'at_exit { super }' I'm not sure what super *should* do inside the at_exit block, but it probably shouldn't segv. -- http://bugs.ruby-lang.org/