1 2 3 4 5 6 7 8 | import java.util.*; class Main { public static void main (String[] args) throws java.lang.Exception { ArrayList<Long> al = new ArrayList<Long>(3500000); } } |
aW1wb3J0IGphdmEudXRpbC4qOwpjbGFzcyBNYWluCnsKICBwdWJsaWMgc3RhdGljIHZvaWQgbWFpbiAoU3RyaW5nW10gYXJncykgdGhyb3dzIGphdmEubGFuZy5FeGNlcHRpb24KICB7CiAgICAgQXJyYXlMaXN0PExvbmc+IGFsID0gbmV3IEFycmF5TGlzdDxMb25nPigzNTAwMDAwKTsKICB9Cn0=
-
upload with new input
-
result: Runtime error time: 0.05s memory: 245760 kB signal: -1
# # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0xb71682ed, pid=13316, tid=3032583024 # # JRE version: 6.0_31-b04 # Java VM: Java HotSpot(TM) Client VM (20.6-b01 mixed mode, sharing linux-x86 ) # Problematic frame: # V [libjvm.so+0x3422ed] MarkSweep::AdjustPointerClosure::do_oop(oopDesc**)+0xd # # An error report file with more information is saved as: # /tmp/hs_err_pid13316.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp #
/spoj/java_run: line 3: 13316 Aborted /opt/$1/bin/java -client -Xmx96M -Xms16M -Xbatch -Dfile.encoding=UTF-8 -jar tested.zip


