diff options
author | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-02-04 19:47:56 +0100 |
---|---|---|
committer | Vladislav Vaintroub <wlad@montyprogram.com> | 2011-02-04 19:47:56 +0100 |
commit | 30acab2746ebfb9cf495f678716e9b804cffef6b (patch) | |
tree | 986661b8c44749d0380a871c98efccf1604f8561 /sql/mysql_upgrade_service.cc | |
parent | 614a6dfcd4320600762a9bf39587c4df08a3d9af (diff) | |
download | mariadb-git-30acab2746ebfb9cf495f678716e9b804cffef6b.tar.gz |
MBUG#688404 : Fix pbxt crashes on Windows 64 in debug build
The reason for the crash is misalignment on SSE instruciton
in setjmp(). The root cause is PBXT debug malloc(), which
unlike OS malloc does not guarantee 16 bytes alignment.
So the fix for now is disable PBXT debug malloc on Windows.
It was obsolete anyway, as it does not provide additional
benefits to C runtime debug routines (always used in debug
compilation) or to pageheap, available at runtime.
Diffstat (limited to 'sql/mysql_upgrade_service.cc')
0 files changed, 0 insertions, 0 deletions