mysql workbench 6.3.6崩溃mac os x el capitan 10.11.4

时间:2016-04-24 15:04:23

标签: mysql macos

请帮助。这是来自Mysql Workbench的问题报告:

Process:               MySQLWorkbench [1147]
Path:                  /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench
Identifier:            com.oracle.mysql.workbench
Version:               6.3.6.CE (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           MySQLWorkbench [1147]
User ID:               501

Date/Time:             2016-04-24 18:57:35.805 +0400
OS Version:            Mac OS X 10.11.4 (15E65)
Report Version:        11
Anonymous UUID:        D52EFF07-B0AE-E546-2C58-965DB2D0333F

Sleep/Wake UUID:       3316A0B1-778B-4932-B99D-E9514235658E

Time Awake Since Boot: 9900 seconds
Time Since Wake:       4200 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.main-thread

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x00000000000000b0
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0xb0:
--> 
    __TEXT                 0000000107696000-0000000107718000 [  520K] r-x/rwx SM=COW  /Applications/MySQLWorkbench.app/Contents/MacOS/MySQLWorkbench

1 个答案:

答案 0 :(得分:0)

我的朋友在Windows 10上有类似的错误.pid或进程ID发生了冲突,因为她的wamp服务器和mysql工作台都有pid = 3306。所以我卸载它并重新安装并将pid转换为3307然后它工作正常。不确定mac,但你可以试试这个。如果它也适合你,请评论。

更改pid的选项在安装过程中会在每次单击下一步之前仔细阅读。

相关问题