micander / atrias

Automatically exported from code.google.com/p/atrias
0 stars 0 forks source link

Clicking on the "Log Data" button segfaults #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's likely that the cause is that no file location is specified and there is 
no error checking on the fopen or whatever.  The fix should be to check if a 
log file location has been specified before trying to open a null file.

Original issue reported on code.google.com by kkemper on 5 Jul 2011 at 7:09

GoogleCodeExporter commented 9 years ago

Original comment by yoos117@gmail.com on 25 Oct 2011 at 4:05

GoogleCodeExporter commented 9 years ago
You may want to look at the FCA code, I might have fixed it... Or just ignored 
it - can't remember.

Original comment by kkemper on 25 Oct 2011 at 4:24

GoogleCodeExporter commented 9 years ago
If no file location is specified, the GUI creates one based on date and time.

Original comment by yoos117@gmail.com on 27 Oct 2011 at 9:33