From owner-freebsd-arm@FreeBSD.ORG Mon Mar 11 00:22:01 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9AC75177 for ; Mon, 11 Mar 2013 00:22:01 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qa0-f50.google.com (mail-qa0-f50.google.com [209.85.216.50]) by mx1.freebsd.org (Postfix) with ESMTP id 627F88F8 for ; Mon, 11 Mar 2013 00:22:00 +0000 (UTC) Received: by mail-qa0-f50.google.com with SMTP id dx4so705407qab.16 for ; Sun, 10 Mar 2013 17:21:53 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type:x-gm-message-state; bh=3o3KNLHnUpNkYBuQfkLtMAIsY0LMrmpqGVKYs7+RCqQ=; b=XXq3adOjyGdE1qP2KQS6SmglB9HNBWyB7/2wR/FcPcXGvWlvU2G10R9i19ufWQdh1P JzOhyismkC2jltbTN7sIhe2pIiJoIFwV7cSNplGu8rlpP85RYRNyajmAFh9dk8D9fBk0 iAfPz1LdoUCpqgsl84stfxZZBsJRE0jmuOi8twqanqPHliFifPx5L5slooiqTANALFbh rjvgaQWeYXkIKK1cH9HUZUanbd15gXgvsTqXt4CxUF0sX1f7sQfTeB6oBkyqeyYd4vj2 ucfxO0ij19tl5VNhYgDyGctDneXXmhbgiXSUVFe5olzsw7vo/i2b2v64jFWmb6MwXPiM 2i2Q== MIME-Version: 1.0 X-Received: by 10.224.117.66 with SMTP id p2mr8884427qaq.45.1362961313794; Sun, 10 Mar 2013 17:21:53 -0700 (PDT) Received: by 10.49.87.193 with HTTP; Sun, 10 Mar 2013 17:21:53 -0700 (PDT) In-Reply-To: <60213.85.229.92.114.1362936518.squirrel@alvermark.net> References: <60213.85.229.92.114.1362936518.squirrel@alvermark.net> Date: Mon, 11 Mar 2013 08:21:53 +0800 Message-ID: Subject: Re: man hangs on RPi/EABI From: Alie Tan To: Jakob Alvermark X-Gm-Message-State: ALoCoQnHcWiHMyWjVaDgOua9nVDcGvASuHV2e9YrDU11MA/DuEnJ6BeMNeuOwarL0dsQ5bQ+I5QE Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Mar 2013 00:22:01 -0000 Got same issue but while building cmake. no issue without ARM EABI. On Monday, March 11, 2013, Jakob Alvermark wrote: > Hi, > > Running > % man man > On Raspberri Pi compiled with WITH_ARM_EABI (r248129) hangs forever. > I can stop it with Ctrl-C, but I never get the man page to display (I've > waited a couple of minutes) > > last pid: 687; load averages: 0.84, 0.68, 0.52 up 0+00:14:26 > 17:12:07 > 28 processes: 3 running, 25 sleeping > CPU: 12.1% user, 0.0% nice, 85.6% system, 2.3% interrupt, 0.0% idle > Mem: 13M Active, 57M Inact, 72M Wired, 59M Buf, 337M Free > Swap: > > PID USERNAME THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > 687 jakob 1 60 0 11388K 2468K RUN 0:10 47.09% grotty > 686 jakob 1 58 0 11676K 2568K RUN 0:10 45.77% troff > 667 jakob 1 40 0 11388K 2320K RUN 0:02 0.00% top > > Doing the same with the system compiled without WITH_ARM_EABI works as > expected. > > Any ideas? > > Thank you > Jakob > > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >