Created
June 4, 2009 14:26
-
-
Save ocharles/123648 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (gdb) bt | |
| #0 0x00007f41f33d51a1 in strlen () from /lib/libc.so.6 | |
| #1 0x000000000062c0b4 in textin () | |
| #2 0x000000000066d964 in DirectFunctionCall1 () | |
| #3 0x00007f41f103eb89 in unaccent () from /usr/lib/postgresql/unaccent.so | |
| #4 0x000000000052bb9d in ExecMakeFunctionResult () | |
| #5 0x0000000000529aae in ExecProject () | |
| #6 0x000000000053aac9 in ExecResult () | |
| #7 0x0000000000528f0d in ExecProcNode () | |
| #8 0x0000000000526fe5 in ExecutorRun () | |
| #9 0x00000000005c2c20 in ?? () | |
| #10 0x00000000005c4289 in PortalRun () | |
| #11 0x00000000005bf3ca in ?? () | |
| #12 0x00000000005c09b7 in PostgresMain () | |
| #13 0x0000000000594c42 in ?? () | |
| #14 0x0000000000595964 in PostmasterMain () | |
| #15 0x000000000054afe8 in main () |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment