While executing the command "create extension postgis;" I see that the psql process hangs indefinitely and the only information that strace gives me is that its stuck in this indefinite futex call futex(0x2ac7aac6928c, FUTEX_WAIT, 1, NULL
I can't seem to figure out what's the issue that's leading to this hung process. Would appreciate if someone can help me out with this.
Asked
Active
Viewed 404 times
0

AnkitSablok
- 3,021
- 7
- 35
- 52
-
1Probably waiting on a lock, check `pg_locks` – Craig Ringer Aug 21 '16 at 08:43
-
sure lemme check that – AnkitSablok Aug 21 '16 at 08:48