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 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


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