← Back to index
|
Original Bugzilla link
Bug 14199 – [REG2.067a] Dwarf Error: mangled line number section
Status
RESOLVED
Resolution
FIXED
Severity
regression
Priority
P1
Component
dmd
Product
D
Version
D2
Platform
x86
OS
Linux
Creation time
2015-02-19T15:29:00Z
Last change time
2015-06-17T21:01:25Z
Keywords
pull, symdeb
Assigned to
nobody
Creator
mk
Comments
Comment #0
by mk — 2015-02-19T15:29:08Z
void main() { assert(0); } compile dmd -g, run mk@bid:~/work/bugs$ ./dwarfbug
[email protected]
(3): Assertion failure ---------------- ./dwarfbug() [0x8064cc5] ./dwarfbug(_Dmain+0xd) [0x8064c9d] $ addr2line -e ./dwarfbug 0x8064cc5 BFD: Dwarf Error: mangled line number section. ??:? Happened sometime between 2014-11-10 and 2015-01-01 (git) Linux x86 (x86_64 seems ok)
Comment #1
by mk — 2015-02-21T12:20:46Z
Introduced by
https://github.com/D-Programming-Language/dmd/commit/4c759b924cd6221e5892e183775a509e05923e7d
Comment #2
by code — 2015-02-23T23:31:25Z
Thanks for reducing this.
https://github.com/D-Programming-Language/dmd/pull/4444
Comment #3
by github-bugzilla — 2015-02-25T03:46:07Z
Commits pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/b79bea953b3daf1b0fcff1db142ca93b56db2abf
fix Issue 14199 - [REG2.067a] Dwarf Error: mangled line number section - wrong sized address was used for 32-bit DWARF
https://github.com/D-Programming-Language/dmd/commit/c6b1a32d5e00518695044f54b1d3aa076da60589
Merge pull request #4444 from MartinNowak/fix14199 fix Issue 14199 - [REG2.067a] Dwarf Error: mangled line number section
Comment #4
by github-bugzilla — 2015-02-27T20:48:26Z
Commit pushed to 2.067 at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/2a0108edaf3895ac2f23dc28b1d20c9c5edfe85e
Merge pull request #4444 from MartinNowak/fix14199 fix Issue 14199 - [REG2.067a] Dwarf Error: mangled line number section
Comment #5
by github-bugzilla — 2015-04-11T12:24:43Z
Commit pushed to master at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/2a0108edaf3895ac2f23dc28b1d20c9c5edfe85e
Merge pull request #4444 from MartinNowak/fix14199
Comment #6
by github-bugzilla — 2015-06-17T21:01:25Z
Commits pushed to stable at
https://github.com/D-Programming-Language/dmd
https://github.com/D-Programming-Language/dmd/commit/b79bea953b3daf1b0fcff1db142ca93b56db2abf
fix Issue 14199 - [REG2.067a] Dwarf Error: mangled line number section
https://github.com/D-Programming-Language/dmd/commit/c6b1a32d5e00518695044f54b1d3aa076da60589
Merge pull request #4444 from MartinNowak/fix14199