Browse thread
Causes for segfaults
[
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: | Jamie Brandon <jamie@s...> |
| Subject: | Re: [Caml-list] Causes for segfaults |
> If it is, perhaps try to limit it and try again in bytecode to see > if the Segmentation Fault is transformed into a Stack Overflow. Marshalling is not tail-recursive, so I will always get a stack overflow marshalling this much data. Setting ulimit -s unlimited prevents this but also obscures the current problem.