From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 19 14:10:27 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6DDA116A4CE for ; Thu, 19 Feb 2004 14:10:27 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50D5543D1D for ; Thu, 19 Feb 2004 14:10:27 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i1JMARbv069578 for ; Thu, 19 Feb 2004 14:10:27 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.10/8.12.10/Submit) id i1JMAROG069577; Thu, 19 Feb 2004 14:10:27 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 19 Feb 2004 14:10:27 -0800 (PST) Resent-Message-Id: <200402192210.i1JMAROG069577@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Eric P. Scott" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 576B116A4CE for ; Thu, 19 Feb 2004 14:06:51 -0800 (PST) Received: from anna.ana.com (anna.ana.com [69.22.155.168]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45FCC43D1D for ; Thu, 19 Feb 2004 14:06:51 -0800 (PST) (envelope-from eps@anna.ana.com) Received: (from eps@localhost) by anna.ana.com (8.12.8/8.12.8) id i1JM6od1005113; Thu, 19 Feb 2004 14:06:50 -0800 (PST) Message-Id: <200402192206.i1JM6od1005113@anna.ana.com> Date: Thu, 19 Feb 2004 14:06:50 -0800 (PST) From: "Eric P. Scott" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/63085: palm/pose using command bar dumps core X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: "Eric P. Scott" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Feb 2004 22:10:27 -0000 >Number: 63085 >Category: ports >Synopsis: palm/pose using command bar dumps core >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 19 14:10:26 PST 2004 >Closed-Date: >Last-Modified: >Originator: Eric P. Scott >Release: FreeBSD 4.9-RELEASE i386 >Organization: ana-systems, Inc. >Environment: System: FreeBSD tools 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Mon Oct 27 17:51:09 GMT 2003 root@freebsd-stable.sentex.ca:/usr/obj/usr/src/sys/GENERIC i386 >Description: >How-To-Repeat: Type Ctrl-C. >Fix: Add John Marshall's patch as palm/pose/files/patch-aj: --- ../SrcUnix/EmApplicationFltk.cpp.orig Fri Mar 29 05:11:19 2002 +++ ../SrcUnix/EmApplicationFltk.cpp Tue Apr 16 12:51:28 2002 @@ -115,6 +115,7 @@ EmApplicationFltk::EmApplicationFltk (void) : EmApplication (), + fClipboardWidget (NULL), fAppWindow (NULL) { EmAssert (gHostApplication == NULL); @@ -138,6 +139,7 @@ EmApplicationFltk::~EmApplicationFltk (void) { delete fAppWindow; + delete fClipboardWidget; EmAssert (gHostApplication == this); gHostApplication = NULL; >Release-Note: >Audit-Trail: >Unformatted: