[fpc-pascal] TextFile Hint

2008-07-24 Thread Gilles MARCOU
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

Re[6]: [fpc-pascal] Ugly exception during compilation FPC 2.3.1 MacOS X 10.5 PowerPC

2008-07-24 Thread Roland Turcan
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

Re: [fpc-pascal] Ugly exception during compilation FPC 2.3.1 MacOS X 10.5 PowerPC

2008-07-24 Thread Mattias Gaertner
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