Browse thread
Getting exception backtraces without exiting ocaml
-
Denis Bueno
- David Baelde
- Florian Weimer
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Florian Weimer <fw@d...> |
| Subject: | Re: [Caml-list] Getting exception backtraces without exiting ocaml |
* Denis Bueno: > Is there a way to get an exception backtrace *without* having to exit > the ocaml runtime? It seems that the backtrace is unconditionally written to standard error, so it will be difficult to obtain it even if you can keep the process around.