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
Program received signal SIGSEGV, Segmentation fault.
0x000055555557c6c9 in cargo_depgraph::graph::update_node ()
(gdb) where
#0 0x000055555557c6c9 in cargo_depgraph::graph::update_node ()
#1 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#2 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#3 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#4 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#5 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#6 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#7 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#8 0x000055555557c833 in cargo_depgraph::graph::update_node ()
#9 0x000055555557c833 in cargo_depgraph::graph::update_node ()
The text was updated successfully, but these errors were encountered:
Hey! I don't think I'll get to debugging this anytime soon, but a PR to fix it would be appreciated if you (or somebody else) can figure out what's going wrong there.
This is reproduced with this repository / crate:
https://gitlab.freedesktop.org/libopenraw/libopenraw.git
(I'm the developer for that crate)
cargo-depgraph 1.6.0
In gdb
The text was updated successfully, but these errors were encountered: