Skip to content

Instantly share code, notes, and snippets.

@rassie
Created June 28, 2009 20:17
Show Gist options
  • Save rassie/137361 to your computer and use it in GitHub Desktop.
Save rassie/137361 to your computer and use it in GitHub Desktop.
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f962db64710 (LWP 18916)]
0x00007f962bb63335 in free () from /lib/libc.so.6
(gdb) bt
#0 0x00007f962bb63335 in free () from /lib/libc.so.6
#1 0x00007f962d9eeda9 in unac_string () from /usr/lib/libunac.so.1
#2 0x00007f96279cdd5a in unaccent (fcinfo=<value optimized out>) at unaccent.c:47
#3 0x00007f962dcfeafb in ExecMakeFunctionResult () from /usr/lib/postgresql/8.3/bin/postgres
#4 0x00007f962dcfc191 in ExecProject () from /usr/lib/postgresql/8.3/bin/postgres
#5 0x00007f962dd0db4b in ExecResult () from /usr/lib/postgresql/8.3/bin/postgres
#6 0x00007f962dcfb788 in ExecProcNode () from /usr/lib/postgresql/8.3/bin/postgres
#7 0x00007f962dcf9584 in ExecutorRun () from /usr/lib/postgresql/8.3/bin/postgres
#8 0x00007f962dd9938d in ?? () from /usr/lib/postgresql/8.3/bin/postgres
#9 0x00007f962dd9aaf9 in PortalRun () from /usr/lib/postgresql/8.3/bin/postgres
#10 0x00007f962dd956fa in ?? () from /usr/lib/postgresql/8.3/bin/postgres
#11 0x00007f962dd9710d in PostgresMain () from /usr/lib/postgresql/8.3/bin/postgres
#12 0x00007f962dd695cb in ?? () from /usr/lib/postgresql/8.3/bin/postgres
#13 0x00007f962dd6b924 in PostmasterMain () from /usr/lib/postgresql/8.3/bin/postgres
#14 0x00007f962dd20333 in main () from /usr/lib/postgresql/8.3/bin/postgres
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment