From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by sympa.inria.fr (Postfix) with ESMTPS id A0E577EC6E for ; Wed, 29 Jan 2014 02:09:53 +0100 (CET) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of xavier.vdw@gmail.com) identity=pra; client-ip=209.85.216.45; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="xavier.vdw@gmail.com"; x-sender="xavier.vdw@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of xavier.vdw@gmail.com designates 209.85.216.45 as permitted sender) identity=mailfrom; client-ip=209.85.216.45; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="xavier.vdw@gmail.com"; x-sender="xavier.vdw@gmail.com"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of postmaster@mail-qa0-f45.google.com) identity=helo; client-ip=209.85.216.45; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="xavier.vdw@gmail.com"; x-sender="postmaster@mail-qa0-f45.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: An8CAKVU6FLRVdgtlGdsb2JhbABag0RWvQWBBwgWDgEBAQEHCwsJEiqCHFABGx4DEggBB1wBAREBBQE1h3ABAxENmyGDCIxcgwmSdQoZJw1khzgRAQEEDIxeGYF4IYQiBJY8gWyMXoNUGCmEWjs X-IPAS-Result: An8CAKVU6FLRVdgtlGdsb2JhbABag0RWvQWBBwgWDgEBAQEHCwsJEiqCHFABGx4DEggBB1wBAREBBQE1h3ABAxENmyGDCIxcgwmSdQoZJw1khzgRAQEEDIxeGYF4IYQiBJY8gWyMXoNUGCmEWjs X-IronPort-AV: E=Sophos;i="4.95,739,1384297200"; d="scan'208";a="55678108" Received: from mail-qa0-f45.google.com ([209.85.216.45]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 29 Jan 2014 02:09:53 +0100 Received: by mail-qa0-f45.google.com with SMTP id ii20so1565350qab.18 for ; Tue, 28 Jan 2014 17:09:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=AE2iyLTzkUm2opbhGPA+wDBim3TkDEaJKx/Tu+Q4SW0=; b=T7gK8aNxhWmp2Pz3D8kVDONTjudeqWqSp+U2dMJcJUd5plBF0w/1nH4UOWBGPLuzl1 aT11w8GBhQbIpRb9IdGrwJCka27VYQeEG1TAGTnUP6lR+2Olwe5junR+keR/VU/7fnW6 ydA6cpU+6e6oNdKcN/+TJzwh66oXCu+zCvkzZnwCEntT4eegcx+NCo7zV0NpiVDU887o H3lCc6WLo606sMFX/HRNE+fzgPl5H6huvZiM1Z4TsaZ6JywDyHNjA90baE09UdTaj0Yd lS9hNeyAdz0eLwEbv4hq9ahWpHMlCAsqIp2AAaPoNy1TIcFw32JPDi117kFYb+DLrefV DUhg== MIME-Version: 1.0 X-Received: by 10.140.20.17 with SMTP id 17mr7285220qgi.28.1390957792036; Tue, 28 Jan 2014 17:09:52 -0800 (PST) Received: by 10.224.210.131 with HTTP; Tue, 28 Jan 2014 17:09:52 -0800 (PST) Date: Wed, 29 Jan 2014 02:09:52 +0100 Message-ID: From: Xavier Van de Woestyne To: caml-list@inria.fr Content-Type: multipart/alternative; boundary=001a11c124f6178a4504f1119944 Subject: [Caml-list] ocaml 4.01.0 Marshal dumping on Object --001a11c124f6178a4504f1119944 Content-Type: text/plain; charset=ISO-8859-1 Hi, first, i'm really sorry for my Ugly english. Actually, i'm working on a little module for Data manipulation. https://github.com/nukiFW/Oml/blob/master/src/omlDatabase.ml But I've some problems when I try to serialize an Object : *Exception: Invalid_argument "output_value: abstract value (outside heap)* I don't use abstract type, only Object. In my Marshal rules I have use Marshal.Closures, but it's not working. Thanks a lot (and happy new year). -- Xavier Van de Woestyne xavier.vdw@gmail.com - TEL BE : 0474 49 53 83 | TEL FR : 06 73 38 72 84 --001a11c124f6178a4504f1119944 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hi, first, i'm really sorry for my Ugly english.=A0Actually, i'm working on a little module for Data manipulation.=A0
But I've some problems when I try to serialize an Object :=A0

Exception: Invalid_argument "output_value: abs= tract value (outside heap)

I don't = use abstract type, only Object. In my Marshal rules I have use Marshal.Clos= ures, but it's not working.=A0
Thanks a lot (and happy new year).

-- =
Xavier Van de Woestyne
xavier.vdw@gmail.com - TEL BE : 0474 49 5= 3 83 | TEL FR : 06 73 38 72 84
--001a11c124f6178a4504f1119944--