Found another bug. This one is repeatable all of the time.

    Very simple demo.  Create a new project.  Put a TOpenDialog on the
    form.  Then put two buttons.  Button2 calls Close.  Button1
    has the following code in the onclick handler.

    if OpenDialog1.Execute then;

    Run the program.  Click Button2.  The program exits normally.
    Run the program again.  Click Button1.  When the open dialog
    appears, select a file at random (since it will not be touched
    by the program).  Then Click Button2.  The Debugger raises an
    exception "GDB as encountered an internal error: ... "

    This occurs in RC3 for Win32.

    Don Ziesig




--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to