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