==== Ian: Wed Aug 3 13:13:42 PDT 2005 =============================== Hi David, This should now be fixed, thanks. ==== Ian: Wed Aug 3 13:13:42 PDT 2005 =============================== From: dhollen@mosis.org To: bugs@support.eiffel.com Cc: Subject: Re: EiffelVision_2/5349: Creating EV_APPLICATION leaks memory Date: Fri, 5 Aug 2005 11:58:09 -0700 (PDT) The memory leak part of this bug report indeed seems to be fixed. However, when I try to create an EV_APPLICATION, launch it, destroy it and then create it again, the second creation attempt violates precondition "application_not_already_set" of EV_ENVIRONMENT_IMP. I don't see why I can't create a second application after the first one has exited (possibly with some non-grapical processing in between). We may actually want to do this. Is this just a design limitation or a GTK+ limitation or can it be fixed? ------------------------------------------------------------------------------- EV_ENVIRONMENT_IMP set_application @4 application_not_already_set: <0000000001FBE978> (From EV_ENVIRONMENT_I) Precondition violated. Fail ------------------------------------------------------------------------------- Dave ==== Ian: Fri Aug 5 15:30:44 PDT 2005 =============================== Hi David, At the moment this is a design limitation of Vision2. This will be removed in the future as there is no reason for us to have this limitation anymore. ==== Ian: Fri Aug 5 15:30:44 PDT 2005 ===============================