Project

General

Profile

Actions

Bug #7064

closed

super from at_exit will segv

Added by tenderlovemaking (Aaron Patterson) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
ruby 2.0.0dev (2012-09-13 trunk 36956) [x86_64-darwin12.1.0]
Backport:
[ruby-core:47679]

Description

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.

Actions

Also available in: Atom PDF

Like0
Like0Like0