-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bus error (SIGBUS) #31
Comments
Thanks for your report! Unfortunately, I am not able to reproduce this. I was running the version from When running the project in the debug mode with GPU compilation, I get the |
@tanya-kta, are you still able to reproduce the issue? |
Yeah, I am still able to reproduce the issue. (May be I'm doing something wrong, but I don't think so). I runned the last for today version from
|
@tanya-kta, I guess, I see. As far as I'm concerned, the problem, causing the error, is logical. I've opened a new issue (#38) because I am not sure its fix will also remove this issue, but I believe they are describing the same problem. Please, take a look at it |
Please, check if you can reproduce the same issue in #40. It is not intended to fix the problem, but it might have fixed it |
…nstead of previous approach. This might have fixed one or many of: #29, #31, #38 Co-authored-by: Nikolay Nechaev <[email protected]>
When running in the debug mode with compilation for GPU,
SIGBUS
is raised inmain.cu
insidemain
while trying to get access tosimulation_map->nodes
The text was updated successfully, but these errors were encountered: