Hello,

1. I also tried a gui application

2. I also tried using the gdb.exe with another fpc compiler install, which doesn't crash but nothing happens.

FreePascal and Lazarus claim to be software development tools so far it's FUD.

Bye,
 Skybuck.

----- Original Message ----- From: "Skybuck Flying" <[EMAIL PROTECTED]>
To: "Lazarus Mailing List" <[email protected]>
Sent: Wednesday, August 22, 2007 7:03 AM
Subject: [lazarus] HelloWorld: gdb.exe crashes


Hello,

I downloaded and installed the latest Lazarus binary from source forge:

Lazarus-0.9.22-fpc-2.0.4-20070326-win32.exe

Apperently everything that is needed is inside this installer (?) which is real nice.

I give it test by writing a little HelloWorld program and then during debugging/running gdb.exe crashes, here is the program:

// *** Begin of Code ***

program HelloWorld;

{$mode objfpc}{$H+}

uses
 {$IFDEF UNIX}{$IFDEF UseCThreads}
 cthreads,
 {$ENDIF}{$ENDIF}
 Classes
 { add your units here };

begin
    writeln('Hello World');
    readln;

end.

// *** End of Code ***

My operating system is:

Windows XP Pro x64 Editition.

A debugger crashing doesn't seem normal to me... ?

Is this is a known bug is there are work around ?

Maybe using a different debugger ?

Bye,
 Skybuck.

_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives


_________________________________________________________________
    To unsubscribe: mail [EMAIL PROTECTED] with
               "unsubscribe" as the Subject
  archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to