首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Postgres.app无法启动

Postgres.app无法启动
EN

Stack Overflow用户
提问于 2013-09-03 16:02:21
回答 2查看 1.8K关注 0票数 1

我试图在我的OSX10.7.5上运行Postgres.app。当我运行Postgres.app时,会得到以下错误:

报告如下:

代码语言:javascript
复制
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运行。通过运行以下命令确认了这一点:

代码语言:javascript
复制
ps aux | grep -i post

Postgres.app菜单图标显示

在端口5432上也没有运行应用程序。通过运行

代码语言:javascript
复制
netstat | grep 5432

有什么想法吗?

EN

回答 2

Stack Overflow用户

回答已采纳

发布于 2013-09-03 17:25:29

为此,我从http://postgres-app.s3.amazonaws.com/PostgresApp-9-2-2-0.zip安装了http://postgres-app.s3.amazonaws.com/PostgresApp-9-2-2-0.zip v9.2.2

票数 3
EN

Stack Overflow用户

发布于 2013-09-10 04:50:41

在PostgresApp 9.2.4.3中有一个bug,在Lion上造成了崩溃。您可以在github:https://github.com/PostgresApp/PostgresApp/releases上找到以前的版本

(我通常不检查Postgresapp bug报告的Stackoverflow,如果可能的话,最好报告github:https://github.com/PostgresApp/PostgresApp/issues?state=open上的问题。)

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/18596726

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档