-
Notifications
You must be signed in to change notification settings - Fork 26
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
Adding Many Sequences to Graph Crashes with Memory Error #86
Comments
The bug does not yet seem to occur using Bifrost version 1.2.1. |
Hi Tizian, Sorry for the late answer, I've been on holidays when you first reached out and I haven't managed to find the time since I came back. I appreciate you reported this issue and provided a minimal example for this. To be accurate, this currently does not work (sometimes) for the latest version of Bifrost (currently 1.3.5) but seems to work with 1.2.1? Did you try to run some Valgrind on this minimal example to see if there were some incorrect memory access? Should be super fast to run given how short is the minimal code/input. You'll have to compile Bifrost in Debug mode for that. Guillaume |
Hi Guillaume, welcome back! I hope you had some nice holidays. :) Yes correct, I have tested the minimal example on different Linux servers and some virtual machines in our cloud. It does not crash on all machines, but on those machines where it crashes once, it crashes always. I have checked out branch I also used branch Tizian |
Dear Bifrost Team,
I recently discovered a bug using the Bifrost API for one of my own programs. It led to a memory error and a crash of the program. The bug appears when iteratively calling the
add
function of aColoredCDBG
object.I have attached a minimal code example
and an input file (hard coded inside my code) to reproduce the issue. Unfortunately, the issue is not reproducible on all machines on which I tested.
Do you have a clue what is going on here? Is it really a bug in Bifrost or am I doing something wrong?
Any help is greatly appreciated.
Best,
Tizian
The text was updated successfully, but these errors were encountered: