-
Notifications
You must be signed in to change notification settings - Fork 138
Closed
Labels
Priority:CriticalPriority Label for Critical IssuePriority Label for Critical IssuebugSomething isn't workingSomething isn't workingcoresomething about coresomething about coregood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest issuehacktoberfest issuehelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
When I try replacing CXXGRAPH::Graph with CXXGRAPH::Graph_TS in the dijkstra/bellman-ford tests, the algorithm seems to freeze. It could be because of possible deadlock while calling thread safe functions like getNodeSet. The algorithm has already acquired the lock, so when getNodeSet again tries to acquire lock, it results in a dead-lock.
It will be great if someone can investigate and correct the issue.
Metadata
Metadata
Assignees
Labels
Priority:CriticalPriority Label for Critical IssuePriority Label for Critical IssuebugSomething isn't workingSomething isn't workingcoresomething about coresomething about coregood first issueGood for newcomersGood for newcomershacktoberfesthacktoberfest issuehacktoberfest issuehelp wantedExtra attention is neededExtra attention is needed