main: Record and print full exception stack traces.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 6 Jan 2011 12:40:29 +0000 (12:40 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 6 Jan 2011 12:43:48 +0000 (12:43 +0000)
This turns on stack trace recording unconditionally (the same
effect as if OCAMLRUNPARAM=b was always supplied), and also prints
stack traces to the log file if there is an exception.

See also:
http://caml.inria.fr/pub/docs/manual-ocaml/libref/Printexc.html

Note that this requires OCaml >= 3.11.0.


No differences found