-
Notifications
You must be signed in to change notification settings - Fork 544
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
Panic on Windows #1150
Comments
Is there any particular reason you're still using 0.4.22? Please see if this still happens on 0.4.26. |
This should get fixed with #1017. |
How/why? |
This is the same issue as in #977, #651 and #371. The With #1017 we do the conversation in chrono and no longer use |
I'll prioritize reviewing #1017. |
I believe this issue is related to my issue #1364,.
The key piece of what is 0 as *mut? I don't see any code on this ticket to exercise and get a panic. btw, review of PR #1017 results in 4 failing tests.
|
Don't mind that comment, it has nothing to do with the issue. The Windows API has a limited range of years it supports, anything below ca. the year 1600 will return an error.
Interesting! I'll have to look if one of the countless rebases broke something. Just in case, what is your timezone? |
I'm EDT |
I think the key piece is
0 as *mut_
, but not sure how that crept in there.Input to dateparser, which from what i can tell doesn't use any unsafe so shouldn't be triggering any undefined behavior
The text was updated successfully, but these errors were encountered: