Browse thread
backtrace patch
- Jake Donham
[
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: | 2007-09-18 (06:45) |
From: | Jake Donham <jake.donham@s...> |
Subject: | backtrace patch |
Hi list, Here is a little patch to get access to stack traces inside a running program, for use with long-running servers. It is like Markus Mottl's patch but uses the standard backtrace mechanism. It works with both bytecode and native code. Patch and instructions here: http://skydeck.com/blog/programming/stack-traces-in-ocaml/ I hope that you find it useful. Jake