-
Notifications
You must be signed in to change notification settings - Fork 56
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
Memory allocation error #58
Comments
which OS ru running on? @seraphlive |
MacOS 12.2 on Apple M1 |
You can re-product using the newest version? |
I think this was fixed a while ago -- haven't tried it with the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
When I execute command "leetcode stat", only the chart of easy problems is drawn. Then there is a memory allocation error:
memory allocation of 18446744073709551615 bytes failed
[1] 13318 IOT instruction (core dumped) leetcode stat
(The number before "IOT" is different each time)
I just manually set the programming language to cpp and input the cookie from leetcode website in the toml config file. Other than that everything shoud be default. I've tried adding RUST_BACKTRACE=1 or -d but there is no additional error message. The program was newly built with stable rust 1.58.1.
I'm not very familiar with rust. Please let me know if I can do anything else to help debug. Thanks.
The text was updated successfully, but these errors were encountered: