We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 574c478 + e50e94a commit b32dc12Copy full SHA for b32dc12
1 file changed
core/src/main/java/org/jruby/internal/runtime/RubyRunnable.java
@@ -111,6 +111,7 @@ public void run() {
111
// uber-ThreadKill catcher, since it should always just mean "be dead"
112
try {
113
// Push a frame for the toplevel of the thread
114
+ context.pushFrame();
115
116
// Call the thread's code
117
Block threadBlock = proc.getBlock();
0 commit comments