Aidan McGuinness writes:
 > Hello,
 > 
 > I've encountered a problem with MySQL GUI 1.7.4.-1. I'm not quite sure what
 > triggers the error - whenever its open Ive had a MySQL server (3.22)
 > running, as well as Java Forte Editor (v2.0) and Internet Explorer (v5.5).
 > The problem is fairly nasty and I only detected it with TaskInfo 2000 -
 > MySQL GUI suddenly starts eating up all available memory (I've 256mb - more
 > than enough to be running all the applications). The "eating up" of memory
 > is extremely rapid - and often causes the OS (Win 98) to crash which could
 > cause loss of data (and is an inconvience either way). As it doesnt happen
 > with other applications I presume this is a bug in MySQL GUI - is there any
 > word on this? Or a fix in a newer release?
 > 
 > Thanks,
 > 
 > Aidan
 > 
 > 


Hi!

I thoroughly check memory leakage on every version of mysqlgui.

MySQL client library is checked with Purify, while MySQL++  and
mysqlgui are thoroughly checked with LeakTracer, as there is no malloc
and free in mysqlgui, only new and delete.

It is possible that some of the apps you mentioned have changed some
system libraries so that some problems occur.

I would also like to point out that it is first time that I have
received such report on mysqlgui.


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaca, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to