unordered_map triggering Segment Fault error when calling .find #839
Replies: 1 comment
-
The error had nothing to do with what the stack trace showed (..sigh). The issue was with my other overload of the schedule call and the way that I provided the parameters. It should have been with etl::move.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have the following class and when the schedule method tries to execute find, internally it reaches out to .empty method which triggers a Segment Fault error because of the inner current_size variable (debug view says: <read memory from 0xf0000000788 failed (0 of 8 bytes read)>):
Usage example:
Any ideas why?
Beta Was this translation helpful? Give feedback.
All reactions