Menu

#309 Crash on Form Close

6.9-beta
closed
IDE (174)
9
2012-07-13
2006-02-15
No

Some times the IDE crashes when closing a form. See the
attached crash report.

-Guru

Discussion

  • Guru Kathiresan

    Guru Kathiresan - 2006-02-15

    Crash Report

     
  • Guru Kathiresan

    Guru Kathiresan - 2006-08-30

    Logged In: YES
    user_id=677339

    It seems the Close Editor function request for a TEditor
    object and the function that is supposed to return the
    editor object is trying to open the file (as this file is
    already closed by a Cpp or HPP file close function). The fix
    is to add a bool to the function that gets the editor object
    to return nil and not to open the file in the editor.

     
  • Joel Low

    Joel Low - 2006-09-08

    Logged In: YES
    user_id=1300799

    Fixed in CVS

     

Anonymous
Anonymous

Add attachments
Cancel