当前位置: 首页 > 知识库问答 >
问题:

博士后。应用程序无法启动

缪晋
2023-03-14

报告如下:

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

端口5432上也没有运行的应用程序。通过跑步证实了这一点

netstat | grep 5432

有什么想法吗?

共有2个答案

薛栋
2023-03-14

PostgresApp 9.2.4.3中有一个漏洞,导致Lion崩溃。您可以在github上找到以前的版本:https://github.com/PostgresApp/PostgresApp/releases

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

孙帅
2023-03-14

我通过从http://postgres-app.s3.amazonaws.com/PostgresApp-9-2-2-0.zip安装Postgres.appv9.2.2解决了这个问题

 类似资料:
  • 我正在将postgres转换为Exasol,将在据称是超快的数据库上运行一些时间试验。Exasol有一个我正在使用的导入脚本,并得到一个“连接拒绝错误”。这是一个本地连接,视窗10和postgres 9.4 我仔细检查过的东西: 端口号为5432(可从PGAdmin查看) postgres处于活动状态,正在5432上收听(获取PID并看到它运行) 用户名和密码被重新输入了几次 尝试同时指定IPV4

  • 我使用Linux Mint肉桂2.2.16。 在安装和运行Rails的过程中,我遇到了Postgres的问题。 我无法在我的常用用户名下使用任何东西,因此我使用 我无法获得任何与createuser一起工作的内容。

  • 我已经在tomcat服务器上安装了应用程序。在启动和加载应用程序的过程中,我有以下堆栈跟踪的错误。如何解决这个问题? apache-tomcat-7.0.47/webapps/petclinic 2016年10月27日下午12:14:36 org。阿帕奇。卡塔琳娜。果心标准上下文起始内部 严重:ServletContainerInitializer处理javax时出错。servlet。Servle

  • 尝试通过Intellij IEDA运行Appium服务器时发生以下错误: 错误:无法启动应用程序会话,错误是:错误:命令失败:C:\WINDOWS\system32\cmd。exe/s/c“c:\Android\sdk\platform tools\adb.exe-s emulator-5554安装”c:\Program Files(x86)\Appium\node\u modules\Appiu

  • 想要基于spring boot starter mail实现简单邮件发送器解决方案在添加依赖项并设置属性后,我试图运行应用程序,但出现了错误。我认为值得注意的是,我没有,也不打算实现Spring Cloud。只有邮件服务。不明白为什么spring boot需要来自这些包的一些服务。 尝试了不同版本的依赖关系,定义了一些@Beans,但不认为这是问题所在 日志: 只想通过smtp发送电子邮件。gma