You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the seg fault while restructuring my code and turning some of the map to pmap. I put three question marks in the title because I was not sure what exactly caused the seg fault, and I can not reproduce it with currently simplified code. One thing I am certain of is that if I used map instead of pmap, there were no seg faults.
The following is the shortest back trace I saved earlier.
The longest backtrace I saw had a frame number up to 7000. I cannot give a minimal code example. Somehow when the code gets simplified, the issue went away. Now I am not writing my code in multiple modules, I also don't see the issue. I hope someone here might get some idea from this backtrace. Please let me know if I can be of further help.
The text was updated successfully, but these errors were encountered:
Without the code I won't be able to confirm whether we have fixed this, but it would be good to keep the failing code around and retry it every so often as we commit bug fixes to see if we address it.
You are right. It is quite a bad bug report. I just instinctively ran it through lldb, but since I was focusing on getting the code to work, I didn't bother to keep the environment.
I got the seg fault while restructuring my code and turning some of the
map
topmap
. I put three question marks in the title because I was not sure what exactly caused the seg fault, and I can not reproduce it with currently simplified code. One thing I am certain of is that if I usedmap
instead ofpmap
, there were no seg faults.The following is the shortest back trace I saved earlier.
The longest backtrace I saw had a frame number up to 7000. I cannot give a minimal code example. Somehow when the code gets simplified, the issue went away. Now I am not writing my code in multiple modules, I also don't see the issue. I hope someone here might get some idea from this backtrace. Please let me know if I can be of further help.
The text was updated successfully, but these errors were encountered: