-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Invalid memory access (signal 11) at address 0x7fffdf289ff8 #6375
Comments
It seems |
I mean, |
It gets repeated 261,838 times. |
Duplicate of #271. |
Torrent.files looks like this
|
How can I return the @files variable ? Without calling the files method? |
The problem is that you're checking def files
@files ||= CTorrent_Client.new.get_files(@path_to_torrent)
end |
Hello,
I got the following error while compiling my crystal code
This occurs when I run the following code, the error is caused by the torrent.cr and the Torrent class
torrent.zip
I use version 0.24.2
The text was updated successfully, but these errors were encountered: