Summary: | unalignedassert fails with gcc 4.7 32Bit | ||
---|---|---|---|
Product: | Eigen | Reporter: | andregaschler |
Component: | Core - general | Assignee: | Nobody <eigen.nobody> |
Status: | RESOLVED FIXED | ||
Severity: | Unknown | CC: | andregaschler, chtz, gael.guennebaud, jacob.benoit.1 |
Priority: | Normal | Keywords: | alignment, crash |
Version: | 3.0 | ||
Hardware: | x86 - 32-bit | ||
OS: | Linux | ||
Whiteboard: |
Description
andregaschler
2012-07-10 16:47:08 UTC
We are aware of that issue, there is nothing serious for the end user. This is actually a gcc regression: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53900 BTW, on the platform Ubuntu 12.10 32Bit, I got the following testing results: For Eigen 3.0.6 all succeed except for these two: The following tests FAILED: 15 - unalignedassert (Failed) 339 - eigensolver_complex_4 (Failed) because of numerical precision issues, sometimes some tests fail while there is no issue at all. You can check by running eigensolver_complex_4 2 or 3 times: $ cd build/test $ ./eigensolver_complex_4 if it consistently fails, then there is an issue. If it fails once, please copy-paste here the associated seed so that we can reproduce. Workaround had been committed some time ago: https://bitbucket.org/eigen/eigen/commits/74907bb142e9 -- 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/490. |