Bug #28012 | Patch : IM crashes instead of reporting an error when mysqldpath is bad | ||
---|---|---|---|
Submitted: | 22 Apr 2007 9:10 | Modified: | 2 Aug 2007 3:40 |
Reporter: | Geoffroy Cogniaux | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Instance Manager | Severity: | S3 (Non-critical) |
Version: | 5.1 BK | OS: | Windows |
Assigned to: | Kristofer Pettersson | CPU Architecture: | Any |
Tags: | Contribution, Instance Manager |
[22 Apr 2007 9:10]
Geoffroy Cogniaux
[22 Apr 2007 9:12]
Geoffroy Cogniaux
proposed patch
Attachment: bug28012.patch (text/plain), 1.63 KiB.
[3 May 2007 15:35]
MySQL Verification Team
Thank you for the bug report. > mysqlmanager.exe!start_process(Instance_options * instance_options=0x01705720, _PROCESS_INFORMATION * pi=0x0416ff20) Line 165 + 0x26 bytes C++ mysqlmanager.exe!Instance_monitor::start_and_monitor_instance() Line 343 + 0xe bytes C++ mysqlmanager.exe!Instance_monitor::run() Line 312 C++ mysqlmanager.exe!Thread::thread_func(void * arg=0x01705de0) Line 360 C++ mysqlmanager.exe!_pthread_start() + 0x3b bytes C mysqlmanager.exe!_callthreadstart() Line 293 + 0x6 bytes C mysqlmanager.exe!_threadstart(void * ptd=0x017035f0) Line 275 + 0x5 bytes C kernel32.dll!75c93833() [Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] ntdll.dll!772fa9bd()
[4 Jun 2007 21:20]
Alexander Nozdrin
Actually, this bug is a duplicate of BUG#19043. However, since this bug has more severity, marked as sr5_1 and has a patch, I think, we should declare BUG#19043 as a duplicate of this one.
[23 Jul 2007 22:06]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/31439 ChangeSet@1.2528, 2007-07-23 15:05:50+02:00, thek@adventure.(none) +6 -0 Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad On the windows platform, if an instance object failed to initialize during program start, the instance manager would crash. This could happen if an incorrect mysqld path was supplied in the defaults configuration file. The patch prevents the program from crashing and makes it show an error message instead.
[24 Jul 2007 1:06]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/31453 ChangeSet@1.2528, 2007-07-23 11:56:31+02:00, thek@adventure.(none) +3 -0 Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad On the windows platform, if an instance object failed to initialize during program start, the instance manager would crash. This could happen if an incorrect mysqld path was supplied in the defaults configuration file. The patch prevents the program from crashing and makes it show an error message instead.
[24 Jul 2007 1:06]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/31454 ChangeSet@1.2528, 2007-07-23 12:51:56+02:00, thek@adventure.(none) +4 -0 Bug#28012 Patch : IM crashes instead of reporting an error when mysqldpath is bad On the windows platform, if an instance object failed to initialize during program start, the instance manager would crash. This could happen if an incorrect mysqld path was supplied in the defaults configuration file. The patch prevents the program from crashing and makes it show an error message instead.
[1 Aug 2007 23:27]
Bugs System
Pushed into 5.1.21-beta
[2 Aug 2007 3:40]
Paul DuBois
Noted in 5.1.21 changelog. On Windows, Instance Manager would crash if an instance object failed to initialize during startup. This could happen if an incorrect mysqld path was supplied in the configuration file.