FLAM Issue Tracker - FL5
View Issue Details
0000958FL56. Access Control, Logging and Errorhandlingpublic2019-01-17 15:182019-07-11 22:29
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1.19 
5.1.225.1.21 
0000958: Error trace lost information if table output needs the whole space
For the error trace all the strings must be build dynamic. The 4 KiB for acCtx and the 16 KiB for acErr are to big for the most error traces but to small if a table specification printed to the report.

Rework of error handling to the str library required.
No tags attached.
Issue History
2019-01-17 15:18Falk ReichbottNew Issue
2019-01-17 15:18Falk ReichbottStatusnew => assigned
2019-01-17 15:18Falk ReichbottAssigned To => Tilo Eckert
2019-03-15 15:04Falk ReichbottTarget Version5.1.20 => 5.1.21
2019-06-24 09:33Falk ReichbottTarget Version5.1.21 => 5.1.22
2019-07-11 22:29Falk ReichbottNote Added: 0001280
2019-07-11 22:29Falk ReichbottStatusassigned => resolved
2019-07-11 22:29Falk ReichbottFixed in Version => 5.1.21
2019-07-11 22:29Falk ReichbottResolutionopen => fixed
2019-07-11 22:29Falk ReichbottAssigned ToTilo Eckert => Falk Reichbott

Notes
(0001280)
Falk Reichbott   
2019-07-11 22:29   
Increase the buffer sizes, to collect more information. Error handling can not be make dynamic because there is then no chance anymore to provide error information if not enough memory anymore.

The memory for the error trace must be allocated in front of the error occurred and can not be adjusted dynamically.