Hi,

  Does anyone succeed to run embedded mySQL application
  (libmysqlserver) built in Debug. I got RtlHeapValidate exception on
  any mysql calls which allocates and free some memory. Crash appears
  in:
  
---------- cut -----------
void my_no_flags_free(gptr ptr)
{
  DBUG_ENTER("my_free");
  DBUG_PRINT("my",("ptr: %lx",ptr));
  if (ptr)
    free(ptr);         !!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  DBUG_VOID_RETURN;
} /* my_free */
---------------------------

 It's appears only in Debug mode, Release work fine.
 Any ideas?

Yura


---------------------------------------------------------------------
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