Viewing Issue Advanced Details
[ Jump to Notes ]
|
[ View Simple ]
[ 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 |
Platform |
|
Status |
resolved |
|
OS |
|
Projection |
none |
|
OS Version |
|
ETA |
none |
Fixed in Version |
4.02.0 |
Product Version |
|
|
Target Version |
4.02.0 |
Product Build |
|
|
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. |
Steps To Reproduce |
|
Additional Information |
|
|
Programming language |
Unspecified |
|
Attached Files |
|
|