Browse thread
[Caml-list] Segmentation fault at process initialization
[
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: | Alex Baretta <alex@b...> |
| Subject: | [Caml-list] Segmentation fault at process initialization |
When the Xcaml runtime system is linked with the -linkall option of ocamlc-3.06, the xcaml executable I get crashes with a segmentation fault at process initialization. If, on the other hand, I link the executable without the -linkall option, it runs fine, except for the fact that it lacks several library modules it should have. The libraries I'm using are the following: postgres, which is know to work very well; cgi, which contains no C code; and str, num and dynlink coming straight from the ocaml distribution. My code is definitely not a problem because it runs fine if the -linkall option is suppressed. Neither is the -linkall option a problem in and of itself, because I can reproduce the behaviour by issuing equivalent linking commands using the cmo files as opposed the cmas. How can I diagnose this segmentation fault? Under what circumstances exactly are ocaml programs "allowed" to crash with a segmentation fault? Alex ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners