From owner-freebsd-ports Sat Dec 14 6:30: 9 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A149C37B401 for ; Sat, 14 Dec 2002 06:30:07 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFBB143E4A for ; Sat, 14 Dec 2002 06:30:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gBEEU1x3030804 for ; Sat, 14 Dec 2002 06:30:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gBEEU1wI030803; Sat, 14 Dec 2002 06:30:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B4A737B401 for ; Sat, 14 Dec 2002 06:26:50 -0800 (PST) Received: from durandal.jeannot.org (durandal.jeannot.org [80.65.225.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4842343EA9 for ; Sat, 14 Dec 2002 06:26:49 -0800 (PST) (envelope-from js@jeannot.org) Received: from durandal.root (localhost [127.0.0.1]) by durandal.jeannot.org (8.12.6/8.12.6) with ESMTP id gBEEQexK075245; Sat, 14 Dec 2002 15:26:40 +0100 (CET) (envelope-from js@durandal.root) Received: (from root@localhost) by durandal.root (8.12.6/8.12.6/Submit) id gBEEQdN1075242; Sat, 14 Dec 2002 15:26:39 +0100 (CET) Message-Id: <200212141426.gBEEQdN1075242@durandal.root> Date: Sat, 14 Dec 2002 15:26:39 +0100 (CET) From: Jean-Sebastien Roy Reply-To: Jean-Sebastien Roy To: FreeBSD-gnats-submit@FreeBSD.org Cc: Jean-Sebastien Roy , parv_fm@emailgroups.net X-Send-Pr-Version: 3.113 Subject: ports/46257: suggest workaround for potential problem in VisualWorks Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 46257 >Category: ports >Synopsis: suggest workaround for potential problem in VisualWorks >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 14 06:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Jean-Sebastien Roy >Release: FreeBSD 4.7-STABLE i386 >Organization: - >Environment: System: FreeBSD durandal.root 4.7-STABLE FreeBSD 4.7-STABLE #0: Sat Nov 16 10:54:48 CET 2002 js@durandal.root:/mnt/backup/obj/opt/src/sys/JS i386 >Description: Suggest a workaround for a potential problem in VisualWorks (out of memory error upon launch). See : http://wiki.cs.uiuc.edu/VisualWorks/VisualWorks-Linux+crashes+on+startup Suggested by: parv_fm@emailgroups.net >How-To-Repeat: - >Fix: diff -ruN visualworks/Makefile visualworks.new/Makefile --- visualworks/Makefile Thu Jun 27 13:21:38 2002 +++ visualworks.new/Makefile Sat Dec 14 15:20:44 2002 @@ -48,5 +48,8 @@ @echo ${CHMOD} u+w ~/visualnc.im @echo Then run it using: @echo visual ~/visualnc.im + @echo If this produces an out of memory error message try: + @echo visual -h 1m ~/visualnc.im + @echo and increase the '1m' value to '2m', ..., until the error goes away. .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message