caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* backtrace output: feature request
@ 2007-04-18 16:03 Sam Steingold
  2007-04-22 10:10 ` [Caml-list] " Xavier Leroy
  0 siblings, 1 reply; 3+ messages in thread
From: Sam Steingold @ 2007-04-18 16:03 UTC (permalink / raw)
  To: caml-list

it appears that starting with 3.10 stack traces for natively compiled 
executables will be available. thanks!
one thing that I would love to see is being able to redirect this output:

try Result (foo ())
with e ->
   fprintf logstream "error: %s" (error_to_string e);
   stack_trace logstream;
   Error e

so that I can log both errors and their stack traces in a file for later 
examination, but still continue running.

Thanks.

Sam.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-04-22 14:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-18 16:03 backtrace output: feature request Sam Steingold
2007-04-22 10:10 ` [Caml-list] " Xavier Leroy
2007-04-22 14:35   ` Sam Steingold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).