From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail1-relais-roc.national.inria.fr (mail1-relais-roc.national.inria.fr [192.134.164.82]) by walapai.inria.fr (8.13.6/8.13.6) with ESMTP id p9FKGin6020983 for ; Sat, 15 Oct 2011 22:16:47 +0200 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqMCALvpmU7UGyoBlGdsb2JhbABDp215IgEBAQEJCwkJFAMigm0gARwWGAMCAQIBSw0IAQGHfZcunmKDK4RdBJN6kVg X-IronPort-AV: E=Sophos;i="4.69,351,1315173600"; d="scan'208,217";a="124277135" Received: from smtp1-g21.free.fr ([212.27.42.1]) by mail1-smtp-roc.national.inria.fr with ESMTP; 15 Oct 2011 22:16:46 +0200 Received: from [IPv6:2a01:e35:1393:daa0:fdc6:b91b:ccda:ae51] (unknown [IPv6:2a01:e35:1393:daa0:fdc6:b91b:ccda:ae51]) by smtp1-g21.free.fr (Postfix) with ESMTP id 862E694045A for ; Sat, 15 Oct 2011 22:16:40 +0200 (CEST) Message-ID: <4E99EA23.6060406@free.fr> Date: Sat, 15 Oct 2011 22:16:35 +0200 From: Emmanuel Dieul User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Caml List Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: [Caml-list] ocamlrun: Segmentation fault (core dumped) Hi all,

I'm developing a little game using ocaml and lablgtk2. During the game
(under cygwin), I've got a segmentation fault for ocamlrun :

[emmanuel@localhost ~/]$ cat ocamlrun.exe.stackdump
Exception: STATUS_ACCESS_VIOLATION at eip=610E73DA
eax=1BDCCE64 ebx=01E1C530 ecx=75A50C48 edx=00000000 esi=01E1C588 edi=1BB8CE64
ebp=1BB8CD98 esp=1BB8CD60 program=L:\programmation\cygwin\bin\ocamlrun.exe, pid 6260, thread unknown (0x1CBC)
cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B
Stack trace:
Frame     Function  Args
1BB8CD98  610E73DA  (01E1C530, 1BB8CDD4, 610E73A0, 01E1C530)
End of stack trace
[emmanuel@localhost ~/]$ ocaml -version
The Objective Caml toplevel, version 3.12.0

Is there a way to know if the problem comes from ocamlrun or if it comes
from the (labl)gtk libraries for windows?

Manu