-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Hello,
I'm experiencing random segfaults when using the ColPack coloring method to compute a sparse jacobian. I can reproduce them with sparse_exemple. To make them occur more frequently I've changed the line of sparse.cpp:
Run( colpack_jacobian, "colpack_jacobian" );with
for (int i = 0; i < 10000; i++) {
Run( colpack_jacobian, "colpack_jacobian" );
}This problem might be related to this issue: coin-or/Adol-C/19, and in that case the problem could come from ColPack. I'm not completely convinced it's the same issue, because the bug in Adol-C only appears with column coloring and not with row coloring, and CppAD uses row coloring.
Additional information
OS: Debian 10
CppAD version: 20200000.2
Metadata
Metadata
Assignees
Labels
No labels