Browse thread
Tips to find the cause of a seg fault
[
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: | 2010-11-30 (23:18) |
From: | oliver@f... |
Subject: | Re: [Caml-list] Tips to find the cause of a seg fault |
On Wed, Dec 01, 2010 at 12:08:12AM +0100, Philippe Veber wrote: > Short story (details below): I'm currently writing a program relying on > react, lablgl and ocamlsdl. This program segfaults on my laptop under two > linux distributions (ubuntu and gentoo) but doesn't on a PC under ubuntu. > The seg fault occurs with both bytecode and native executables. I don't do [...] A minimal program plus a Makefile would make helping easier. Did you tried the code with a different X-driver? Maybe it's a problem there. Or maybe something is not linked correctly against the X-libs? Just a guess. Ciao, Oliver