Language
Java
Compiler
OpenJDK jdk-22+36
Options
$ javac prog.java
[0.038s][warning][os,thread] Failed to start thread "Unknown thread" - pthread_create failed (EAGAIN) for attributes: stacksize: 1048576k, guardsize: 0k, detached.
Exception in thread "main"
[0.039s][warning][os,thread] Failed to start the native thread for java.lang.Thread ""
java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
at java.base/java.lang.Thread.start0(Native Method)
at java.base/java.lang.Thread.start(Thread.java:1513)
at WandBox.main(prog.java:16)
Exit Code:
1