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 84D6A7F02D for ; Tue, 21 Oct 2014 12:11:43 +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.214.178; 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.214.178 as permitted sender) identity=mailfrom; client-ip=209.85.214.178; 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-ob0-f178.google.com) identity=helo; client-ip=209.85.214.178; receiver=mail2-smtp-roc.national.inria.fr; envelope-from="artemkin@gmail.com"; x-sender="postmaster@mail-ob0-f178.google.com"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AuYBAMQjRlTRVdaym2dsb2JhbABcg2FYBIMCuTONcYFwh00CgQgHFgERAQEBAQEGCwsJFC6EAgEBAQMBEhEdARsdAQMBCwYDAgQHDSoCAiEBAREBBQEcBhMiiAgBAwkIDZIKkDFuizCBcoMQiGkKGScNZ4VHAQEBAQEFAQEBAQEBFgEFDo4PgjAEB4J3gVQFi1yKa4UCghGBbI1chGUYKYUwOC8BgkoBAQE X-IPAS-Result: AuYBAMQjRlTRVdaym2dsb2JhbABcg2FYBIMCuTONcYFwh00CgQgHFgERAQEBAQEGCwsJFC6EAgEBAQMBEhEdARsdAQMBCwYDAgQHDSoCAiEBAREBBQEcBhMiiAgBAwkIDZIKkDFuizCBcoMQiGkKGScNZ4VHAQEBAQEFAQEBAQEBFgEFDo4PgjAEB4J3gVQFi1yKa4UCghGBbI1chGUYKYUwOC8BgkoBAQE X-IronPort-AV: E=Sophos;i="5.04,761,1406584800"; d="scan'208";a="102192162" Received: from mail-ob0-f178.google.com ([209.85.214.178]) by mail2-smtp-roc.national.inria.fr with ESMTP/TLS/RC4-SHA; 21 Oct 2014 12:11:42 +0200 Received: by mail-ob0-f178.google.com with SMTP id wn1so692184obc.23 for ; Tue, 21 Oct 2014 03:11:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=OpQEgF/vL3idNlbiJ5hYjjyRiP3ffJgulA3MeUiVPhE=; b=irUPXEGalAeKzrQ5KPqv9Qn23eVrexIW2aYQyzsXxysNcTTCUaZLorbBQClJWypYZq rsNbpF41KecDcthbKR9lWk2GOvmW+ZTiko6gVFJ1GuAnYNBBDiWSBOjdMkl54cuwmx4w Gg1agDdT63rJsF9QmsFqbBzg3cpaDU+tY/1Y5kKedeuDUy+6P6JNNhC4ge7RyC09u9Vm bxZsG45/NEWTzuQ8f3EHJT91fTkTjhgB6mVrjV7HxesDM37BMy8vdTX3exPJOgzyzfnZ xcZHZeN+ihhX3JRenlv5mF60kbqwFvSTms4gGYp6tnBX9kHmN8c+k5OB5MEa5OKpy75f KL3Q== MIME-Version: 1.0 X-Received: by 10.60.48.4 with SMTP id h4mr7627557oen.42.1413886301462; Tue, 21 Oct 2014 03:11:41 -0700 (PDT) Received: by 10.60.103.144 with HTTP; Tue, 21 Oct 2014 03:11:41 -0700 (PDT) In-Reply-To: References: Date: Tue, 21 Oct 2014 14:11:41 +0400 Message-ID: From: Stanislav Artemkin To: Fabrice Le Fessant Cc: Ocaml Mailing List Content-Type: multipart/alternative; boundary=001a1134c732c06c7c0505ec0e79 Subject: Re: [Caml-list] 4.02.1 toplevel hang --001a1134c732c06c7c0505ec0e79 Content-Type: text/plain; charset=UTF-8 Yes, this is exactly the same. I thought it is addressed already. It seems Utop and Ctrl-Z kill %1 is still the way to go. Thanks On Tue, Oct 21, 2014 at 2:06 PM, Fabrice Le Fessant < Fabrice.Le_fessant@inria.fr> wrote: > This is already referenced here, no ? > > https://github.com/ocaml/camlp4/issues/48 > > --Fabrice > > On Tue, Oct 21, 2014 at 11:48 AM, Stanislav Artemkin > wrote: > > 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 > > > > > > -- > Fabrice LE FESSANT > Chercheur en Informatique > INRIA Paris Rocquencourt -- OCamlPro > Programming Languages and Distributed Systems > --001a1134c732c06c7c0505ec0e79 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Yes, this is exactly the same. I thought it is addressed a= lready.

It seems Utop and Ctrl-Z kill %1 is still the wa= y to go.

Thanks

On Tue, Oct 21, 2014 at 2:06 PM, Fabrice= Le Fessant <Fabrice.Le_fessant@inria.fr> wrote:
This is already referenced here, no ?

htt= ps://github.com/ocaml/camlp4/issues/48

--Fabrice

On Tue, Oct 21, 2014 at 11:48 AM, Stanislav Artemkin <artemkin@gmail.com> wrote:
> Hello,
>
> I'm still experiencing problems with toplevel hangs in 4.02 (it se= ems 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 rel= ated to
> utop. Something wrong with camlp4.
>
> The minimal steps to reproduce:
>
> $ ocaml
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0OCaml 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 th= is issue.
>
> Thanks
>



--
Fabrice LE FESSANT
Chercheur en Informatique
INRIA Paris Rocquencourt -- OCamlPro
Programming Languages and Distributed Systems

--001a1134c732c06c7c0505ec0e79--