[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-08-16 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #19 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/ce863ecdd9ba0e56a40c8afa7b247946702f2995 Fix issue 16856: Don't use dlopen from the fini sec

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #18 from github-bugzi...@puremagic.com --- Commits pushed to newCTFE at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/c56e8e0d8d599b1742fe85210f07adacf07e5e2a Fix issue 16856: Apply correct alignment on the Un

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #17 from anonymous4 --- (In reply to Vladimir Panteleev from comment #15) > (In reply to Jonathan M Davis from comment #13) > > That's a separate bug though: bug #17596. > > Clickable link: issue 17596 > > See the Bugzilla manual: > htt

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-15 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #16 from Jonathan M Davis --- (In reply to Vladimir Panteleev from comment #15) > (In reply to Jonathan M Davis from comment #13) > > That's a separate bug though: bug #17596. > > Clickable link: issue 17596 > > See the Bugzilla manual:

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #15 from Vladimir Panteleev --- (In reply to Jonathan M Davis from comment #13) > That's a separate bug though: bug #17596. Clickable link: issue 17596 See the Bugzilla manual: https://www.bugzilla.org/docs/4.4/en/html/hintsandtips.html

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #14 from Nemanja Boric <4bur...@gmail.com> --- Thank you for writing back and you're very welcome! Thanks for pointing out to that issue, I'll follow it closely. --

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #13 from Jonathan M Davis --- I confirm that this works with the latest TrueOS, though I expect that it wouldn't work on the latest FreeBSD 12, because of the 64-bit inode issue (whereas even though TrueOS is based on FreeBSD CURRENT, it

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #12 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/ce863ecdd9ba0e56a40c8afa7b247946702f2995 Fix issue 16856: Don't use dlopen from the fini sec

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #11 from Nemanja Boric <4bur...@gmail.com> --- https://github.com/dlang/druntime/pull/1862 --

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-07-08 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #10 from Nemanja Boric <4bur...@gmail.com> --- Ok, I finally got some time to get back to this issue. There's a sigbus really running, but this is caused by GC, because the runtime asserts in the shared library finalizers, so it seems tha

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #9 from Nemanja Boric <4bur...@gmail.com> --- Thanks to GitHub bot, I am reminded about this issue. I'm back and will start looking next week. --

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 Nemanja Boric <4bur...@gmail.com> changed: What|Removed |Added Assignee|nob...@puremagic.com|4bur...@gmail.com --

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 Jonathan M Davis changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 github-bugzi...@puremagic.com changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|-

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #8 from github-bugzi...@puremagic.com --- Commits pushed to stable at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/c56e8e0d8d599b1742fe85210f07adacf07e5e2a Fix issue 16856: Apply correct alignment on the Unwi

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-05-21 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #7 from Nemanja Boric <4bur...@gmail.com> --- Ha, that's a bummer. I'm on a holiday right now with limited access to workstation, but I'll give it a look in early June. --

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-05-14 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 Jonathan M Davis changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|FIXED

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-05-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #5 from github-bugzi...@puremagic.com --- Commits pushed to master at https://github.com/dlang/druntime https://github.com/dlang/druntime/commit/c56e8e0d8d599b1742fe85210f07adacf07e5e2a Fix issue 16856: Apply correct alignment on the Unwi

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-05-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 github-bugzi...@puremagic.com changed: What|Removed |Added Status|NEW |RESOLVED Resolution|-

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2017-05-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 Nemanja Boric <4bur...@gmail.com> changed: What|Removed |Added CC||4bur...@gmail.com --- Com

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2016-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 Jacob Carlborg changed: What|Removed |Added CC||d...@me.com --- Comment #3 from Jacob Carlb

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2016-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 --- Comment #2 from Jonathan M Davis --- If I compile and run this program void main() { throw new Exception("blah"); } I get a bus error, and if I run it in gdb, I get this stacktrace: #0 0x000800cd91bf in _Unwind_RaiseException () from

[Issue 16856] D does not work on FreeBSD current (what will eventually be 12) due to libunwind

2016-12-04 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=16856 Jonathan M Davis changed: What|Removed |Added Summary|D is borked on FreeBSD |D does not work on FreeBSD