From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 6D296BB81 for ; Tue, 13 Dec 2005 15:40:41 +0100 (CET) Received: from hotmail.com (bay106-f23.bay106.hotmail.com [65.54.161.33]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id jBDEedwe031836 for ; Tue, 13 Dec 2005 15:40:40 +0100 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 13 Dec 2005 06:40:38 -0800 Message-ID: Received: from 65.54.161.200 by by106fd.bay106.hotmail.msn.com with HTTP; Tue, 13 Dec 2005 14:40:38 GMT X-Originating-IP: [212.128.75.252] X-Originating-Email: [dolarsrg@msn.com] X-Sender: dolarsrg@msn.com From: "Santi [dolarsrg]" To: caml-list@yquem.inria.fr Subject: Compilation Problem Date: Tue, 13 Dec 2005 15:40:38 +0100 Mime-Version: 1.0 Content-Type: text/html; charset=iso-8859-1; format=flowed X-OriginalArrivalTime: 13 Dec 2005 14:40:38.0223 (UTC) FILETIME=[2F18FDF0:01C5FFF3] X-j-chkmail-Score: MSGID : 439EDD67.000 on nez-perce : j-chkmail score : XX : 0/20 2 X-Miltered: at nez-perce with ID 439EDD67.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; compilation:01 traceback:01 000002:98 020:98 000066:98 camlc:01 compile:01 bin:01 caml:02 caml:02 fix:04 fault:04 msn:95 problem:05 problem:05 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: * X-Spam-Status: No, score=1.2 required=5.0 tests=HTML_40_50,HTML_MESSAGE, MIME_HTML_ONLY,MSGID_FROM_MTA_HEADER autolearn=disabled version=3.0.3
Hi:
 
I've a problem when trying to compile my code in CAML. When I use the interpreter (windows interface) every thing is ok and I got no errors. But when I go to MS-Dos and try to execute this command line:
 
C:\CAML\BIN>camlc -o my.exe my.ml
 
I got this error:
Exiting due to signal SIGSEGV
General Protection Fault at eip=00010c18
eax=ffc90000 ebx=00000000 ecx=000002dd edx=ffc90000 esi=00001000 edi=00000009
ebp=000620b4 esp=000620a4 cs=01f7 ds=01ff es=01ff fs=01cf gs=020f ss=01ff
Call frame traceback EIPs:
  0x00010c18
  0x00010b95
  0x000066a0
  0x00004321
  0x00004357
  0x0000824c
  0x00002197
  0x0000e737
 
Wath's the problem? Is a SO error? How can I fix it?
 
Im using CAML Light 0.74.
 
Thanks for all.