Opened 13 years ago
Last modified 11 years ago
#31717 closed defect
postgresql91 segfaults on OS X 10.7 when built with Xcode 4.2 — at Initial Version
Reported by: | francis@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.0.3 |
Keywords: | haspatch | Cc: | mww@… jwa@… |
Port: | postgresql91 |
Description
Steps to reproduce: 1) On OS X 10.7.1 or 10.7.2 install Xcode 4.2 2) port install postgresql91-server and follow the instructions that it prints to initdb 3) createdb francis ('francis' is my username) 4) psql91 5) at the psql prompt, enter "\dt" (describe tables). psql91 segfaults at this point
How to fix: Build with apple-gcc-4.2 (not LLVM/clang, which is the system default compiler in Xcode 4.2).
Change History (2)
Changed 13 years ago by francis@…
Attachment: | postgresql91-apple-gcc-4.2.diff added |
---|
Note: See
TracTickets for help on using
tickets.
Proposed fix