Skip to content

Instantly share code, notes, and snippets.

@pd
Created September 2, 2008 13:57
Show Gist options
  • Save pd/8410 to your computer and use it in GitHub Desktop.
Save pd/8410 to your computer and use it in GitHub Desktop.
(gdb) bt
#0 0x28200de3 in poll () from /lib/libc.so.6
#1 0x2816c532 in poll () from /lib/libpthread.so.2
#2 0x28670861 in pqSocketPoll (sock=4, forRead=1, forWrite=0, end_time=-1) at fe-misc.c:1037
#3 0x28670723 in pqSocketCheck (conn=0x8d36c00, forRead=1, forWrite=0, end_time=-1) at fe-misc.c:979
#4 0x286705d8 in pqWaitTimed (forRead=1, forWrite=0, conn=0x8d36c00, finish_time=-1) at fe-misc.c:911
#5 0x286705ab in pqWait (forRead=1, forWrite=0, conn=0x8d36c00) at fe-misc.c:894
#6 0x2866d001 in PQgetResult (conn=0x8d36c00) at fe-exec.c:1223
#7 0x2866d4c5 in PQexecFinish (conn=0x8d36c00) at fe-exec.c:1452
#8 0x2866d1eb in PQexec (conn=0x8d36c00, query=0x80f5300 "SELECT * FROM \"ticket_changes\" ORDER BY ticket_changes.created_at DESC LIMIT 25") at fe-exec.c:1293
#9 0x2852c3f9 in pgconn_exec () from /usr/local/lib/ruby/gems/1.8/gems/postgres-0.7.9.2008.01.28/lib/postgres.so
#10 0x280a4138 in rb_call0 () from /usr/local/lib/libruby18.so.18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment