Bug #104705 unknown: debugger aborting because missing DBUG_RETURN or DBUG_VOID_RETURN macro
Submitted: 24 Aug 2021 5:53 Modified: 25 Aug 2021 12:32
Reporter: zongwen ye Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S2 (Serious)
Version:8.0.21 OS:Linux
Assigned to: CPU Architecture:x86

[24 Aug 2021 5:53] zongwen ye
Description:
您好,这边用mysql出现了个问题,导致程序 段错误,想请教下。
操作系统:centos8
gcc版本:10
mysql server 版本:8.0.21
c++操作的mysql库:

[root@localhost vcpkg]# ./vcpkg list | grep mysql
libmysql:x64-linux                                 8.0.20#2         A MySQL client library for C development

操作mysql出现的错误:
unknown: debugger aborting because missing DBUG_RETURN or DBUG_VOID_RETURN macro in function "?func"

How to repeat:
感觉是随机发生的。
[25 Aug 2021 12:32] MySQL Verification Team
Hi Mr. ye,

Thank you for your bug report.

However, we can not process further your bug report. 

Simply, we are not very fluent in the Chinese language.

Also, those macros are active ONLY in Debug builds and not in the production builds. Furthermore, there is no debugger, that we know of, that checks for the matching macros at the start and finish of the functions or methods.

Next, your report is so ascetic that there is no mention of where did you hit upon that mismatch.

Last, but not least, we can not accept your report based on an old release of 8.0. Current release is 8.0.26.

Not a bug.