Re: [fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-30 Thread Bart
On 7/30/13, Florian Klaempfl wrote: > It makes no sense to reopen it if no complete example how to reproduce > it is provided. Neither does opening a new one with a complete example in thiws case IMHO. But that ship has sailed. A new bugreport has been created, with example: http://bugs.freepasc

Re: [fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-30 Thread Florian Klaempfl
Am 30.07.2013 09:34, schrieb Bart: On 7/30/13, Sven Barth wrote: Please ensure that you attach a complete example that should be compileable. There is already a bugreport about that Internal Error: http://bugs.freepascal.org/view.php?id=18967 It is resolved as "Probably fixed in the mean tim

Re: [fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-30 Thread Bart
On 7/30/13, Sven Barth wrote: > Please ensure that you attach a complete example that should be > compileable. There is already a bugreport about that Internal Error: http://bugs.freepascal.org/view.php?id=18967 It is resolved as "Probably fixed in the mean time". It should be re-opened (by some

Re: [fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-29 Thread Sven Barth
On 30.07.2013 06:22, Dennis Poon wrote: I will create a bug report. Basically, after removing block by block and test again, the cause seems to be : -in a unit -define a class with a method with inline directive -in that method implementation, create a try except end block and in the except secti

Re: [fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-29 Thread Dennis Poon
I will create a bug report. Basically, after removing block by block and test again, the cause seems to be : -in a unit -define a class with a method with inline directive -in that method implementation, create a try except end block and in the except section, do some assignment involving the e

Re: [fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-29 Thread Mattias Gaertner
On Tue, 30 Jul 2013 00:46:16 +0800 Dennis Poon wrote: > What does that mean? > > The IDE's selected line stopped at the end of a unit of my project. 'internal errors' mean you found a bug in the compiler. Please create a bug report and attach a sample program to reproduce the error. Such error

Re: [fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-29 Thread Dennis Poon
Forgot to mention: It's Lazarus 1.0.8 FPC 2.6.2 On windows. I actually also tried it on Linux (ARM) Lazarus 1.0.10 and FPC 2.6.2 but the same error. Dennis Poon wrote: What does that mean? The IDE's selected line stopped at the end of a unit of my project. Dennis ___

[fpc-pascal] Lazarus produces Fatal: Internal error 200602035

2013-07-29 Thread Dennis Poon
What does that mean? The IDE's selected line stopped at the end of a unit of my project. Dennis ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal