Bug #279 | embedded MySQL server in simple example client can't be debugged | ||
---|---|---|---|
Submitted: | 11 Apr 2003 23:58 | Modified: | 25 Apr 2003 9:23 |
Reporter: | Roland Bengtsson | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: Embedded Library ( libmysqld ) | Severity: | S2 (Serious) |
Version: | 4.0.12 | OS: | Windows (Windows 2000 SP3) |
Assigned to: | MySQL Verification Team | CPU Architecture: | Any |
[11 Apr 2003 23:58]
Roland Bengtsson
[13 Apr 2003 7:49]
MySQL Verification Team
Thanks for the debug report I was be able to repeat. This issue generally happens when there are a mix of the code generation definition (Debug Multithreaded, Multithreaded, ect) between the application debugged and the libraries involved. However the application debugged doesn't crash, just is invoked the break point (int 3) and you can to continue clicking OK and using F11 or SHIFT+F11 in the disassembly window.
[14 Apr 2003 1:03]
Roland Bengtsson
Is it possible to fix this so the program is not stopped at the breakpoint? /Roland
[25 Apr 2003 9:23]
Michael Widenius
This is not a full, selfcontained repeatable bug. It's also not likely a bug in MySQL but a bug in the environment how the application program is called or in the debugger