Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/wix/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Macos Postgres.app无法启动_Macos_Postgresql_Heroku_Osx Lion_Heroku Postgres - Fatal编程技术网

Macos Postgres.app无法启动

Macos Postgres.app无法启动,macos,postgresql,heroku,osx-lion,heroku-postgres,Macos,Postgresql,Heroku,Osx Lion,Heroku Postgres,我正在尝试在我的OS X 10.7.5上运行Postgres.app。当我运行Postgres.app时,出现以下错误: 报告如下: Process: com.heroku.postgres-service [934] Path: /Applications/Postgres.app/Contents/XPCServices/com.heroku.postgres-service.xpc/Contents/MacOS/com.heroku.postgres

我正在尝试在我的OS X 10.7.5上运行Postgres.app。当我运行Postgres.app时,出现以下错误:

报告如下:

Process:         com.heroku.postgres-service [934]
Path:            /Applications/Postgres.app/Contents/XPCServices/com.heroku.postgres-service.xpc/Contents/MacOS/com.heroku.postgres-service
Identifier:      com.heroku.postgres-service
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  com.heroku.postgres-service [931]

Date/Time:       2013-09-03 11:55:56.466 -0400
OS Version:      Mac OS X 10.7.5 (11G63b)
Report Version:  9

Anonymous UUID:                      3CF7D445-3EBA-4D64-AA7E-ADE812E0F3F0

Crashed Thread:  Unknown

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff5fc01028

Backtrace not available

Unknown thread crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000055  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000000  rbp: 0x0000000000000000  rsp: 0x0000000000000000
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000000  r11: 0x0000000000000000
  r12: 0x0000000000000000  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x0000000000000000
  rip: 0x00007fff5fc01028  rfl: 0x0000000000010203  cr2: 0x00007fff5fc01028
Logical CPU: 2

Binary images description not available


External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 2066
    thread_create: 1
    thread_set_state: 0
我没有运行任何其他Postgres安装。通过运行以下命令确认了这一点:

ps aux | grep -i post
此时将显示Postgres.app菜单图标

端口5432上也没有运行的应用程序。通过运行来确认这一点

netstat | grep 5432

有什么想法吗?

我通过从安装Postgres.app v9.2.2解决了这个问题

我通过从安装Postgres.app v9.2.2解决了这个问题

在PostgresApp 9.2.4.3中有一个bug导致Lion崩溃。您可以在github上找到以前的版本:


我通常不会检查Stackoverflow中是否有Postgresapp错误报告,如果可能的话,最好在github上报告问题:

Postgresapp 9.2.4.3中有一个错误导致Lion崩溃。您可以在github上找到以前的版本:


我通常不会检查Stackoverflow是否有Postgresapp错误报告,如果可能的话,最好在github上报告问题:

此外,该错误在9.2.4.4和9.3.0.0中已修复。此外,该错误在9.2.4.4和9.3.0.0中已修复