Some example projects throw an access violation error

18 views
Skip to first unread message

Kevin Huynh-Tran

unread,
Dec 3, 2021, 6:05:44 PM12/3/21
to gtsam users
The PlanarSLAMExample and Pose2SLAMExampleExpressions example projects throw an "Access violation reading location 0xFFFFFFFFFFFFFFFF" error while other examples like OdometryExample and Pose2SLAMExample run fine.

The error occurs in ExecutionTrace.h at the definition of the destructor:
  ~ExecutionTrace() {
    if (kind == Function) {
      content.ptr->~CallRecord<Dim>();
    }
  }

Please help me resolve this.


Reply all
Reply to author
Forward
0 new messages