Bug #69549 mysqld.exe crashes when specifying --local-service on the command line
Submitted: 22 Jun 2013 11:05 Modified: 19 Jul 2013 6:39
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Windows Severity:S3 (Non-critical)
Version:5.0.96 OS:Windows (x64)
Assigned to: CPU Architecture:Any

[22 Jun 2013 11:05] Shane Bester
Description:
Affects debug/release builds of 5.0, 5.1, 5.5, 5.6, 5.7.
Call stack from 5.6.12:

ntdll.dll!_ZwRaiseException@12()
mysqld-debug.exe!add_quoted_string Line 5622
mysqld-debug.exe!mysqld_main
mysqld-debug.exe!main
mysqld-debug.exe!__tmainCRTStartup
mysqld-debug.exe!mainCRTStartup

How to repeat:
mysqld.exe --install-manual service_name --local-service
[19 Jul 2013 6:39] Philip Olson
Fixed as of MySQL Server 5.7.2, and here's the changelog entry:

On Microsoft Windows, passing in "--local-service" to "mysqld.exe" when
also passing in a service name could cause a crash at startup.

Thank you for the bug report.