This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Binutils objcopy bug (was Re: rebase segfault)


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]