MySQL Workbench Release Notes  /  Changes in MySQL Workbench 5.1  /  Changes in MySQL Workbench 5.1.7 (Not released)

Changes in MySQL Workbench 5.1.7 (Not released)

This section documents all changes and bug fixes applied since the release of MySQL Workbench 5.1.6.

Bugs Fixed

  • MySQL Workbench 5.1.7 for OS X crashed at startup. It was looking for libmysqlclient.15, which was not found in /usr/local/mysql/lib. The error generated was:

    Process:         MySQLWorkbench [14915]
    Path:            /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
    Identifier:      com.sun.MySQLWorkbench
    Version:         ??? (???)
    Code Type:       X86 (Native)
    Parent Process:  launchd [95]
    
    Date/Time:       2009-02-02 18:53:52.120 +0100
    OS Version:      Mac OS X 10.5.6 (9G55)
    Report Version:  6
    
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread:  0
    
    Dyld Error Message:
      Library not loaded: /usr/local/mysql/lib/libmysqlclient.15.dylib
      Referenced from: /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
      Reason: image not found

    Note that MySQL was installed, but the specific version of client library required was not present. (Bug #42550)