Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0001030 |
[ALGLIB] General |
major |
have not tried |
2024-03-16 23:09 |
2024-03-16 23:09 |
|
Reporter |
SergeyB |
View Status |
public |
|
Assigned To |
SergeyB |
Priority |
normal |
Resolution |
fixed |
|
Status |
resolved |
|
Product Version |
|
|
Summary |
0001030: FIXED: alignment-related bug in the HPC core (used by Java, Python, C#) |
Description |
Under rare circumstances, the native HPC core experiences an alignment-related failure. It happens when the following conditions are met:
* a Linux system is used
* the application uses a non-standard malloc() implementation which produces insufficiently aligned memory blocks and which overrides ALGLIB choice of malloc() implementation.
Under these circumstances ALGLIB functions which erroneously use standard malloc() instead of ALGLIB's own aligned malloc may fail with SIGSEGV error. |
Additional Information |
|
|
Programming language |
Unspecified |
|
Attached Files |
|
|