From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3856 invoked by alias); 24 Jan 2013 14:12:14 -0000 Received: (qmail 2807 invoked by uid 22791); 24 Jan 2013 14:11:21 -0000 X-Spam-Check-By: sourceware.org Received: from aquarius.hirmke.de (HELO calimero.vinschen.de) (217.91.18.234) by sourceware.org (qpsmtpd/0.83/v0.83-20-g38e4449) with ESMTP; Thu, 24 Jan 2013 14:11:14 +0000 Received: by calimero.vinschen.de (Postfix, from userid 500) id BF59D52009A; Thu, 24 Jan 2013 15:11:11 +0100 (CET) Date: Thu, 24 Jan 2013 14:12:00 -0000 From: Corinna Vinschen To: cygwin@cygwin.com Subject: Re: Binutils objcopy bug (was Re: rebase segfault) Message-ID: <20130124141111.GD32717@calimero.vinschen.de> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <50F653AB.80102@gmail.com> <20130116123509.GA16991@calimero.vinschen.de> <50F6AD63.8080106@gmail.com> <20130124030145.22fa143f@YAAKOV04> <20130124092746.GC8311@calimero.vinschen.de> <510103AF.3080305@gmail.com> <20130124100037.GB24121@calimero.vinschen.de> <510109F8.5020504@gmail.com> <20130124120804.GA32717@calimero.vinschen.de> <51012A67.8080906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <51012A67.8080906@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2013-01/txt/msg00350.txt.bz2 On Jan 24 13:34, marco atzeri wrote: > On 1/24/2013 1:08 PM, Corinna Vinschen wrote: > > >>I was not clear. > >>Also rebasing with a different address make no difference > > > >It does for me: > > > > $ rebase -b 0x40000000 dict_snowball.dll > > Segmentation fault > > $ rebase -b 0x50000000 dict_snowball.dll > > Segmentation fault > > $ rebase -b 0x40000000 dict_snowball.dll > > Segmentation fault > > $ > > same here, but with -O it works differently > > $ rebase -O -b 0x60000000 dict_snowball.dll > Segmentation fault (core dumped) > > $ rebase -O -b 0x40000000 dict_snowball.dll > > $ rebase -O -b 0x50000000 dict_snowball.dll > > What I am missing ? -O, --oblivious Do not change any files already in the database and do not record any changes to the database. (Implies -s). ^^^^^^^^^^^^^ Maybe this. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple