This bugzilla service is closed. All entries have been migrated to https://gitlab.com/libeigen/eigen
Bug 1196 - BDCSVD involves dynamic temporaries even after pre-allocation
Summary: BDCSVD involves dynamic temporaries even after pre-allocation
Status: CONFIRMED
Alias: None
Product: Eigen
Classification: Unclassified
Component: SVD (show other bugs)
Version: 3.3 (current stable)
Hardware: All All
: Normal Unknown
Assignee: Nobody
URL:
Whiteboard:
Keywords: JuniorJob
Depends on:
Blocks: 3.x
  Show dependency treegraph
 
Reported: 2016-04-08 12:45 UTC by Benoit Jacob
Modified: 2019-12-04 15:38 UTC (History)
2 users (show)



Attachments

Description Benoit Jacob 2016-04-08 12:45:46 UTC
bdcsvd_9 fails for me (Ubuntu 14.04, x86-64, gcc 4.8):

Initializing random number generator with seed 1460119433
Repeating each test 10 times
bdcsvd_9: /usr/local/google/home/benoitjacob/eigen/Eigen/src/Core/util/Memory.h:143: void Eigen::internal::check_that_malloc_is_allowed(): Assertion `is_malloc_allowed() && "heap allocation is forbidden (EIGEN_RUNTIME_NO_MALLOC is defined and g_is_malloc_allowed is false)"' failed.
Aborted (core dumped)
Comment 1 Gael Guennebaud 2016-04-09 08:25:33 UTC
yes, that's a known issue: http://eigen.tuxfamily.org/index.php?title=3.3#Known_issues
Comment 2 Nobody 2019-12-04 15:38:31 UTC
-- 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/1196.

Note You need to log in before you can comment on or make changes to this bug.