diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-09-23 17:10:23 +0400 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-09-23 17:10:23 +0400 |
commit | d49913877064778d8301c7bbd610238b3f5422cd (patch) | |
tree | 1a46d6c8be6bd25f4e81fbe52c4b9e5063b86798 /cmd-line-utils/readline | |
parent | e6afad8858039c566870bac9c45910a963975c2e (diff) | |
download | mariadb-git-d49913877064778d8301c7bbd610238b3f5422cd.tar.gz |
A patch for Bug#47474 (mysqld hits Dbug_violation_helper assert
when compiled with Sun Studio compiler).
The thing is that Sun Studio compiler calls destructor of stack
objects when pthread_exit() is called. That triggered an assertion
in DBUG_ENTER()/DBUG_RETURN() validation logic (if DBUG_ENTER() is
used in the beginning of function, all returns should be replaced
by DBUG_RETURN/DBUG_VOID_RETURN macros).
A fix is to explicitly use DBUG_LEAVE macro.
Diffstat (limited to 'cmd-line-utils/readline')
0 files changed, 0 insertions, 0 deletions