Displaying 1 result from an estimated 1 matches for "ci_read_field".
Did you mean:
ci_read_fields
2007 Oct 02
0
Segmentation fault in app_voicemail (ODBC/PSQL problem)
...It happens when I try to forward a voicemail. As soon as I press the option the server crashes.
I ran asterisk up inside gdb and got the following stack trace
====================================================================
Program received signal SIGSEGV, Segmentation fault.
0x00140adf in CI_read_fields () from /usr/lib/libodbcpsql.so
(gdb) bt
#0 0x00140adf in CI_read_fields () from /usr/lib/libodbcpsql.so
#1 0x001594dc in QR_fetch_tuples () from /usr/lib/libodbcpsql.so
#2 0x0014255e in CC_send_query () from /usr/lib/libodbcpsql.so
#3 0x0015c87c in SC_execute () from /usr/lib/libodbcpsql.so
#...