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: | David Baelde <david.baelde@g...> |
| Subject: | Re: [Caml-list] Getting exception backtraces without exiting ocaml |
Hi, When a thread throws an exception it simply exits without killing the whole process, and a stacktrace is issued. Dunno if that could help... -- David