Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
Description
The test fails with attempt to access memory 0xcccccccccccccccc in output_l called from fprintf, TERMINATE, mysql_print_status() (519).
Gliffy Diagrams
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Transitions
Re: mysql_client_test fail on windows x64
The memory which is corrupted was allocated between two ha_initialize_handlerton() calls, so probably it is also ha_initialize_handlerton() call:
hton= (handlerton *)my_malloc(sizeof(handlerton),
MYF(MY_WME | MY_ZEROFILL));
So the bug can be related to archive engine failures (also casued by memorry overrun)