Skip to content

Eigen segfaults when the aligned free operator is called

Submitted by bif..@..et.com

Assigned to Nobody

Link to original bugzilla bug (#554)

Description

The attached program gives the following output:

Operator delete[]  
Segmentation fault (core dumped)  

The operator delete[] is taken from the EIGEN_MAKE_ALIGNED_OPERATOR_NEW
macro that is supposed to be used for classes with Eigen structures as members.
I compiled it using g++ pkg-config --libs --cflags eigen3 -o main main.cc
I am using eigen 3.1.1.

Blocking

#387 (closed)

Edited by Eigen Bugzilla