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 AA1847F02D for ; Tue, 21 Oct 2014 11:48:36 +0200 (CEST) Received-SPF: None (mail2-smtp-roc.national.inria.fr: no sender authenticity information available from domain of artemkin@gmail.com) identity=pra; client-ip=209.85.218.52; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="artemkin@gmail.com"; x-sender="artemkin@gmail.com"; x-conformance=sidf_compatible Received-SPF: Pass (mail2-smtp-roc.national.inria.fr: domain of artemkin@gmail.com designates 209.85.218.52 as permitted sender) identity=mailfrom; client-ip=209.85.218.52; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="artemkin@gmail.com"; x-sender="artemkin@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-oi0-f52.google.com) identity=helo; client-ip=209.85.218.52; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="artemkin@gmail.com"; x-sender="postmaster@mail-oi0-f52.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuUBAMQjRlTRVdo0m2dsb2JhbABcg2FYBIMCuTONcYFwiFcHFgERAQEBAQEGCwsJFC6DeSIRHQEbHgMSAwUBBzcCJAERAQUBV4gIAQMRDZIKjRSDHW6LMIFygxCIaQoZJw1nhW0BBQ6QYIJhgVQFi1yKa4cTgWySQRgpgnsMgik4LwGCSgEBAQ X-IPAS-Result: AuUBAMQjRlTRVdo0m2dsb2JhbABcg2FYBIMCuTONcYFwiFcHFgERAQEBAQEGCwsJFC6DeSIRHQEbHgMSAwUBBzcCJAERAQUBV4gIAQMRDZIKjRSDHW6LMIFygxCIaQoZJw1nhW0BBQ6QYIJhgVQFi1yKa4cTgWySQRgpgnsMgik4LwGCSgEBAQ X-IronPort-AV: E=Sophos;i="5.04,761,1406584800"; d="scan'208";a="102186768" Received: from mail-oi0-f52.google.com ([209.85.218.52]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 21 Oct 2014 11:48:36 +0200 Received: by mail-oi0-f52.google.com with SMTP id a3so622088oib.39 for ; Tue, 21 Oct 2014 02:48:34 -0700 (PDT) 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=LVp/wvNyWdTQlLVlErubIqJfaRPWaqKtECNkZDF1rKM=; b=kEqltQWVHSBvVWTAjTJLdd4vy7mCikw0w18CTrzqPY4JxGqGwHWW9QvqJhD1f/J01V zhAZf4KseTBYnHPzz10bsdoy7dcAC4jT3Hlk70ciZ4HGCxyd8vN6HcjrVxe7TlyPVk4/ 4A1fUQkTCbgHJX1NdWB6r30TD0qlffkd+CzNxsoWXknp0HsoMWycrERtssuV1B+FA3eH +l/fO2tiit+rmD3vXShxWkQC3KbhoYvimnuP4UHCSWQqXlaB4NI43Lsa04muaQlIYVbi 5iOF0gSd89Y62Ru1+I/OsvnaWUhNx6/NqEckW6lDWtdcd7GFf2PTfYzDPMHkFLXddtdd hdJQ== MIME-Version: 1.0 X-Received: by 10.202.81.68 with SMTP id f65mr899347oib.73.1413884914768; Tue, 21 Oct 2014 02:48:34 -0700 (PDT) Received: by 10.60.103.144 with HTTP; Tue, 21 Oct 2014 02:48:34 -0700 (PDT) Date: Tue, 21 Oct 2014 13:48:34 +0400 Message-ID: From: Stanislav Artemkin To: caml-list@inria.fr Content-Type: multipart/alternative; boundary=001a113d78181922d80505ebbc0b Subject: [Caml-list] 4.02.1 toplevel hang --001a113d78181922d80505ebbc0b Content-Type: text/plain; charset=UTF-8 Hello, I'm still experiencing problems with toplevel hangs in 4.02 (it seems it is not fixed in 4.02.1). I use utop with .ocamlinit (pretty similar to http://janestreet.github.io/installation.html), but it is not related to utop. Something wrong with camlp4. The minimal steps to reproduce: $ ocaml OCaml version 4.02.1 # #load "dynlink.cma";; # #load "camlp4o.cma";; Camlp4 Parsing version 4.02.1 # #quit;; ... HANG... I see this on Linux and Mac OS X. Is there any workaround for this? I can't switch to 4.02 due to this issue. Thanks --001a113d78181922d80505ebbc0b Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hello,

I'm still experiencing probl= ems with toplevel hangs in 4.02 (it seems it is not fixed in 4.02.1).
=

I use utop with .ocamlinit (pretty similar to=C2=A0http://janestreet.git= hub.io/installation.html), but it is not related to utop. Something wro= ng with camlp4.

The minimal steps to reproduce:

$ ocaml
=C2=A0 =C2=A0 =C2=A0 =C2=A0 O= Caml version 4.02.1

# #load "dynlink.cma"= ;;;
# #load "camlp4o.cma";;
Camlp4 Parsing version 4.02.1
<= br>
# #quit;;

... HANG...

I see this on Linux and Mac OS X.

Is there any workaround for this? I can't switch to 4.02 due to this i= ssue.

Thanks

--001a113d78181922d80505ebbc0b--