From owner-freebsd-questions@FreeBSD.ORG Mon Feb 21 18:11:13 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E5536106564A for ; Mon, 21 Feb 2011 18:11:13 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from asmtpout024.mac.com (asmtpout024.mac.com [17.148.16.99]) by mx1.freebsd.org (Postfix) with ESMTP id CCE9A8FC0A for ; Mon, 21 Feb 2011 18:11:13 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII Received: from cswiger1.apple.com ([17.209.4.71]) by asmtp024.mac.com (Oracle Communications Messaging Exchange Server 7u4-18.01 64bit (built Jul 15 2010)) with ESMTPSA id <0LGZ00MEFBUPM580@asmtp024.mac.com> for freebsd-questions@freebsd.org; Mon, 21 Feb 2011 10:11:13 -0800 (PST) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.2.15,1.0.148,0.0.0000 definitions=2011-02-21_05:2011-02-21, 2011-02-21, 1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=6.0.2-1012030000 definitions=main-1102210082 From: Chuck Swiger In-reply-to: <20110221165649.GA12603@bsd.remdog.net> Date: Mon, 21 Feb 2011 10:11:13 -0800 Message-id: References: <20110221165649.GA12603@bsd.remdog.net> To: Rem P Roberti X-Mailer: Apple Mail (2.1082) Cc: FreeBSD Subject: Re: Cups upgrade failure 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: Mon, 21 Feb 2011 18:11:14 -0000 On Feb 21, 2011, at 8:56 AM, Rem P Roberti wrote: > Can someone give me a heads up on why this portupgrade failed. Here is > the error message I received: > > tor -o rastertoescpx rastertoescpx.o -L. -lcupsdriver \ > -lcupsimage -lcups -pthread -lm -lcrypt > cc: Internal error: Segmentation fault: 11 (program ld) ld crashed. If it is not reproducible, you likely have a hardware issue like overheating. If it is reproducible, include the full command (you've truncated too much output) and retry running ld under gdb to see why it is crashing. Regards, -- -Chuck