osx - Postgres.app fails to start -
i trying run postgres.app on os x 10.7.5. when run postgres.app error:
the report follows:
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 @ 0x00007fff5fc01028 backtrace not available unknown thread crashed 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 other processes targeting process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 calls made process: task_for_pid: 0 thread_create: 0 thread_set_state: 0 calls made processes on machine: task_for_pid: 2066 thread_create: 1 thread_set_state: 0
i don't have other installation of postgres running. confirmed running:
ps aux | grep -i post
the postgres.app menu icon shows
there's no application running on port 5432 either. confirmed running
netstat | grep 5432
any ideas?
i worked around installing postgres.app v9.2.2 http://postgres-app.s3.amazonaws.com/postgresapp-9-2-2-0.zip
Comments
Post a Comment