-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hunt.util.DateTime: program fail at start with ldc 1.32 (ldc 1.30 was fine) #4363
Comments
What's the failure? |
The issue I reported is hard to isolate, but I think I only imported hunt.util.DateTime, and didn't even use it. The failure is in its shared static this() {} block. But here is a related issue, which is very easy to reproduce: https://github.com/huntlabs/hunt/tree/master/examples/timer This example also "import hunt.util.DateTime;" examples/timer Segmentation fault with ldc 1.30 and 1.32 (working fine with DMD64 D Compiler v2.100.2) Linux x86_64: just goto that dir, and do
|
huntlabs/hunt#98
The failure is at:
https://github.com/huntlabs/hunt/blob/master/source/hunt/util/DateTime.d#L430
The text was updated successfully, but these errors were encountered: