bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/17994] New: `dlltool -l` leaves temporary file in case of


From: cherepan at mccme dot ru
Subject: [Bug binutils/17994] New: `dlltool -l` leaves temporary file in case of error
Date: Tue, 17 Feb 2015 22:28:13 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=17994

            Bug ID: 17994
           Summary: `dlltool -l` leaves temporary file in case of error
           Product: binutils
           Version: 2.26 (HEAD)
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
          Assignee: unassigned at sourceware dot org
          Reporter: cherepan at mccme dot ru

`dlltool -l` doesn't remove a temporary file in case of an error. Illustration:

$ ./dlltool -l /dev/null /dev/null
dndibh.s: Assembler messages:
dndibh.s:5: Error: cannot represent relocation type BFD_RELOC_RVA
dndibh.s:10: Error: cannot represent relocation type BFD_RELOC_RVA
dndibh.s:11: Error: cannot represent relocation type BFD_RELOC_RVA
./dlltool: as exited with status 1
./dlltool: failed to open temporary head file: dndibh.o: No such file or
directory

$ ls *.s
dndibh.s

The same when a malformed regular file is used for input instead of /dev/null.

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