Created attachment 744 [details] Example code OS: Ubuntu 16.04 LTS COMPILER: default version of gcc shipping with the OS (5.4.0) Computing -A*b gives segmentation fault if: - A is a dynamically-allocated matrix with an ODD number of rows - b is a statically-allocated vector As the attachment shows, if A has an EVEN number of rows everything is alright If b is dynamically-allocated everything is alright.
I cannot reproduce. What are your compiler flags?
ok, that fails with rc1, but this has already been fixed. *** This bug has been marked as a duplicate of bug 1311 ***
-- GitLab Migration Automatic Message -- This bug has been migrated to gitlab.com's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.com/libeigen/eigen/issues/1321.