[Issue 19000] Building botan library causes segfault in dsymbolsem.d
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jun 18 04:38:20 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=19000
Benjamin Schaaf <ben.schaaf at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ben.schaaf at gmail.com
--- Comment #1 from Benjamin Schaaf <ben.schaaf at gmail.com> ---
The simplest way to duplicate this issue is this:
dub.sdl:
dependency "botan" version="~>1.12.9"
app.d:
import botan.rng.auto_rng;
A discussion has been made here: https://github.com/etcimon/botan/issues/45 for
the same issue.
--
More information about the Digitalmars-d-bugs
mailing list