ports/63085: palm/pose using command bar dumps core

Eric P. Scott eps+posebug at ana.com
Thu Feb 19 22:10:27 UTC 2004


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



More information about the freebsd-ports-bugs mailing list