From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2-relais-roc.national.inria.fr (mail2-relais-roc.national.inria.fr [192.134.164.83]) by yquem.inria.fr (Postfix) with ESMTP id D3724BC57 for ; Sun, 15 Aug 2010 10:40:33 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Ai0CAPpEZ0xKfVIqmGdsb2JhbACTOY0JCBUBAQEBAQgJDAcRIp03mT6FOwSJYg X-IronPort-AV: E=Sophos;i="4.55,370,1278280800"; d="scan'208";a="57110988" Received: from mail-ww0-f42.google.com ([74.125.82.42]) by mail2-smtp-roc.national.inria.fr with ESMTP; 15 Aug 2010 10:40:32 +0200 Received: by wwf26 with SMTP id 26so2990874wwf.3 for ; Sun, 15 Aug 2010 01:40:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.11.66 with SMTP id 44mr3092372wew.69.1281861632491; Sun, 15 Aug 2010 01:40:32 -0700 (PDT) Received: by 10.216.154.79 with HTTP; Sun, 15 Aug 2010 01:40:32 -0700 (PDT) X-Originating-IP: [110.33.116.174] In-Reply-To: <1281855821.2115.4.camel@glinka> References: <1281855821.2115.4.camel@glinka> Date: Sun, 15 Aug 2010 18:40:32 +1000 Message-ID: Subject: Re: [Caml-list] More re GC hanging From: Paul Steckler To: basile@starynkevitch.net Cc: caml-list@yquem.inria.fr Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam: no; 0.00; steckler:01 steck:01 emacs:01 caml-list:01 kernel:02 kernel:02 sys:03 guess:04 echo:05 echo:05 problem:05 linux:07 space:07 space:07 feature:09 > I guess this is related to the fact that recent Linux kernel have turned > on the randomize virtual address space feature -designed to improve > system security. You could disable it by > =A0echo 0 > /proc/sys/kernel/randomize_va_space > but first learn more about it. For some reason, I was able to edit that file using emacs, even when echo wouldn't work. But the hanging problem persists. -- Paul