public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug debug/49532] New: Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll]
@ 2011-06-26 13:16 pluto at agmk dot net
  2011-06-26 13:19 ` [Bug debug/49532] " pluto at agmk dot net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pluto at agmk dot net @ 2011-06-26 13:16 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532

           Summary: Dwarf Error: wrong version in compilation unit header
                    (is 1024, should be 2, 3, or 4) [in module
                    D:\mingw.tests\l.dll]
           Product: gcc
           Version: 4.6.1
            Status: UNCONFIRMED
          Severity: blocker
          Priority: P3
         Component: debug
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: pluto@agmk.net
            Target: i686-pc-mingw32


loading m.exe into ming32/gdb.exe ends with undebuggable l.dll:

(...)
Error while reading shared library symbols for D:\mingw.tests\l.dll:
Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3,
or 4) [in module D:\mingw.tests\l.dll]

(gdb) info sharedlibrary
>From        To          Syms Read   Shared Object Library
0x77841000  0x779a5d24  Yes (*)     C:\Windows\system32\ntdll.dll
0x76e71000  0x76f6bd50  Yes (*)     C:\Windows\syswow64\kernel32.dll
0x75c51000  0x75c95982  Yes (*)     C:\Windows\syswow64\KernelBase.dll
0x768f1000  0x7699b2bc  Yes (*)     C:\Windows\syswow64\msvcrt.dll
0x62a81000  0x62a96ab4  No          D:\mingw.tests\l.dll
0x6fc41000  0x6fd1e218  Yes         D:\mingw.tests\libstdc++-6.dll
0x6cec1000  0x6cedd4bc  Yes         D:\mingw.tests\libgcc_s_sjlj-1.dll
0x76c41000  0x76d24198  Yes (*)     C:\Windows\syswow64\user32.dll
0x75af1000  0x75b6292c  Yes (*)     C:\Windows\syswow64\gdi32.dll
0x74f91000  0x74f992f8  Yes (*)     C:\Windows\syswow64\lpk.dll
0x759e1000  0x75a7c9fc  Yes (*)     C:\Windows\syswow64\usp10.dll
0x753c1000  0x7545f04c  Yes (*)     C:\Windows\syswow64\advapi32.dll
0x75461000  0x75478ed8  Yes (*)     C:\Windows\SysWOW64\sechost.dll
0x75711000  0x757e5e04  Yes (*)     C:\Windows\syswow64\rpcrt4.dll
0x74f31000  0x74f721f0  Yes (*)     C:\Windows\syswow64\sspicli.dll
0x74f21000  0x74f2b474  Yes (*)     C:\Windows\syswow64\cryptbase.dll
0x75bd1000  0x75c11ce0  Yes (*)     C:\Windows\SysWOW64\imm32.dll
0x76da1000  0x76e6bebc  Yes (*)     C:\Windows\syswow64\msctf.dll
(*): Shared library is missing debugging information.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/49532] Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll]
  2011-06-26 13:16 [Bug debug/49532] New: Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll] pluto at agmk dot net
@ 2011-06-26 13:19 ` pluto at agmk dot net
  2012-01-13  6:10 ` pinskia at gcc dot gnu.org
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pluto at agmk dot net @ 2011-06-26 13:19 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532

--- Comment #1 from Pawel Sikora <pluto at agmk dot net> 2011-06-26 13:19:26 UTC ---
testcase: http://pluto.agmk.net/mingw/tls-test.boost.tar.bz2


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/49532] Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll]
  2011-06-26 13:16 [Bug debug/49532] New: Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll] pluto at agmk dot net
  2011-06-26 13:19 ` [Bug debug/49532] " pluto at agmk dot net
@ 2012-01-13  6:10 ` pinskia at gcc dot gnu.org
  2012-12-20 17:38 ` ktietz at gcc dot gnu.org
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pinskia at gcc dot gnu.org @ 2012-01-13  6:10 UTC (permalink / raw)
  To: gcc-bugs

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |normal


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/49532] Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll]
  2011-06-26 13:16 [Bug debug/49532] New: Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll] pluto at agmk dot net
  2011-06-26 13:19 ` [Bug debug/49532] " pluto at agmk dot net
  2012-01-13  6:10 ` pinskia at gcc dot gnu.org
@ 2012-12-20 17:38 ` ktietz at gcc dot gnu.org
  2012-12-20 20:05 ` pluto at agmk dot net
  2012-12-20 20:33 ` ktietz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu.org @ 2012-12-20 17:38 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532

Kai Tietz <ktietz at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID

--- Comment #2 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-12-20 17:38:15 UTC ---
This issue was in fact a binutils problem.  This issue is fixed.  Therefore I
close this bug as invalid.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/49532] Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll]
  2011-06-26 13:16 [Bug debug/49532] New: Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll] pluto at agmk dot net
                   ` (2 preceding siblings ...)
  2012-12-20 17:38 ` ktietz at gcc dot gnu.org
@ 2012-12-20 20:05 ` pluto at agmk dot net
  2012-12-20 20:33 ` ktietz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: pluto at agmk dot net @ 2012-12-20 20:05 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532

--- Comment #3 from Pawel Sikora <pluto at agmk dot net> 2012-12-20 20:05:17 UTC ---
(In reply to comment #2)
> This issue was in fact a binutils problem.  This issue is fixed.  Therefore I
> close this bug as invalid.

could you tell which binutils release fixes this issue?


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug debug/49532] Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll]
  2011-06-26 13:16 [Bug debug/49532] New: Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll] pluto at agmk dot net
                   ` (3 preceding siblings ...)
  2012-12-20 20:05 ` pluto at agmk dot net
@ 2012-12-20 20:33 ` ktietz at gcc dot gnu.org
  4 siblings, 0 replies; 6+ messages in thread
From: ktietz at gcc dot gnu.org @ 2012-12-20 20:33 UTC (permalink / raw)
  To: gcc-bugs


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49532

--- Comment #4 from Kai Tietz <ktietz at gcc dot gnu.org> 2012-12-20 20:33:04 UTC ---
Well, I did my test with 2.23.50 (head) version.  But most fixes were done for
2.22 AFAIR.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-20 20:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-26 13:16 [Bug debug/49532] New: Dwarf Error: wrong version in compilation unit header (is 1024, should be 2, 3, or 4) [in module D:\mingw.tests\l.dll] pluto at agmk dot net
2011-06-26 13:19 ` [Bug debug/49532] " pluto at agmk dot net
2012-01-13  6:10 ` pinskia at gcc dot gnu.org
2012-12-20 17:38 ` ktietz at gcc dot gnu.org
2012-12-20 20:05 ` pluto at agmk dot net
2012-12-20 20:33 ` ktietz at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).