Hi,
I also have regularly long lists of hints warning me that my TextFile
variables are not initialized. This is so because my TextFile variables
are assigned through AssignFile statements.
I so this concern regularly on the forum and apparently the problem
should have found a solution in fpc 2.2
Hello Mattias,
MG> I think the AV happens somewhere in the finally part of ide/outputfilter.pas
MG> 375.
MG> I added some verbosity in rev 15849.
MG> Please update lazarus svn and compile IDE and lazbuild clean with
MG> -dVerboseOFExecute.
MG> Then try again.
I have tried this:
(gdb) run
Startin
On Thu, 24 Jul 2008 23:58:45 +0200
Roland Turcan <[EMAIL PROTECTED]> wrote:
> Hello Mattias,
>
> MG> I think the AV happens somewhere in the finally part of
> MG> ide/outputfilter.pas 375.
> MG> I added some verbosity in rev 15849.
> MG> Please update lazarus svn and compile IDE and lazbuild clea