From owner-freebsd-questions@FreeBSD.ORG Thu Mar 23 15:42:21 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECD0116A400 for ; Thu, 23 Mar 2006 15:42:21 +0000 (UTC) (envelope-from rr@rajarajan.homeunix.net) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [63.240.77.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9412143D68 for ; Thu, 23 Mar 2006 15:42:08 +0000 (GMT) (envelope-from rr@rajarajan.homeunix.net) Received: from rajarajan.homeunix.net ([69.251.68.147]) by comcast.net (sccrmhc13) with ESMTP id <2006032315420701300efq5ie>; Thu, 23 Mar 2006 15:42:07 +0000 Received: from rajarajan.homeunix.net (localhost [127.0.0.1]) by rajarajan.homeunix.net (8.13.4/8.13.4) with ESMTP id k2NFg590073002 for ; Thu, 23 Mar 2006 10:42:05 -0500 (EST) (envelope-from rr@rajarajan.homeunix.net) Received: (from rr@localhost) by rajarajan.homeunix.net (8.13.4/8.13.1/Submit) id k2NFg5X3073001 for freebsd-questions@freebsd.org; Thu, 23 Mar 2006 10:42:05 -0500 (EST) (envelope-from rr) Date: Thu, 23 Mar 2006 10:42:05 -0500 From: Rajarajan Rajamani To: freebsd-questions@freebsd.org Message-ID: <20060323154205.GA71342@rajarajan.homeunix.net> Mail-Followup-To: freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i Organization: Rajarajan Rajamani, Laurel, MD 20723 X-Spam-Status: No, score=-4.4 required=4.4 tests=ALL_TRUSTED,BAYES_00 autolearn=unavailable version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on rajarajan.homeunix.net Subject: help: fetchyahoo crash in perl on upgrading to 6.1-PRERELEASE #0 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Mar 2006 15:42:22 -0000 I am having a crash when trying to use fetchyahoo. Prior to upgrading my box from 5.4 to 6.1 there was no problem. After upgrading to 6.1 (and cvsup'ing all the ports) I did a portupgrade -fa to recompile all of them. Now I am having the following problem > fetchyahoo Logging in securely via SSL as null_function on Thu Mar 23 10:24:39 2006 Segmentation fault (core dumped) Using truss I found the following > truss /usr/local/bin/fetchyahoo --quiet --configfile=$HOME/.fetchyahoorc-null_function -- snip -- open("/usr/local/lib/perl5/site_perl/5.8.8/mach/Crypt/SSLeay/CTX.pm",0x0,0666) = fstat(3,0xbfbfbf10) = 0 (0x0) read(0x3,0x807b000,0x1000) = 54 (0x36) break(0x8578000) = 0 (0x0) read(0x3,0x807b000,0x1000) = 0 (0x0) close(3) = 0 (0x0) break(0x8579000) = 0 (0x0) mmap(0x0,12288,(0x3)PROT_READ|PROT_WRITE,(0x1002)MAP_ANON|MAP_PRIVATE,-1,0x0) = munmap(0x28286000,0x1000) = 0 (0x0) break(0x857a000) = 0 (0x0) break(0x857b000) = 0 (0x0) break(0x857c000) = 0 (0x0) break(0x857d000) = 0 (0x0) break(0x857e000) = 0 (0x0) stat("/dev/urandom",0xbfbfe1d0) = 0 (0x0) open("/dev/urandom",0x0,0666) = 3 (0x3) read(0x3,0x28284303,0x1) = 1 (0x1) ---The line read(0x3,0x28284303,0x1) = 1 (0x1) ---is repeated 1024 times before the following segmentation fault read(0x3,0x28284303,0x1) = 1 (0x1) close(3) = 0 (0x0) getpid() = 72949 (0x11cf5) SIGNAL 11 (SIGSEGV) SIGNAL 11 (SIGSEGV) Process stopped because of: 16 process exit, rval = 139 Segmentation fault I have recompiled perl and all the ports that fetchyahoo uses but to no avail. Any clues ? Thanks - I have learnt a lot of stuff from this list. RR