Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Feb 2004 14:06:50 -0800 (PST)
From:      "Eric P. Scott" <eps+posebug@ana.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63085: palm/pose using command bar dumps core
Message-ID:  <200402192206.i1JM6od1005113@anna.ana.com>
Resent-Message-ID: <200402192210.i1JMAROG069577@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402192206.i1JM6od1005113>