bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/12632] strip crashes when it does not recognise the file f


From: amodra at gmail dot com
Subject: [Bug binutils/12632] strip crashes when it does not recognise the file format
Date: Fri, 6 May 2011 07:15:11 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=12632

Alan Modra <amodra at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |amodra at gmail dot com

--- Comment #7 from Alan Modra <amodra at gmail dot com> 2011-05-06 07:14:26 
UTC ---
Allan, the testcase you attached can't be processed by the GNU binutils because
the archive elements have names that contain directories.
$ ar t jpeg.lib 
./x64/Release/jutils.obj
./x64/Release/jquant2.obj
[snip]

Even ar can't extract these files without some help; You need to create the
directory structure for it.  I'll fix the strip/objcopy segfault, but don't
intend to add full support for this sort of archive myself.  If you or anyone
else wanted to spend the time implementing support, that would be welcome.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]