Registered Member
|
Hi everyone,
i am new to Eigen and this is also my first Post. I am using unsupported/Splines which is is working out so far on my Computer. The same code on a different Laptop gives me an unexpected memory access violation error. I have tracked the error and the code is working till this line: return internal::solve_retval<HouseholderQR, Rhs> (*this, b.derived()); In HouseholderQR.h line 112 I am not sure what the line does sine it looks like a constructor for me but couldn't find it in the dokumentation. (or maybe i am just to stupid) Any ideas why Eigen code could crash? Thanks for any help in advance Panda |
Moderator
|
Could you run your code under valgrind to track all memory issues?
|
Registered Member
|
No not realy. I have found out that he Problem only occurs when the Programm is called by fawkes.
If i compile it with g++ it runs perfectly. |
Registered users: Bing [Bot], Google [Bot], Sogou [Bot], Yahoo [Bot]