[Issue 19000] Building botan library causes segfault in dsymbolsem.d

2021-11-26 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19000

RazvanN  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||razvan.nitu1...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #5 from RazvanN  ---
I am not able to reproduce this. Closing as WORKFSFORME. Please reopen if you
have a reproducible test case.

--


[Issue 19000] Building botan library causes segfault in dsymbolsem.d

2018-06-23 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19000

--- Comment #4 from James  ---
The author of the library fixed the issue in release 1.12.10

Commit of fix for bug:
https://github.com/etcimon/botan/commit/77aaa4f69ad61ddf43ab43f2d933edb64120102b

--


[Issue 19000] Building botan library causes segfault in dsymbolsem.d

2018-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19000

--- Comment #3 from Mike Franklin  ---
This bug report needs a dustmite reduction.  It's easy to reproduce, but
without a reduced test case to submit with the bug fix, this isn't going to get
fixed any time soon.

--


[Issue 19000] Building botan library causes segfault in dsymbolsem.d

2018-06-18 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19000

Mike Franklin  changed:

   What|Removed |Added

 CC||slavo5...@yahoo.com

--- Comment #2 from Mike Franklin  ---
Digger blames https://github.com/dlang/dmd/pull/6995 as the offending commit.

--


[Issue 19000] Building botan library causes segfault in dsymbolsem.d

2018-06-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19000

ag0aep6g  changed:

   What|Removed |Added

   Keywords||ice
 CC||ag0ae...@gmail.com

--


[Issue 19000] Building botan library causes segfault in dsymbolsem.d

2018-06-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=19000

Benjamin Schaaf  changed:

   What|Removed |Added

 CC||ben.sch...@gmail.com

--- Comment #1 from Benjamin Schaaf  ---
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.

--