AO-StreetArt / CrazyIvan

A Service for tracking relationships between different coordinate systems for use in graphics programming
Other
2 stars 1 forks source link

Crash on Device Transform Correction #26

Closed AO-StreetArt closed 7 years ago

AO-StreetArt commented 7 years ago

The ResultsIterator from Neo4j Driver is sometimes segfaulting when it's accessed with an empty element. I don't think we're consistently addressing whether or not the tree is really 'null' vs if the value contained in it is null. This could be resulting in segfaults.

Tried to implement ResultTree.exists() within AOSSL to address this, but appears to be segfaulting when called in the case above.