[Lazarus] TFilestream raises exception class 'External SIGSEGV'
Dave Coventry
dgcoventry at gmail.com
Tue Apr 14 17:14:36 CEST 2009
2009/4/14 Sergei Gorelkin <sergei_gorelkin at mail.ru>:
> TFileStream's have to be freed. Your problem is most probably caused by
> memory
> corruption somewhere in the skipped part of code. Once the heap is
> corrupt, any operation that involves allocating or freeing memory may
> end up with a random fault (but most often, with a SIGSEGV).
Okay, thanks, I'll have a look at that section of the code then.
More information about the Lazarus
mailing list