Actions
Bug #15447
closedRaising an exception with non-exception cause breaks backtrace printer
Description
$ ./miniruby -e 'raise "foo", cause: 1'
Traceback (most recent call last):
Traceback (most recent call last):
Traceback (most recent call last):
...
Updated by mame (Yusuke Endoh) about 6 years ago
- Status changed from Open to Closed
Applied in changeset trunk|r66475.
eval_error.c (show_cause): check if cause is an Exception or not
Fixes [Bug #15447]
Actions
Like0
Like0