Skip to content

Commit b32dc12

Browse files
committed
Merge remote-tracking branch 'origin/jruby-9.4' into jruby-10.0
2 parents 574c478 + e50e94a commit b32dc12

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

core/src/main/java/org/jruby/internal/runtime/RubyRunnable.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public void run() {
111111
// uber-ThreadKill catcher, since it should always just mean "be dead"
112112
try {
113113
// Push a frame for the toplevel of the thread
114+
context.pushFrame();
114115

115116
// Call the thread's code
116117
Block threadBlock = proc.getBlock();

0 commit comments

Comments
 (0)