User story #595
Resolve bootstrap false positives
0%
Description
1) In the initial execution of MARTe the following message occurs without however harming execution
[FatalError - StringHelper.cpp:60]: Error: invalid input arguments
This is really misleading especially when MARTe2 fails (for other reasons)
2) In the normal execution, the following message is normally generated
[OSError - Threads.cpp:174]: Error: pthread_setschedparam()
again, this is somewhat confusing
3) When looking for components, MARTe2 searches for .gam, .drv and finally for .so. It would be better if error messages were displayed only if no shared library were found
4) In the make procedure for MARTe2-components of MDSplus components, the wrong library $MDSPLUS_DIR/lib64 is searched, it should be $MDSPLUS_DIR/lib (lib64 is the library created in MDSplus make, but make install then moves it to its final destination.
History
#1 Updated by André Neto over 4 years ago
- Assignee deleted (
Nicolo Ferron)
#2 Updated by André Neto about 4 years ago
- Status changed from Code: Impl to New