[Issue 18068] No file names and line numbers in stack trace

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #13 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/4ffb551929eae45bb80fc14f8a12aa6348f65fc0 Fix Issue 18068 - No file names and line numbers

[Issue 18068] No file names and line numbers in stack trace

2018-08-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[Issue 18068] No file names and line numbers in stack trace

2018-08-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 Mike Franklin changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 18068] No file names and line numbers in stack trace

2018-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 18068] No file names and line numbers in stack trace

2018-06-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #11 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/5f75d73ba89b7ad5da268dcb0791c4b264c02d5f Fix Issue 18068 - No file names and line numbers

[Issue 18068] No file names and line numbers in stack trace

2018-06-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 Thibaut CHARLES changed: What|Removed |Added CC||cro...@gmail.com --

[Issue 18068] No file names and line numbers in stack trace

2018-06-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 Mike Franklin changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 18068] No file names and line numbers in stack trace

2018-05-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 Dmitry Olshansky changed: What|Removed |Added CC|

[Issue 18068] No file names and line numbers in stack trace

2018-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #9 from Seb --- FWIW my current guess is that its related to a "recent" change in glibc. This could also be related: https://github.com/dlang/druntime/pull/2151 > The latter is how I stumbled on this. LLVM 6.0

[Issue 18068] No file names and line numbers in stack trace

2018-04-19 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 arne.lud...@posteo.de changed: What|Removed |Added CC||arne.lud...@posteo.de --- Comment #8

[Issue 18068] No file names and line numbers in stack trace

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #7 from Jacob Carlborg --- (In reply to Mike Franklin from comment #6) > I've narrowed down the problem to this `if` statement: > https://github.com/dlang/druntime/blob/ >

[Issue 18068] No file names and line numbers in stack trace

2018-01-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #6 from Mike Franklin --- I've narrowed down the problem to this `if` statement: https://github.com/dlang/druntime/blob/bff4d4bd3c4a320f4743a2ac5c5c0bd7df5d593c/src/rt/backtrace/dwarf.d#L201 That is `loc.address`

[Issue 18068] No file names and line numbers in stack trace

2018-01-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #5 from Seb --- test/runnable/test17559.d in the DMD testsuite fails too. --

[Issue 18068] No file names and line numbers in stack trace

2017-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 ZombineDev changed: What|Removed |Added CC|

[Issue 18068] No file names and line numbers in stack trace

2017-12-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #4 from Seb --- And the DRuntime testcase doesn't work either: make -f posix.mak test/exceptions/.run BUILD=debug --

[Issue 18068] No file names and line numbers in stack trace

2017-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #3 from Seb --- FWIW there's a test case: https://github.com/dlang/dmd/blob/master/test/runnable/test17559.d It's just never run with `-fPIC`. --

[Issue 18068] No file names and line numbers in stack trace

2017-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #2

[Issue 18068] No file names and line numbers in stack trace

2017-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 Jack Stouffer changed: What|Removed |Added CC||j...@jackstouffer.com

[Issue 18068] No file names and line numbers in stack trace

2017-12-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 Seb changed: What|Removed |Added CC||greensunn...@gmail.com --