fork download
  1. import java.util.*;
  2. class Main
  3. {
  4. public static void main (String[] args) throws java.lang.Exception
  5. {
  6. ArrayList<Long> al = new ArrayList<Long>(3500000);
  7. }
  8. }
Runtime error #stdin #stdout 0.05s 245760KB
stdin
Standard input is empty
stdout
#
# 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://j...content-available-to-author-only...n.com/webapps/bugreport/crash.jsp
#