[Gambas-user] gambas 0.81 repeatable segv

Rob sourceforge-raindog2 at ...94...
Tue Jan 20 00:13:04 CET 2004


If you use the Gambas function Stat() on a nonexistent file, 
rather than throwing an error it segv's whether you use TRY or 
not.  Obviously a workaround is to go IF EXIST filename THEN 
Stat(filename) but I'd think we would want to get rid of as many 
segv's as possible.

Rob





More information about the User mailing list