Ashwinning / libmv

Automatically exported from code.google.com/p/libmv
MIT License
0 stars 0 forks source link

Align issue in tvr code (maybe another vector<Mat34>?) #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start ui/tvr
2. Load image
3. Press "compute features"

What is the expected output? What do you see instead?

tvr: /root/libmv-read-
only1/src/third_party/eigen/Eigen/src/Core/MatrixStorage.h:44: 
Eigen::ei_matrix_array<T, Size, MatrixOptions, Align>::ei_matrix_array() 
[with T = float, int Size = 64, int MatrixOptions = 2, bool Align = true]: 
Assertion `(reinterpret_cast<size_t>(array) & 0xf) == 0 && "this assertion 
is explained here: http://eigen.tuxfamily.org/dox/UnalignedArrayAssert.html  
**** READ THIS WEB PAGE !!! ****"' failed.

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by bomb...@gmail.com on 30 Jun 2009 at 7:10

GoogleCodeExporter commented 9 years ago
This should be fixed in r548.

Original comment by mie...@gmail.com on 1 Jul 2009 at 6:12