From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5825 invoked by alias); 24 Jan 2013 12:35:00 -0000 Received: (qmail 5784 invoked by uid 22791); 24 Jan 2013 12:34:59 -0000 X-SWARE-Spam-Status: No, hits=-5.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,TW_BJ,TW_JC X-Spam-Check-By: sourceware.org Received: from mail-la0-f41.google.com (HELO mail-la0-f41.google.com) (209.85.215.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 24 Jan 2013 12:34:54 +0000 Received: by mail-la0-f41.google.com with SMTP id fo12so4592543lab.14 for ; Thu, 24 Jan 2013 04:34:53 -0800 (PST) X-Received: by 10.152.144.71 with SMTP id sk7mr1716180lab.29.1359030893108; Thu, 24 Jan 2013 04:34:53 -0800 (PST) Received: from [172.21.193.108] (85-18-126-22.ip.fastwebnet.it. [85.18.126.22]) by mx.google.com with ESMTPS id fh4sm9603483lbb.7.2013.01.24.04.34.52 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 24 Jan 2013 04:34:52 -0800 (PST) Message-ID: <51012A67.8080906@gmail.com> Date: Thu, 24 Jan 2013 12:35:00 -0000 From: marco atzeri User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Binutils objcopy bug (was Re: rebase segfault) References: <20130115112406.GA13752@calimero.vinschen.de> <50F5D246.6010902@gmail.com> <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> In-Reply-To: <20130124120804.GA32717@calimero.vinschen.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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/msg00348.txt.bz2 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 ? > > Corinna Marco -- 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