Re: [eigen] Matrix product crashes when compiled with MSVC 2010 in release |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Matrix product crashes when compiled with MSVC 2010 in release
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 13 Aug 2010 14:11:23 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=20YchuZW1BCd68atb5G7zwhEl5yiYrjGiGWedGnikFQ=; b=H1ubzQGayBOQT0D4jzBFwq8gVI5j+dSOk8ZobD4qAKIl+/aWehTzHcE+7Uwh4oey6x cnNTQaYru8LlSTKwOxMZx3c4NjiXbGbGNGA/2yFoHgINA30mPzWwmxjrpmfqYkZXyame e34Ik64eKww4jCtwwWupwz6f9C0y6BxHmNT7A=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=p2QFUScg6vpsmnpTEaGYCuQ8eN/ym6Qvd8XVyDkrTYcrrstlM6OUovwMFfQyUE1Yn7 iwN2I0l95BW6cUt5DgCzgDEFGJi951QKu6ygxaVKOA/ifdY0ZEx8ka4mqBOx5QwqnAMg eo71IqmMDYtV8H9wmZBr1l2Ke2h7cgIw3iFZA=
2010/8/13 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> Fixed.
>
> The faulty code was:
Note though that even though there was this bug on our side, the crash
itself was MSVC's fault, as far as I can see.
I'm confident though that this fix makes us not hit this MSVC bug
anymore; confirmation welcome.
Benoit