Original bug ID: 5368
Reporter: till
Assigned to: @garrigue
Status: closed (set by @gasche on 2011-12-13T09:35:19Z)
Resolution: not fixable
Priority: normal
Severity: crash
Version: 3.12.1
Category: ~DO NOT USE (was: OCaml general)
Bug description
Here's a quick script to generate a program with 100000 elements; on my current machine the compiler segfaults while trying to type check it:
cat > big_list.ml <<EOF
let big x = [
$(yes "true;" | head -n 100000)
]
EOF
(This bug was triggered on auto-generated code)