|
From: David E. <tw...@us...> - 2004-01-14 05:22:44
|
On Tue, 2004-01-13 at 21:48, Lauren A wrote:
> Hi. I'm having a strange problem, and I was wondering
> if you had any ideas about it. My program, written in
> OCaml and C, has a seg fault in it. But when I run the
> program under Valgrind, there's no seg fault. Any
> ideas on why that would happen?
Is your program threaded with pthreads? Could be a race condition in
that case.
--
Regards,
-\- David Eriksson -/-
SynCE - http://synce.sourceforge.net
CalcEm - http://calcem.sourceforge.net
Desquirr - http://desquirr.sourceforge.net
SetiWrapper - http://setiwrapper.sourceforge.net
|