Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  8 Aug 2006 09:37:23 +0800
From:      chinsan <chinsan.tw@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        yuri.pankov@gmail.com
Subject:   ports/101621: [MAINTAINER] graphics/epdfview: Fix SIGBUS when trying to search
Message-ID:  <20060808015452.340832E96A@smtp2.bc.hgc.com.tw>
Resent-Message-ID: <200608080200.k7820TBi006991@freefall.freebsd.org>

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

>Number:         101621
>Category:       ports
>Synopsis:       [MAINTAINER] graphics/epdfview: Fix SIGBUS when trying to search
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 08 02:00:28 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     chinsan
>Release:        FreeBSD 6.1-STABLE i386
>Organization:
Taiwan
>Environment:
System: FreeBSD BSD6.giga.hgc.com.tw 6.1-STABLE FreeBSD 6.1-STABLE #5: Mon Jul 17 09:30:36 CST 2006
>Description:

- Fix SIGBUS when trying to search
  epdfview crashes on -CURRENT, when trying to search in document.
  Yuri have added a bug report with patch:
  http://www.emma-soft.com/projects/epdfview/ticket/57
  Summited by Yuri <yuri.pankov@gmail.com>


Added file(s):
- files/patch-src_MainPter.cxx

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- epdfview-0.1.5_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/graphics/epdfview/Makefile /usr/home/chinsan/project/epdfview/Makefile
--- /usr/ports/graphics/epdfview/Makefile	Fri Jul  7 01:12:10 2006
+++ /usr/home/chinsan/project/epdfview/Makefile	Tue Aug  8 09:32:23 2006
@@ -7,6 +7,7 @@
 
 PORTNAME=	epdfview
 PORTVERSION=	0.1.5
+PORTREVISION=	1
 CATEGORIES=	graphics print gnome
 MASTER_SITES=	http://www.emma-soft.com/projects/epdfview/chrome/site/releases/
 
diff -ruN --exclude=CVS /usr/ports/graphics/epdfview/files/patch-src_MainPter.cxx /usr/home/chinsan/project/epdfview/files/patch-src_MainPter.cxx
--- /usr/ports/graphics/epdfview/files/patch-src_MainPter.cxx	Thu Jan  1 08:00:00 1970
+++ /usr/home/chinsan/project/epdfview/files/patch-src_MainPter.cxx	Tue Aug  8 09:30:13 2006
@@ -0,0 +1,10 @@
+--- src/MainPter.cxx.orig	Tue Aug  8 09:28:54 2006
++++ src/MainPter.cxx	Tue Aug  8 09:29:35 2006
+@@ -52,6 +52,7 @@
+     m_Document->attach (this);
+     m_View = NULL;
+     m_PagePter = NULL;
++    m_FindPter = NULL;
+     m_PasswordTries = 3;
+ #if defined (DEBUG)
+     G_LOCK (fileLoaded);
--- epdfview-0.1.5_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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