Thread overview
[Issue 13573] std.net.curl doesn't handle exceptions in callbacks
Dec 17, 2019
berni44
Dec 17, 2019
berni44
Dec 17, 2019
berni44
Dec 17, 2022
Iain Buclaw
December 17, 2019
https://issues.dlang.org/show_bug.cgi?id=13573

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@d-ecke.de
         Resolution|---                         |WORKSFORME

--- Comment #1 from berni44 <bugzilla@d-ecke.de> ---
I'm getting "object.Exception@test.d(8): Request failed." Feel free to reopen, when the bug still exists on your computer.

--
December 17, 2019
https://issues.dlang.org/show_bug.cgi?id=13573

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg
         Resolution|WORKSFORME                  |---

--- Comment #2 from moonlightsentinel@disroot.org ---
Can reproduce it locally but only for 64-bit builds.
dmd -g -m64 -run bug.d segfaults but dmd -g -m32 -run bug.d prints the expected
stack trace

--
December 17, 2019
https://issues.dlang.org/show_bug.cgi?id=13573

--- Comment #3 from berni44 <bugzilla@d-ecke.de> ---
For me -m64 works and with -m32 I get a linker error: Scrt1.o cannot be found...

--
December 17, 2019
https://issues.dlang.org/show_bug.cgi?id=13573

--- Comment #4 from moonlightsentinel@disroot.org ---
Wow. SHould've mentioned that this was tested on Win 10, 64 Bit with v2.089.0

--
December 17, 2019
https://issues.dlang.org/show_bug.cgi?id=13573

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=13573

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--