Binutils objcopy bug (was Re: rebase segfault)

marco atzeri marco.atzeri@gmail.com
Thu Jan 24 12:35:00 GMT 2013


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



More information about the Cygwin mailing list