Anonymous | Login | Signup for a new account | 2024-11-21 13:49 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000656 | FL5 | 2.2 Subprogram FLUC (CONV) | public | 2015-03-05 13:39 | 2015-04-15 15:06 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | high | Severity | major | Reproducibility | always | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.1 | ||||||||
Target Version | 5.1 | Fixed in Version | 5.1.05 | ||||||
Summary | 0000656: Segmentation fault if file=DUMMY used in write.record() | ||||||||
Description | The call below result in segmentation fault. flcl conv "read.file=./input/*/mbr*.bin write.record(file=dummy report=report.txt) dir(rec)" | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000761) Falk Reichbott (administrator) 2015-03-05 14:06 |
The file handle is NULL if DUMMY used, because no file is open. But in this case a real write function is assigned. This use the NULL pointer as file handle and this result in the segmentation fault. |
(0000762) Falk Reichbott (administrator) 2015-03-05 14:09 |
The issue is fixed with version 5.1.5 of FLAM. If the file handle NULL and no other errors has occured then the DUMMY read and write functions are assigned. This fix was done in all FIO components (BLK, REC, TXT) |
Issue History | |||
Date Modified | Username | Field | Change |
2015-03-05 13:39 | Falk Reichbott | New Issue | |
2015-03-05 13:39 | Falk Reichbott | Status | new => assigned |
2015-03-05 13:39 | Falk Reichbott | Assigned To | => Falk Reichbott |
2015-03-05 14:06 | Falk Reichbott | Note Added: 0000761 | |
2015-03-05 14:09 | Falk Reichbott | Note Added: 0000762 | |
2015-03-05 14:09 | Falk Reichbott | Status | assigned => resolved |
2015-03-05 14:09 | Falk Reichbott | Resolution | open => fixed |
2015-04-15 15:06 | Falk Reichbott | Fixed in Version | => 5.1.05 |
Copyright © 2000 - 2024 MantisBT Team |