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
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
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
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:
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
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.
--
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
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
https://issues.dlang.org/show_bug.cgi?id=16856
--- Comment #11 from Nemanja Boric <4bur...@gmail.com> ---
https://github.com/dlang/druntime/pull/1862
--
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
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.
--
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
--
https://issues.dlang.org/show_bug.cgi?id=16856
Jonathan M Davis changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
https://issues.dlang.org/show_bug.cgi?id=16856
github-bugzi...@puremagic.com changed:
What|Removed |Added
Status|REOPENED|RESOLVED
Resolution|-
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
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.
--
https://issues.dlang.org/show_bug.cgi?id=16856
Jonathan M Davis changed:
What|Removed |Added
Status|RESOLVED|REOPENED
Resolution|FIXED
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
https://issues.dlang.org/show_bug.cgi?id=16856
github-bugzi...@puremagic.com changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|-
https://issues.dlang.org/show_bug.cgi?id=16856
Nemanja Boric <4bur...@gmail.com> changed:
What|Removed |Added
CC||4bur...@gmail.com
--- Com
https://issues.dlang.org/show_bug.cgi?id=16856
Jacob Carlborg changed:
What|Removed |Added
CC||d...@me.com
--- Comment #3 from Jacob Carlb
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
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
23 matches
Mail list logo