Skip to content

Commit 9f1e76d

Browse files
committed
Merge remote-tracking branch 'origin/jruby-10.0'
2 parents a8a7fe3 + b32dc12 commit 9f1e76d

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
@@ -106,6 +106,7 @@ public void run() {
106106
// uber-ThreadKill catcher, since it should always just mean "be dead"
107107
try {
108108
// Push a frame for the toplevel of the thread
109+
context.pushFrame();
109110

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

0 commit comments

Comments
 (0)