[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 --- Comment #7 from Vladimir Panteleev --- (In reply to Jacob Carlborg from comment #6) > A file descriptor to the executable also seems to be available in the > auxiliary vector on Linux [1]. This can be accessed with the function > `getauxval` or d

[Issue 21658] Debugger is reading enums with EnumBaseType incorrectly

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21658 alexanderheisterm...@gmail.com changed: What|Removed |Added Hardware|x86 |All --

[Issue 21658] Debugger is reading enums with EnumBaseType incorrectly

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21658 alexanderheisterm...@gmail.com changed: What|Removed |Added Severity|enhancement |normal --

[Issue 21658] New: Debugger is reading enums with EnumBaseType incorrectly

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21658 Issue ID: 21658 Summary: Debugger is reading enums with EnumBaseType incorrectly Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW

[Issue 21647] pragma(msg) should be able to print a void type

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21647 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #6 from Jacob Carlb

[Issue 21638] std.typecons.RefCounted!(T, RefCountedAutoInitialize.no) should still work when T.this() is annotated with `@disable`

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21638 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21629] std.csv report one record on empty input

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21629 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21634] std.bitmanip: bitfields may generate invalid variable

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21634 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 --- Comment #5 from Vladimir Panteleev --- It would have to be a different function. `thisExePath` returns a string, but what we really need is a file descriptor. (And, we can't return the string literal "/proc/self/exe" from `thisExePath` on Linux,

[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 ZombineDev changed: What|Removed |Added CC||petar.p.ki...@gmail.com --- Comment #4 from Zom

[Issue 15136] If we want toStringz to be fully correct, it needs to stop checking for '\0'

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15136 Dlang Bot changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Issue 21655] win32 dialog app, main dialog box is not centered

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21655 Adam D. Ruppe changed: What|Removed |Added CC||destructiona...@gmail.com --- Comment #1 fro

[Issue 21657] New: MmFile cannot map empty files

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21657 Issue ID: 21657 Summary: MmFile cannot map empty files Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement Priority: P1

[Issue 21654] CodeCov build already finished

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21654 --- Comment #4 from Dlang Bot --- dlang/dmd pull request #12221 "Workaround for issue 21654 - CodeCov build already finished" was merged into master: - d1a826ae5f1c05bea8b8fdfd1605e235bf5f7cf8 by MoonlightSentinel: Workaround for issue 21654 - Cod

[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 --- Comment #3 from Vladimir Panteleev --- BTW, not sure about other systems, but on Linux, reading /proc/self/exe is going to be more reliable than via thisExePath. The reason being that /proc/self/exe is a special directory entry which continues to

[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 --- Comment #2 from Vladimir Panteleev --- (In reply to kinke from comment #1) > (though that hasn't changed in the linked druntime PR) But, why would bisection point to that PR as the earliest point for the observed SIGBUS, then? > Too bad `std.f

[Issue 21656] [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 kinke changed: What|Removed |Added CC||ki...@gmx.net --- Comment #1 from kinke --- This se

[Issue 21656] New: [REG2.091] Wrong file read during exception stringification leads to SIGBUS

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21656 Issue ID: 21656 Summary: [REG2.091] Wrong file read during exception stringification leads to SIGBUS Product: D Version: D2 Hardware: All OS: Linux St

[Issue 21654] CodeCov build already finished

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21654 moonlightsenti...@disroot.org changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 21655] New: win32 dialog app, main dialog box is not centered

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21655 Issue ID: 21655 Summary: win32 dialog app, main dialog box is not centered Product: D Version: D2 Hardware: x86 OS: Windows Status: NEW Severity: enhancement

[Issue 21654] CodeCov build already finished

2021-02-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=21654 RazvanN changed: What|Removed |Added CC||razvan.nitu1...@gmail.com --- Comment #3 from Razv