[fpc-pascal] Free Pascal 2.6.4-rc1 - IDE crashes

Pierre Free Pascal pierre at freepascal.org
Tue Dec 31 15:25:53 CET 2013


  Hi Raoul,

  Thanks for testing 2.6.4rc1 out.

  I could not reproduce your problem
on my setup (Windows-7 64-bit).

  Are you sure that the problem
also appears when simply compiling this source:
(This is just demo/text/hello.pp with a wrong line added).

{
    This file is part of the Free Pascal run time library.
    Copyright (c) 1993-98 by the Free Pascal Development Team

    Hello World Example

    See the file COPYING.FPC, included in this distribution,
    for details about the copyright.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 **********************************************************************}

program hello;

  begin
     writeln('Hello world');
     ddddddddddd:=6; 
  end.


  
Can you test this out and check if the problem also appears
on such a simple source.

Please try it out in a directory without any fp.dsk fp.ini or fp.cfg files.
This might help to narrow the problem down.

Pierre Muller

> -----Message d'origine-----
> De : fpc-pascal-bounces at lists.freepascal.org [mailto:fpc-pascal-
> bounces at lists.freepascal.org] De la part de Ched
> Envoyé : mardi 31 décembre 2013 00:08
> À : FPC-Pascal users discussions
> Objet : [fpc-pascal] Free Pascal 2.6.4-rc1 - IDE crashes
> 
> Hello All,
> 
> I don't know if I'm the only people having problems with the fp IDE of
> the rc1 from the win32 package
> under winxp 32 bits...
> 
> The complier works fine. But when I have an error in the source code of
> a program, I can't jump to the
> location of the error after the compilation attempt using the space-bar
> as previously. In fact, the fp
> IDE crash systematically after the third try...
> 
> Cheers, Raoul
> 
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal



More information about the fpc-pascal mailing list