Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1(EOL)
-
None
Description
For example, see
- https://mariadb.atlassian.net/browse/MDEV-7413
- https://mariadb.atlassian.net/browse/MDEV-5308
one can find many more examples
The first example has:
Query (0x7f97ab53b020): is an invalid pointer
|
Connection ID (thread ID): 591
|
Status: NOT_KILLED
|
The second one has:
Nov 18 16:22:21 thorstenknbl1 mysqld: Query (0x7f4ecd82d020): is an invalid pointer
|
Nov 18 16:22:21 thorstenknbl1 mysqld: Connection ID (thread ID): 6
|
Nov 18 16:22:21 thorstenknbl1 mysqld: Status: NOT_KILLED
|
Note that the second one is just an assertion failure. Stack or THD structure
are not corrupted. However, the query pointer is still not printed.