From owner-freebsd-ports@FreeBSD.ORG Wed Jun 29 20:33:54 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2420716A41C for ; Wed, 29 Jun 2005 20:33:54 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D78943D4C for ; Wed, 29 Jun 2005 20:33:53 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id j5TKXqdC000958; Wed, 29 Jun 2005 13:33:52 -0700 (PDT) Received: from [10.1.1.209] (nfw2.codefab.com [199.103.21.225] (may be forged)) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j5TKXogJ009766; Wed, 29 Jun 2005 13:33:51 -0700 (PDT) In-Reply-To: <20050629195804.63062.qmail@web51810.mail.yahoo.com> References: <20050629195804.63062.qmail@web51810.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <51673785-9DDF-4F68-85ED-918200C85B16@mac.com> Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 29 Jun 2005 16:33:49 -0400 To: Patrick Dung X-Mailer: Apple Mail (2.730) Cc: freebsd-ports@freebsd.org, Ray Lance Subject: Re: pdftk Segmentation fault X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Jun 2005 20:33:54 -0000 On Jun 29, 2005, at 3:58 PM, Patrick Dung wrote: > I cannot figure out what's wrong from the core dump file. > Maybe you can try to compile the latest pdftk (it's 1.12) from ports > and try. (A compiled pdftk 1.12 from FreeBSD 5.4 may or may not > work in > FreeBSD 5.3, but it's worth a try). Looks like the bug stomped on the stack and overwrote it with garbage. Tends to happen if something slips off the end of automaticly allocated array, or something screws up using alloca(). -- -Chuck