Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Not A Bug
-
Affects Version/s: 1.0.7
-
Fix Version/s: None
-
Component/s: mod_nibblebill
-
Labels:None
-
Environment:Ubuntu 10.04LTS 32bit, Freeswitch, mod_nibblebill, postgres 9
-
Platform:Linux x86/gcc
-
Uname:Linux li250-19 2.6.38.3-linode32 #1 SMP Thu Apr 21 20:08:53 UTC 2011 i686 GNU/Linux
-
CPU Info:
-
GCC Version:gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5)
-
FreeSWITCH GIT Revision:FreeSWITCH Version 1.0.head (git-d495124 2011-05-08 13-10-01 -0500)
-
Reproduced with GIT HEAD?:FreeSWITCH Version 1.0.head (git-d495124 2011-05-08 13-10-01 -0500)
-
lsb_release:
-
Target Version:
Description
When balance reaches 0 and updates, instead of disconnecting the call it crashes.
If I have improperly submitted this ticket please notify me on either IRC or email.
FS logs
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:573 Received request via SESSION_HEARTBEAT!
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:434 Attempting to bill at $.5 per minute to account 1000
2011-05-09 15:54:23.206811 [INFO] mod_nibblebill.c:486 Beginning new billing on 775077b0-7a54-11e0-91ee-b573c7810c7a
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:492 60 seconds passed since last bill time of 2011-05-09 15:53:22
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:499 Billing $0.501833 to 1000 (Call: 775077b0-7a54-11e0-91ee-b573c7810c7a / 0.000000 so far)
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:321 Doing update query
[UPDATE accounts SET cash=cash-0.501833 WHERE id='1000']
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:366 Doing lookup query
[SELECT cash AS nibble_balance FROM accounts WHERE id='1000']
(gdb) bt
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt full
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
No symbol table info available.
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
DataType = 6
DecimalDigits = 0
NameLength = 14
Nullable = 1
ColumnSize = 16
y = <value optimized out>
stmt = 0xb636fd10
c = 1
x = <value optimized out>
m = 1
err_str = <value optimized out>
result = <value optimized out>
__PRETTY_FUNCTION__ = "switch_odbc_handle_callback_exec_detailed"
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
dsql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
sql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
pdata = {balance = 0, percall_max = 0, lowbal_amt = 0}
balance = 0
__func__ = "get_balance"
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
channel = 0x96aaeb8
profile = <value optimized out>
nibble_data = <value optimized out>
ts = 1304956463206811
billamount = 0
date = "2011-05-09 15:53:22", '\000' <repeats 60 times>
uuid = 0x96a6bb4 "775077b0-7a54-11e0-91ee-b573c7810c7a"
retsize = 19
tm = {tm_usec = 986795, tm_sec = 22, tm_min = 53, tm_hour = 15, tm_mday = 9, tm_mon = 4, tm_year = 111, tm_wday = 1, tm_yday = 128, tm_isdst = 0,
tm_gmtoff = 0}
billrate = 0xb6b43628 ".5"
billaccount = 0xb6b43630 "1000"
nobal_amt = 0
balance = 0
__func__ = "do_billing"
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
session = <value optimized out>
uuid = <value optimized out>
__func__ = "event_handler"
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
e = SWITCH_EVENT_SESSION_HEARTBEAT
node = 0xb6369148
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
pop = 0xb639cab8
event = 0xb639cab8
my_id = 0
__func__ = "switch_event_dispatch_thread"
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
No locals.
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
(gdb) thread apply all bt
Thread 32 (Thread 1768):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
#2 0xb4bcac8c in cc_agent_dispatch_thread_run (thread=0x9604da0, obj=0x0) at /usr/src/freeswitch/src/mod/applications/mod_callcenter/mod_callcenter.c:2161
#3 0xb75fd866 in dummy_worker (opaque=0x9604da0) at threadproc/unix/thread.c:138
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 31 (Thread 1766):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb5a7409c) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd839) at src/switch_core_timer.c:74
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4f118, obj=0xb6b4ed48) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4f118) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 30 (Thread 1783):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb63c1290) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd83b) at src/switch_core_timer.c:74
#6 0xb75918f0 in rtp_common_read (rtp_session=0xb63b1068, payload_type=<value optimized out>, flags=0x96ab860, io_flags=0) at src/switch_rtp.c:2823
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0xb63b1068, frame=0x96ab824, io_flags=0) at src/switch_rtp.c:3428
#8 0xb65cdb29 in sofia_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at mod_sofia.c:911
#9 0xb756ea07 in switch_core_session_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at src/switch_core_io.c:188
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
#11 0xb7598d5f in switch_ivr_multi_threaded_bridge (session=0x96a67e0, peer_session=0x95ac950, input_callback=0, session_data=0x0, peer_session_data=0x0)
at src/switch_ivr_bridge.c:1240
#12 0xb61532e2 in audio_bridge_function (session=0x96a67e0, data=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at /usr/src/freeswitch/src/mod/applications/mod_dptools/mod_dptools.c:2796
#13 0xb75683e1 in switch_core_session_exec (session=0x96a67e0, application_interface=0xb631db98, arg=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at src/switch_core_session.c:2045
#14 0xb7568892 in switch_core_session_execute_application_get_flags (session=0x96a67e0, app=0x96acc98 "bridge",
arg=0x96acca0 "sofia/gateway/bw-main/+19093900003", flags=0x0) at src/switch_core_session.c:1959
#15 0xb756b6d5 in switch_core_standard_on_execute (session=0x96a67e0) at src/switch_core_state_machine.c:176
#16 switch_core_session_run (session=0x96a67e0) at src/switch_core_state_machine.c:371
#17 0xb7567b86 in switch_core_session_thread (thread=0x96ac3d8, obj=0x96a67e0) at src/switch_core_session.c:1269
#18 0xb75fd866 in dummy_worker (opaque=0x96ac3d8) at threadproc/unix/thread.c:138
#19 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#20 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 29 (Thread 1786):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
#2 0xb688b732 in read_packet (listener=0xb637c720, event=<value optimized out>, timeout=0)
at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:1354
#3 0xb6891cc2 in listener_run (thread=0xb63fd628, obj=0xb637c720) at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2522
#4 0xb75fd866 in dummy_worker (opaque=0xb63fd628) at threadproc/unix/thread.c:138
#5 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#6 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 28 (Thread 1769):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74bbf5b in read () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75d2908 in read () at /usr/include/bits/unistd.h:45
#3 softtimer_runtime () at src/switch_time.c:808
#4 0xb757f9ea in switch_loadable_module_exec (thread=0x95134f0, obj=0x9513250) at src/switch_loadable_module.c:97
#5 0xb75fd866 in dummy_worker (opaque=0x95134f0) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 27 (Thread 1765):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb5ab009c) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd837) at src/switch_core_timer.c:74
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4b108, obj=0xb6b4ad38) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4b108) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 26 (Thread 1757):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x953cbf8, mutex=0x953cbc8, timeout=1000000) at locks/unix/thread_cond.c:89
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=1000000) at misc/apr_queue.c:339
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=4294966780) at src/switch_apr.c:1014
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x953cb78, obj=0x953bdd0) at sofia.c:1330
#6 0xb75fd866 in dummy_worker (opaque=0x953cb78) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 25 (Thread 1764):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb5aec09c) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd838) at src/switch_core_timer.c:74
#6 0xb5af0134 in read_stream_thread (thread=0xb6b470f8, obj=0xb6b46d28) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
#7 0xb75fd866 in dummy_worker (opaque=0xb6b470f8) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 24 (Thread 1754):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539b78, tout=1000) at su_epoll_port.c:495
#3 0xb66c43ed in su_base_port_run (self=0x9539b78) at su_base_port.c:349
#4 0xb66c7c49 in su_port_run (self=0x9542fb8) at su_port.h:326
#5 su_root_run (self=0x9542fb8) at su_root.c:819
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6515f9c) at su_pthread_port.c:334
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 23 (Thread 1743):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9460db0, mutex=0x9460d80) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at src/switch_apr.c:1009
#5 0xb75c73d8 in log_thread (t=0xb6e70ae0, obj=0x0) at src/switch_log.c:294
#6 0xb75fd866 in dummy_worker (opaque=0xb6e70ae0) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 22 (Thread 1753):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9542ff0, tout=1000) at su_epoll_port.c:495
#3 0xb66c43ed in su_base_port_run (self=0x9542ff0) at su_base_port.c:349
#4 0xb66c7c49 in su_port_run (self=0x953e050) at su_port.h:326
#5 su_root_run (self=0x953e050) at su_root.c:819
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb64d9f9c) at su_pthread_port.c:334
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 21 (Thread 1784):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0x96ed4d8) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd83a) at src/switch_core_timer.c:74
#6 0xb75918f0 in rtp_common_read (rtp_session=0x96dd2b0, payload_type=<value optimized out>, flags=0x95b19d0, io_flags=0) at src/switch_rtp.c:2823
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0x96dd2b0, frame=0x95b1994, io_flags=0) at src/switch_rtp.c:3428
#8 0xb65cdb29 in sofia_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at mod_sofia.c:911
#9 0xb756ea07 in switch_core_session_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at src/switch_core_io.c:188
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
#11 0xb7598103 in audio_bridge_on_exchange_media (session=0x95ac950) at src/switch_ivr_bridge.c:636
#12 0xb756af39 in switch_core_session_run (session=0x95ac950) at src/switch_core_state_machine.c:374
#13 0xb7567b86 in switch_core_session_thread (thread=0x95b2598, obj=0x95ac950) at src/switch_core_session.c:1269
#14 0xb75fd866 in dummy_worker (opaque=0x95b2598) at threadproc/unix/thread.c:138
#15 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#16 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 20 (Thread 1736):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9452290, mutex=0x9452260) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0x9452230, data=0xb6f90348) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0x9452230, data=0xb6f90348) at src/switch_apr.c:1009
#5 0xb758948e in switch_event_thread (thread=0x9460bc0, obj=0x9452230) at src/switch_event.c:318
#6 0xb75fd866 in dummy_worker (opaque=0x9460bc0) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 19 (Thread 1734):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb755859c in pool_thread (thread=0xb7162e38, obj=0x0) at src/switch_core_memory.c:549
#5 0xb75fd866 in dummy_worker (opaque=0xb7162e38) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 18 (Thread 1751):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539718, tout=1000) at su_epoll_port.c:495
#3 0xb66c41e0 in su_base_port_step (self=0x9539718, tout=1000) at su_base_port.c:467
#4 0xb66c8160 in su_port_step (self=0xb6b1c470, tout=1000) at su_port.h:340
#5 su_root_step (self=0xb6b1c470, tout=1000) at su_root.c:858
#6 0xb66007df in sofia_profile_thread_run (thread=0x95382a0, obj=0x9537670) at sofia.c:1652
#7 0xb75fd866 in dummy_worker (opaque=0x95382a0) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 17 (Thread 1756):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9538400, mutex=0x95383d0, timeout=1000000) at locks/unix/thread_cond.c:89
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=1000000) at misc/apr_queue.c:339
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=4294966780) at src/switch_apr.c:1014
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9538380, obj=0x9537670) at sofia.c:1330
#6 0xb75fd866 in dummy_worker (opaque=0x9538380) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 16 (Thread 1760):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
#2 0xb6623334 in sofia_presence_event_thread_run (thread=0x9531c58, obj=0x0) at sofia_presence.c:975
#3 0xb75fd866 in dummy_worker (opaque=0x9531c58) at threadproc/unix/thread.c:138
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 15 (Thread 1733):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb75729e4 in switch_core_runtime_loop (bg=1) at src/switch_core.c:810
#5 0x0804a8b1 in main (argc=2, argv=0xbf87d244) at src/switch.c:917
Thread 14 (Thread 1770):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74bc168 in accept () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75fc4a6 in apr_socket_accept (new=0xb4b8a2e0, sock=0x962fab8, connection_context=0xb4800030) at network_io/unix/sockets.c:187
#3 0xb753f4cb in switch_socket_accept (new_sock=0xb4b8a2e0, sock=0x962fab8, pool=0xb4800030) at src/switch_apr.c:686
#4 0xb68910fb in mod_event_socket_runtime () at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2749
#5 0xb757f9ea in switch_loadable_module_exec (thread=0x9513758, obj=0x9513548) at src/switch_loadable_module.c:97
#6 0xb75fd866 in dummy_worker (opaque=0x9513758) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 13 (Thread 1762):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb5ff79c2 in node_thread_run (thread=0xb6324060, obj=0xb6323970) at /usr/src/freeswitch/src/mod/applications/mod_fifo/mod_fifo.c:1837
#5 0xb75fd866 in dummy_worker (opaque=0xb6324060) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 12 (Thread 1758):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9534a98, mutex=0x9534a68, timeout=1000000) at locks/unix/thread_cond.c:89
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=1000000) at misc/apr_queue.c:339
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=4294966780) at src/switch_apr.c:1014
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9534a18, obj=0x9533660) at sofia.c:1330
#6 0xb75fd866 in dummy_worker (opaque=0x9534a18) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 11 (Thread 1748):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=500000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb75779e4 in switch_scheduler_task_thread (thread=0x950e478, obj=0x0) at src/switch_scheduler.c:171
#5 0xb75fd866 in dummy_worker (opaque=0x950e478) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 10 (Thread 1771):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73dbb86 in poll () from /lib/tls/i686/cmov/libc.so.6
#2 0xb68e1c4f in waitForConnection (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:635
#3 chanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:729
#4 0xb68d3dc2 in ChanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/chanswitch.c:149
#5 0xb68e041e in acceptAndProcessNextConnection (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:908
#6 serverRun2 (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:956
#7 ServerRun (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:975
#8 0xb68d0b20 in mod_xml_rpc_runtime () at /usr/src/freeswitch/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c:970
#9 0xb757f9ea in switch_loadable_module_exec (thread=0x95139c0, obj=0x95137b0) at src/switch_loadable_module.c:97
#10 0xb75fd866 in dummy_worker (opaque=0x95139c0) at threadproc/unix/thread.c:138
#11 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#12 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 9 (Thread 1752):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539650, tout=1000) at su_epoll_port.c:495
#3 0xb66c41e0 in su_base_port_step (self=0x9539650, tout=1000) at su_base_port.c:467
#4 0xb66c8160 in su_port_step (self=0x9531418, tout=1000) at su_port.h:340
#5 su_root_step (self=0x9531418, tout=1000) at su_root.c:858
#6 0xb66007df in sofia_profile_thread_run (thread=0x953ca98, obj=0x953bdd0) at sofia.c:1652
#7 0xb75fd866 in dummy_worker (opaque=0x953ca98) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 8 (Thread 1738):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb7091b38, mutex=0xb7091b08) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at src/switch_apr.c:1009
#5 0xb758948e in switch_event_thread (thread=0x9460c00, obj=0xb7091ad8) at src/switch_event.c:318
#6 0xb75fd866 in dummy_worker (opaque=0x9460c00) at threadproc/unix/thread.c:138
Thread 7 (Thread 1747):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb7562863 in switch_core_sql_db_thread (thread=0xb6cf6b08, obj=0x0) at src/switch_core_sqldb.c:926
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6b08) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 6 (Thread 1761):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at src/switch_apr.c:369
#4 0xb607c415 in timer_thread_run (thread=0xb6b317e0, obj=0x0) at mod_spandsp_fax.c:217
#5 0xb75fd866 in dummy_worker (opaque=0xb6b317e0) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 5 (Thread 1737):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb70f4b38, mutex=0xb70f4b08) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at src/switch_apr.c:1009
#5 0xb758948e in switch_event_thread (thread=0x9460be0, obj=0xb70f4ad8) at src/switch_event.c:318
#6 0xb75fd866 in dummy_worker (opaque=0x9460be0) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 4 (Thread 1750):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x953e830, tout=1000) at su_epoll_port.c:495
#3 0xb66c41e0 in su_base_port_step (self=0x953e830, tout=1000) at su_base_port.c:467
#4 0xb66c8160 in su_port_step (self=0xb6b13940, tout=1000) at su_port.h:340
#5 su_root_step (self=0xb6b13940, tout=1000) at su_root.c:858
#6 0xb66007df in sofia_profile_thread_run (thread=0x9534938, obj=0x9533660) at sofia.c:1652
#7 0xb75fd866 in dummy_worker (opaque=0x9534938) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 3 (Thread 1746):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at src/switch_apr.c:369
#4 0xb755f7d0 in switch_core_sql_thread (thread=0xb6cf6ae8, obj=0x0) at src/switch_core_sqldb.c:1053
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6ae8) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 2 (Thread 1755):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x95420d0, tout=1000) at su_epoll_port.c:495
#3 0xb66c43ed in su_base_port_run (self=0x95420d0) at su_base_port.c:349
#4 0xb66c7c49 in su_port_run (self=0x953f0f8) at su_port.h:326
#5 su_root_run (self=0x953f0f8) at su_root.c:819
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6551f9c) at su_pthread_port.c:334
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 1 (Thread 1735):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread apply all bt full
Thread 32 (Thread 1768):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
No symbol table info available.
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
ts = {tv_sec = 0, tv_nsec = 100000000}
#2 0xb4bcac8c in cc_agent_dispatch_thread_run (thread=0x9604da0, obj=0x0) at /usr/src/freeswitch/src/mod/applications/mod_callcenter/mod_callcenter.c:2161
sql = 0x95643a8 "\020\066G\267\020\066G\267\240CV\t\240CV\td,session_uuid,cid_number,cid_name,joined_epoch,(1304956463-joined_epoch)+base_score+skill_score AS score, state, abandoned_epoch FROM members WHERE state = 'Waiting' OR state = 'Aband"...
__func__ = "cc_agent_dispatch_thread_run"
#3 0xb75fd866 in dummy_worker (opaque=0x9604da0) at threadproc/unix/thread.c:138
No locals.
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 31 (Thread 1766):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb5a7409c) at src/switch_time.c:610
private_info = 0x955a2c8
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd839) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4f118, obj=0xb6b4ed48) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
is_open = 640
use_fh = <value optimized out>
olen = 320
abuf = '\000' <repeats 4095 times>
fname = 0x280 <Address 0x280 out of bounds>
fh = {file_interface = 0x9588688, flags = 18445, fd = 0x0, samples = 2339086, samplerate = 16000, native_rate = 16000, channels = 1 '\001',
format = 65538, sections = 1, seekable = 1, sample_count = 2339086, speed = 0, memory_pool = 0x9600898, prebuf = 65536, interval = 0,
private_info = 0x9600970, handler = 0x0, pos = 2339086, audio_buffer = 0x0, sp_audio_buffer = 0x0, thresh = 0, silence_hits = 0, offset_pos = 0,
samples_in = 2339086, samples_out = 0, vol = 0, resampler = 0x0, buffer = 0x0, dbuf = 0x0, dbuflen = 0, pre_buffer = 0x956b278,
pre_buffer_data = 0x96853c8 "", pre_buffer_datalen = 65536,
file = 0xb5af24d4 "/usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c", func = 0xb5af2bad "read_stream_thread", line = 209,
file_path = 0x9600928 "/usr/local/freeswitch/sounds/music/16000/ponce-preludio-in-e-major.wav", spool_path = 0x0, prefix = 0x0}
cp = 0x96a6500
file_buf = "ponce-preludio-in-e-major.wav\000\060\066-1-preludio.wav", '\000' <repeats 80 times>
path_buf = "/usr/local/freeswitch/sounds/music/16000/ponce-preludio-in-e-major.wav\000\060\066-1-preludio.wav", '\000' <repeats 423 times>
timer = {interval = 20, flags = 0, samples = 320, samplecount = 2310080, timer_interface = 0x9514490, memory_pool = 0x9559ff8,
private_info = 0x955a2c8, diff = 0, tick = 0}
fd = -1
audio_buffer = 0x956b4e0
dist_buf = 0x95de570 "\006"
used = <value optimized out>
skip = 0
temp_pool = 0x9559ff8
__func__ = "read_stream_thread"
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4f118) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 30 (Thread 1783):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb63c1290) at src/switch_time.c:610
private_info = 0xb63c5a08
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd83b) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb75918f0 in rtp_common_read (rtp_session=0xb63b1068, payload_type=<value optimized out>, flags=0x96ab860, io_flags=0) at src/switch_rtp.c:2823
do_cng = 0
read_pretriggered = 1
session = 0x96a67e0
channel = 0x96aaeb8
bytes = 172
rtcp_bytes = 0
status = SWITCH_STATUS_SUCCESS
poll_status = SWITCH_STATUS_SUCCESS
rtcp_status = <value optimized out>
rtcp_poll_status = <value optimized out>
check = 0
ret = <value optimized out>
sleep_mss = 20000
poll_loop = -1263972080
fdr = 0
rtcp_fdr = 0
hot_socket = 0
read_loops = 0
__func__ = "rtp_common_read"
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0xb63b1068, frame=0x96ab824, io_flags=0) at src/switch_rtp.c:3428
bytes = <value optimized out>
#8 0xb65cdb29 in sofia_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at mod_sofia.c:911
status = <value optimized out>
tech_pvt = 0x96ab7e8
channel = <value optimized out>
sanity = <value optimized out>
rtcp_frame = {report_count = 42388, packet_type = 2400, ssrc = 0, ntp_msw = 3075179289, ntp_lsw = 3077263348, timestamp = 3076484409,
packet_count = 3077263348, octect_count = 3030996648}
__PRETTY_FUNCTION__ = "sofia_read_frame"
__func__ = "sofia_read_frame"
#9 0xb756ea07 in switch_core_session_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at src/switch_core_io.c:188
ptr = <value optimized out>
status = <value optimized out>
need_codec = <value optimized out>
perfect = 1
do_bugs = -1263970440
do_resample = 0
is_cng = 0
codec_impl = {codec_type = 3030996984, ianacode = 80 'P', iananame = 0xb75400d9 "\201\303\033O\027", fmtp = 0xb76b4ff4 "\230\315\032",
samples_per_second = 3030997016, actual_samples_per_second = 3077263348, bits_per_second = 157968352, microseconds_per_packet = -1263965612,
samples_per_packet = 3030997016, decoded_bytes_per_packet = 3075729924, encoded_bytes_per_packet = 157330688, number_of_channels = 60 '<',
codec_frames_per_packet = -1263970232, init = 0xb76b4ff4, encode = 0x96a67e0, decode = 0xb76b4ff4, destroy = 0xb4a95848, codec_id = 3075885863,
impl_id = 157330688, next = 0xb4a9583c}
flag = 0
__PRETTY_FUNCTION__ = "switch_core_session_read_frame"
__func__ = "switch_core_session_read_frame"
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
status = <value optimized out>
event = 0xb4a96a98
data = 0xb6b42ef8
stream_id = 0
pre_b = 1
ans_a = 1
ans_b = 0
originator = 1
input_callback = 0
msg = {from = 0x0, message_id = SWITCH_MESSAGE_REDIRECT_AUDIO, numeric_arg = 0, string_arg = 0x0, string_arg_size = 0, pointer_arg = 0x0,
pointer_arg_size = 0, numeric_reply = 0, string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0, pointer_reply_size = 0, flags = 0,
_file = 0x0, _func = 0x0, _line = 0, string_array_arg = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
user_data = 0x0
chan_a = 0x96aaeb8
chan_b = 0x95b1028
read_frame = 0x0
session_a = 0x96a67e0
session_b = 0x95ac950
read_frame_count = 3001
app_name = <value optimized out>
app_arg = <value optimized out>
hook_var = <value optimized out>
inner_bridge = 0
silence_codec = {codec_interface = 0x0, implementation = 0x0, fmtp_in = 0x0, fmtp_out = 0x0, flags = 0, memory_pool = 0x0, private_info = 0x0,
agreed_pt = 0 '\000', mutex = 0x0, next = 0x0}
silence_frame = {codec = 0x0, source = 0x0, packet = 0x0, packetlen = 0, extra_data = 0x0, data = 0x0, datalen = 0, buflen = 0, samples = 0,
rate = 0, payload = 0 '\000', timestamp = 0, seq = 0, ssrc = 0, m = SWITCH_FALSE, flags = 0}
silence_data = {0 <repeats 2048 times>}
silence_var = 0x0
silence_val = 0
bypass_media_after_bridge = 0
bridge_answer_timeout = <value optimized out>
answer_timeout = <value optimized out>
sent_update = 0
answer_limit = 0
exec_app = 0x0
exec_data = 0x0
vid_thread = 0x0
vh = {session_a = 0x0, session_b = 0x0, up = 0}
vid_launch = 0
__func__ = "audio_bridge_thread"
__PRETTY_FUNCTION__ = "audio_bridge_thread"
#11 0xb7598d5f in switch_ivr_multi_threaded_bridge (session=0x96a67e0, peer_session=0x95ac950, input_callback=0, session_data=0x0, peer_session_data=0x0)
at src/switch_ivr_bridge.c:1240
app = <value optimized out>
data = <value optimized out>
__func__ = "switch_ivr_multi_threaded_bridge"
caller_channel = 0x96aaeb8
peer_channel = <value optimized out>
status = <value optimized out>
state = <value optimized out>
event = 0x0
br = 1
var = <value optimized out>
cause = <value optimized out>
msg = {from = 0xb7697838 "src/switch_ivr_bridge.c", message_id = SWITCH_MESSAGE_INDICATE_BRIDGE, numeric_arg = 0,
string_arg = 0xb6b43058 "775281cc-7a54-11e0-91ef-b573c7810c7a", string_arg_size = 0, pointer_arg = 0x0, pointer_arg_size = 0, numeric_reply = 0,
string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0, pointer_reply_size = 0, flags = 0, _file = 0x0, _func = 0x0, _line = 0,
string_array_arg = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
#12 0xb61532e2 in audio_bridge_function (session=0x96a67e0, data=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at /usr/src/freeswitch/src/mod/applications/mod_dptools/mod_dptools.c:2796
channel = <value optimized out>
peer_channel = 0x95b1028
a_key = 0x0
ok = <value optimized out>
func = 0
b_key = 0x0
caller_channel = 0x96aaeb8
peer_session = 0x95ac950
transfer_on_fail = <value optimized out>
tof_data = <value optimized out>
tof_array = {0x0, 0x0, 0x0, 0x0}
continue_on_fail = 0x96ad548 "true"
failure_causes = 0x0
v_campon = <value optimized out>
v_campon_retries = <value optimized out>
v_campon_sleep = 0xb75400ed "\203\304\024[]\303\215\266"
v_campon_timeout = 0x0
v_campon_fallback_exten = 0xb74b8319 "\201\303\333\314"
cause = SWITCH_CAUSE_SUCCESS
campon_retries = 157328880
campon_sleep = 0
tmp = <value optimized out>
fail = <value optimized out>
thread_started = -1219231507
stake = {session = 0x0, running = 0, do_xfer = 0, moh = 0x0}
moh = 0xb76b4ff4 "\230\315\032"
thread = 0x0
thd_attr = 0x0
camp_data = 0xb4a96c38 "(\020[\t}TT\267\360\245`\t\254\213h\267ll\251\264\360\242\263\266\270\256j\t\271\237i\267\070\\b\tG(j\267\020"
status = SWITCH_STATUS_SUCCESS
__func__ = "audio_bridge_function"
#13 0xb75683e1 in switch_core_session_exec (session=0x96a67e0, application_interface=0xb631db98, arg=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at src/switch_core_session.c:2045
log = <value optimized out>
lp = <value optimized out>
event = 0x0
var = <value optimized out>
channel = 0xb4a9717c
expanded = <value optimized out>
app = 0xb769033c "current_application"
msg = {from = 0xb769000d "src/switch_core_session.c", message_id = SWITCH_MESSAGE_INDICATE_APPLICATION_EXEC, numeric_arg = 0, string_arg = 0x0,
string_arg_size = 0, pointer_arg = 0x0, pointer_arg_size = 0, numeric_reply = 0, string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0,
pointer_reply_size = 0, flags = 0, _file = 0x0, _func = 0x0, _line = 0, string_array_arg = {0xb6155112 "bridge",
0x96acca0 "sofia/gateway/bw-main/+19093900003", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
__PRETTY_FUNCTION__ = "switch_core_session_exec"
__func__ = "switch_core_session_exec"
#14 0xb7568892 in switch_core_session_execute_application_get_flags (session=0x96a67e0, app=0x96acc98 "bridge",
arg=0x96acca0 "sofia/gateway/bw-main/+19093900003", flags=0x0) at src/switch_core_session.c:1959
application_interface = 0xb631db98
status = SWITCH_STATUS_SUCCESS
__func__ = "switch_core_session_execute_application_get_flags"
#15 0xb756b6d5 in switch_core_standard_on_execute (session=0x96a67e0) at src/switch_core_state_machine.c:176
extension = 0x96ac908
#16 switch_core_session_run (session=0x96a67e0) at src/switch_core_state_machine.c:371
global_proceed = -1217848736
index = <value optimized out>
ptr = <value optimized out>
rstatus = <value optimized out>
state = 3077136103
endstate = 3077136103
endpoint_interface = <value optimized out>
driver_state_handler = 0xb67356e0
application_state_handler = <value optimized out>
new_loops = 59999
__PRETTY_FUNCTION__ = "switch_core_session_run"
__func__ = "switch_core_session_run"
#17 0xb7567b86 in switch_core_session_thread (thread=0x96ac3d8, obj=0x96a67e0) at src/switch_core_session.c:1269
session = 0x96a67e0
event = <value optimized out>
event_str = 0x0
val = <value optimized out>
__func__ = "switch_core_session_thread"
__PRETTY_FUNCTION__ = "switch_core_session_thread"
#18 0xb75fd866 in dummy_worker (opaque=0x96ac3d8) at threadproc/unix/thread.c:138
No locals.
#19 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#20 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 29 (Thread 1786):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
No symbol table info available.
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
ts = {tv_sec = 0, tv_nsec = 1000000}
#2 0xb688b732 in read_packet (listener=0xb637c720, event=<value optimized out>, timeout=0)
at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:1354
do_sleep = <value optimized out>
mlen = 0
bytes = 0
mbuf = '\000' <repeats 2047 times>
buf = "Content-Type: log/data\nContent-Length: 137\nLog-Level: 7\nText-Channel: 0\nLog-File: mod_nibblebill.c\nLog-Func: get_balance\nLog-Line: 366\nUser-Data: \n\n\000\067\067b0-7a54-11e0-91ee-b573c7810c7a\n\n", '\000' <repeats 840 times>
len = 137
status = <value optimized out>
count = -1264460656
start = 1304956407
pop = 0x96addc0
ptr = 0xb4a1dc9c ""
crcount = 0 '\000'
channel = 0x0
clen = <value optimized out>
__func__ = "read_packet"
__PRETTY_FUNCTION__ = "read_packet"
#3 0xb6891cc2 in listener_run (thread=0xb63fd628, obj=0xb637c720) at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2522
buf = '\000' <repeats 1023 times>
len = 1024
status = <value optimized out>
event = 0x0
reply = "+OK log level [7]", '\000' <repeats 493 times>
session = 0x0
channel = <value optimized out>
revent = 0x0
var = <value optimized out>
__PRETTY_FUNCTION__ = "listener_run"
__func__ = "listener_run"
#4 0xb75fd866 in dummy_worker (opaque=0xb63fd628) at threadproc/unix/thread.c:138
No locals.
#5 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#6 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 28 (Thread 1769):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74bbf5b in read () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75d2908 in read () at /usr/include/bits/unistd.h:45
No locals.
#3 softtimer_runtime () at src/switch_time.c:808
exp = 1
too_late = 20000000
current_ms = 2180
x = <value optimized out>
tick = 20
ts = 1304956463206826
last = <value optimized out>
fwd_errs = 0
rev_errs = 0
tfd = 46
last_MICROSECONDS_PER_TICK = <value optimized out>
spec = {it_interval = {tv_sec = 0, tv_nsec = 20000000}, it_value = {tv_sec = 0, tv_nsec = 20000000}}
__func__ = "softtimer_runtime"
#4 0xb757f9ea in switch_loadable_module_exec (thread=0x95134f0, obj=0x9513250) at src/switch_loadable_module.c:97
status = 4294966784
__PRETTY_FUNCTION__ = "switch_loadable_module_exec"
__func__ = "switch_loadable_module_exec"
#5 0xb75fd866 in dummy_worker (opaque=0x95134f0) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 27 (Thread 1765):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb5ab009c) at src/switch_time.c:610
private_info = 0x955c2a8
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd837) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4b108, obj=0xb6b4ad38) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
is_open = 320
use_fh = <value optimized out>
olen = 160
abuf = "\n\000\370\377\273\377u\377\025\377y\376\325\375V\375\362\374\275\374\276\374\342\374\027\375G\375\220\375\377\375^\376\245\376\035\377\255\377\356\377\064\000\017\001\027\002\251\002\310\002\244\002z\002{\002\201\002}\002|\002)\002~\001\307\000\023\000y\377\344\376V\376:\376\272\376\206\377A\000\324\000X\001\271\001\321\001\262\001\220\001p\001\001\001-\000O\377\253\376\070\376\341\375\266\375\302\375\355\375\033\376U\376\304\376R\377\357\377\226\000\031\001\071\001\034\001I\001\227\001\251\001\245\001\222\001^\001\362\000\231\000\235\000\202\000\033\000\265\377R\377\325\376N\376\341\375\226\375\202\375\300\375.\376\241\376\364\376 \377N\377p\377~\377\242\377\347\377&\000:\000\070\000'\000\333\377\210\377\225\377\357\377H\000\252\000\061\001\227\001\263\001\256\001\275\001\343\001\360\001\344\001\254\001\060\001\302\000u\000\026\000\315\377\240\377b\377\071\377I\377w\377\252\377\350\377)\000e\000\214\000f\000\v\000\301\377k\377\t\377\263\376L\376\355\375\243\375v\375\222\375\267\375\277\375\372\375\204\376\023\377\211\377%\000\320\000G\001\253\001\066\002\323\002\062\003\033\003\302\002\220\002x\002`\002e\002", '\000' <repeats 3775 times>
fname = 0x140 <Address 0x140 out of bounds>
fh = {file_interface = 0x9588688, flags = 2061, fd = 0x0, samples = 2103542, samplerate = 8000, native_rate = 8000, channels = 1 '\001',
format = 65538, sections = 1, seekable = 1, sample_count = 1212416, speed = 0, memory_pool = 0x9621098, prebuf = 65536, interval = 0,
private_info = 0x9621188, handler = 0x0, pos = 1212416, audio_buffer = 0x0, sp_audio_buffer = 0x0, thresh = 0, silence_hits = 0, offset_pos = 0,
samples_in = 1212416, samples_out = 0, vol = 0, resampler = 0x0, buffer = 0x0, dbuf = 0x0, dbuflen = 0, pre_buffer = 0x956b570,
pre_buffer_data = 0x96bbe98 "\037\376j\376\377\376\275\377t", pre_buffer_datalen = 65536,
file = 0xb5af24d4 "/usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c", func = 0xb5af2bad "read_stream_thread", line = 209,
file_path = 0x9621128 "/usr/local/freeswitch/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav", spool_path = 0x0, prefix = 0x0}
cp = 0x95ac900
file_buf = "partita-no-3-in-e-major-bwv-1006-1-preludio.wav", '\000' <repeats 80 times>
path_buf = "/usr/local/freeswitch/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav", '\000' <repeats 424 times>
timer = {interval = 20, flags = 0, samples = 160, samplecount = 1154880, timer_interface = 0x9514490, memory_pool = 0x955c000,
private_info = 0x955c2a8, diff = 0, tick = 0}
fd = -1
audio_buffer = 0x9548f38
dist_buf = 0x95cd568 "a\375L\375\362\374\233\374Z\374A\374\207\374\032\375\245\375\375\375]\376\022\377\364\377\323"
used = <value optimized out>
skip = 0
temp_pool = 0x955c000
__func__ = "read_stream_thread"
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4b108) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 26 (Thread 1757):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x953cbf8, mutex=0x953cbc8, timeout=1000000) at locks/unix/thread_cond.c:89
rv = <value optimized out>
then = 1304956464113355
abstime = {tv_sec = 1304956464, tv_nsec = 113355000}
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=1000000) at misc/apr_queue.c:339
rv = <value optimized out>
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=4294966780) at src/switch_apr.c:1014
No locals.
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x953cb78, obj=0x953bdd0) at sofia.c:1330
sleepy_time = <value optimized out>
ireg_loops = 7
pop = 0x0
sql_len = 32768
sqlbuf = 0xb6310878 ""
sql = 0x0
last_commit = 1304956463106796
last_check = 1304956463106796
len = <value optimized out>
statements = 0
__PRETTY_FUNCTION__ = "sofia_profile_worker_thread_run"
__func__ = "sofia_profile_worker_thread_run"
#6 0xb75fd866 in dummy_worker (opaque=0x953cb78) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 25 (Thread 1764):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb5aec09c) at src/switch_time.c:610
private_info = 0xb636b448
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd838) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb5af0134 in read_stream_thread (thread=0xb6b470f8, obj=0xb6b46d28) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
is_open = 320
use_fh = <value optimized out>
olen = 160
abuf = "\374\377\374\377\377\377\377\377\375\377\000\000\000\000\373\377\377\377\001\000\373\377\375\377\375\377\367\377\375\377\377\377\371\377\374\377\377\377\377\377\002\000\377\377\372\377\375\377\000\000\376\377\375\377\374\377\371\377\370\377\367\377\363\377\360\377\361\377\361\377\360\377\357\377\356\377\353\377\353\377\354\377\353\377\355\377\353\377\346\377\347\377\351\377\345\377\344\377\351\377\350\377\344\377\345\377\347\377\347\377\351\377\351\377\353\377\354\377\351\377\351\377\352\377\354\377\364\377\365\377\361\377\362\377\362\377\361\377\363\377\364\377\365\377\370\377\366\377\367\377\372\377\375\377\000\000\377\377\000\000\005\000\003\000\377\377\002\000\003\000\001\000\001\000\002\000\003\000\001\000\000\000\377\377\375\377\374\377\373\377\374\377\372\377\366\377\370\377\367\377\365\377\366\377\372\377\376\377\377\377\375\377\372\377\373\377\374\377\372\377\376\377\000\000\377\377\376\377\373\377\373\377\373\377\376\377\000\000\375\377\376\377\376\377\371\377\375\377\377\377\376\377\003\000\004\000\003\000\005\000\003\000\004\000\v\000\f\000\016\000\022\000\016\000\v\000\v\000\f\000\020\000\021\000\r\000\n\000\v\000\v\000\n\000\v\000\016\000\020\000\021\000\020\000\f\000\b\000\006\000\a\000\t\000\006\000\001\000\374\377", '\000' <repeats 3775 times>
fname = 0x140 <Address 0x140 out of bounds>
fh = {file_interface = 0x9588688, flags = 2061, fd = 0x0, samples = 3204726, samplerate = 8000, native_rate = 8000, channels = 1 '\001',
format = 65538, sections = 1, seekable = 1, sample_count = 1212416, speed = 0, memory_pool = 0xb636d210, prebuf = 65536, interval = 0,
private_info = 0xb636d2f0, handler = 0x0, pos = 1212416, audio_buffer = 0x0, sp_audio_buffer = 0x0, thresh = 0, silence_hits = 0, offset_pos = 0,
samples_in = 1212416, samples_out = 0, vol = 0, resampler = 0x0, buffer = 0x0, dbuf = 0x0, dbuflen = 0, pre_buffer = 0xb63194d0,
pre_buffer_data = 0xb639dfb8 "\263\377\264\377\334\377\035", pre_buffer_datalen = 65536,
file = 0xb5af24d4 "/usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c", func = 0xb5af2bad "read_stream_thread", line = 209,
file_path = 0xb636d2a0 "/usr/local/freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav", spool_path = 0x0, prefix = 0x0}
cp = 0x96dd200
file_buf = "suite-espanola-op-47-leyenda.wav\000\061-preludio.wav", '\000' <repeats 80 times>
path_buf = "/usr/local/freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav\000\061-preludio.wav", '\000' <repeats 424 times>
timer = {interval = 20, flags = 0, samples = 160, samplecount = 1154880, timer_interface = 0x9514490, memory_pool = 0xb636b208,
private_info = 0xb636b448, diff = 0, tick = 0}
fd = -1
audio_buffer = 0x9548f68
dist_buf = 0x95bc560 "\225\377\267\377\036"
used = <value optimized out>
skip = 0
temp_pool = 0xb636b208
__func__ = "read_stream_thread"
#7 0xb75fd866 in dummy_worker (opaque=0xb6b470f8) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 24 (Thread 1754):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539b78, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = 0
events = -781022033
version = 3
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c43ed in su_base_port_run (self=0x9539b78) at su_base_port.c:349
tout = 1000
tout2 = 0
__PRETTY_FUNCTION__ = "su_base_port_run"
#4 0xb66c7c49 in su_port_run (self=0x9542fb8) at su_port.h:326
No locals.
#5 su_root_run (self=0x9542fb8) at su_root.c:819
__PRETTY_FUNCTION__ = "su_root_run"
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6515f9c) at su_pthread_port.c:334
arg = 0x0
task = {{sut_port = 0x9539b78, sut_root = 0x9542fb8}}
zap = <value optimized out>
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 23 (Thread 1743):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9460db0, mutex=0x9460d80) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at src/switch_apr.c:1009
No locals.
#5 0xb75c73d8 in log_thread (t=0xb6e70ae0, obj=0x0) at src/switch_log.c:294
pop = 0x0
node = 0x0
binding = 0x0
__func__ = "log_thread"
#6 0xb75fd866 in dummy_worker (opaque=0xb6e70ae0) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 22 (Thread 1753):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9542ff0, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = 0
events = -781022033
version = 3
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c43ed in su_base_port_run (self=0x9542ff0) at su_base_port.c:349
tout = 1000
tout2 = 0
__PRETTY_FUNCTION__ = "su_base_port_run"
#4 0xb66c7c49 in su_port_run (self=0x953e050) at su_port.h:326
No locals.
#5 su_root_run (self=0x953e050) at su_root.c:819
__PRETTY_FUNCTION__ = "su_root_run"
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb64d9f9c) at su_pthread_port.c:334
arg = 0x0
task = {{sut_port = 0x9542ff0, sut_root = 0x953e050}}
zap = <value optimized out>
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 21 (Thread 1784):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0x96ed4d8) at src/switch_time.c:610
private_info = 0x96f1c50
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd83a) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb75918f0 in rtp_common_read (rtp_session=0x96dd2b0, payload_type=<value optimized out>, flags=0x95b19d0, io_flags=0) at src/switch_rtp.c:2823
do_cng = 0
read_pretriggered = 0
session = 0x95ac950
channel = 0x95b1028
bytes = 0
rtcp_bytes = 0
status = SWITCH_STATUS_SUCCESS
poll_status = SWITCH_STATUS_SUCCESS
rtcp_status = <value optimized out>
rtcp_poll_status = <value optimized out>
check = 0
ret = <value optimized out>
sleep_mss = 20000
poll_loop = -1264216032
fdr = 0
rtcp_fdr = 0
hot_socket = 0
read_loops = 0
__func__ = "rtp_common_read"
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0x96dd2b0, frame=0x95b1994, io_flags=0) at src/switch_rtp.c:3428
bytes = <value optimized out>
#8 0xb65cdb29 in sofia_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at mod_sofia.c:911
status = <value optimized out>
tech_pvt = 0x95b1958
channel = <value optimized out>
sanity = <value optimized out>
rtcp_frame = {report_count = 13244, packet_type = 2408, ssrc = 156965328, ntp_msw = 3075179289, ntp_lsw = 3076051293, timestamp = 3076484409,
packet_count = 3077263348, octect_count = 3030752696}
__PRETTY_FUNCTION__ = "sofia_read_frame"
__func__ = "sofia_read_frame"
#9 0xb756ea07 in switch_core_session_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at src/switch_core_io.c:188
ptr = <value optimized out>
status = <value optimized out>
need_codec = <value optimized out>
perfect = 1
do_bugs = -1264214392
do_resample = 0
is_cng = 0
codec_impl = {codec_type = 3030753032, ianacode = 80 'P', iananame = 0xb75400d9 "\201\303\033O\027", fmtp = 0xb76b4ff4 "\230\315\032",
samples_per_second = 3030753064, actual_samples_per_second = 3077263348, bits_per_second = 156944720, microseconds_per_packet = -1264209564,
samples_per_packet = 3030753064, decoded_bytes_per_packet = 3075729924, encoded_bytes_per_packet = 157825832, number_of_channels = 76 'L',
codec_frames_per_packet = -1264214184, init = 0xb76b4ff4, encode = 0x95ac950, decode = 0xb76b4ff4, destroy = 0xb4a59f58, codec_id = 3075885863,
impl_id = 157825832, next = 0xb4a59f4c}
flag = 0
__PRETTY_FUNCTION__ = "switch_core_session_read_frame"
__func__ = "switch_core_session_read_frame"
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
status = <value optimized out>
event = 0xb4a5b1a8
data = 0x96f20c8
stream_id = 0
pre_b = 0
ans_a = 1
ans_b = 1
originator = 0
input_callback = 0
msg = {from = 0x0, message_id = SWITCH_MESSAGE_REDIRECT_AUDIO, numeric_arg = 0, string_arg = 0x0, string_arg_size = 0, pointer_arg = 0x0,
pointer_arg_size = 0, numeric_reply = 0, string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0, pointer_reply_size = 0, flags = 0,
_file = 0x0, _func = 0x0, _line = 0, string_array_arg = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
user_data = 0x0
chan_a = 0x95b1028
chan_b = 0x96aaeb8
read_frame = 0x0
session_a = 0x95ac950
session_b = 0x96a67e0
read_frame_count = 3012
app_name = <value optimized out>
app_arg = <value optimized out>
hook_var = <value optimized out>
inner_bridge = 0
silence_codec = {codec_interface = 0x0, implementation = 0x0, fmtp_in = 0x0, fmtp_out = 0x0, flags = 0, memory_pool = 0x0, private_info = 0x0,
agreed_pt = 0 '\000', mutex = 0x0, next = 0x0}
silence_frame = {codec = 0x0, source = 0x0, packet = 0x0, packetlen = 0, extra_data = 0x0, data = 0x0, datalen = 0, buflen = 0, samples = 0,
rate = 0, payload = 0 '\000', timestamp = 0, seq = 0, ssrc = 0, m = SWITCH_FALSE, flags = 0}
silence_data = {0 <repeats 2048 times>}
silence_var = 0x0
silence_val = 0
bypass_media_after_bridge = 0
bridge_answer_timeout = <value optimized out>
answer_timeout = <value optimized out>
sent_update = 0
answer_limit = 0
exec_app = 0x0
exec_data = 0x0
vid_thread = 0x0
vh = {session_a = 0x0, session_b = 0x0, up = 0}
vid_launch = 0
__func__ = "audio_bridge_thread"
__PRETTY_FUNCTION__ = "audio_bridge_thread"
#11 0xb7598103 in audio_bridge_on_exchange_media (session=0x95ac950) at src/switch_ivr_bridge.c:636
channel = 0x95b1028
bd = 0x96f20c8
state = 552
var = <value optimized out>
__func__ = "audio_bridge_on_exchange_media"
#12 0xb756af39 in switch_core_session_run (session=0x95ac950) at src/switch_core_state_machine.c:374
global_proceed = 0
index = 1
ptr = <value optimized out>
rstatus = <value optimized out>
state = 3077084258
endstate = 3077084258
endpoint_interface = <value optimized out>
driver_state_handler = 0xb67356e0
application_state_handler = <value optimized out>
new_loops = 60000
__PRETTY_FUNCTION__ = "switch_core_session_run"
__func__ = "switch_core_session_run"
#13 0xb7567b86 in switch_core_session_thread (thread=0x95b2598, obj=0x95ac950) at src/switch_core_session.c:1269
session = 0x95ac950
event = <value optimized out>
event_str = 0x0
val = <value optimized out>
__func__ = "switch_core_session_thread"
__PRETTY_FUNCTION__ = "switch_core_session_thread"
#14 0xb75fd866 in dummy_worker (opaque=0x95b2598) at threadproc/unix/thread.c:138
No locals.
#15 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#16 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 20 (Thread 1736):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9452290, mutex=0x9452260) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0x9452230, data=0xb6f90348) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0x9452230, data=0xb6f90348) at src/switch_apr.c:1009
No locals.
#5 0xb758948e in switch_event_thread (thread=0x9460bc0, obj=0x9452230) at src/switch_event.c:318
pop = 0x0
loops = 1
index = 0
my_id = 0
auto_pause = 0
__func__ = "switch_event_thread"
#6 0xb75fd866 in dummy_worker (opaque=0x9460bc0) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 19 (Thread 1734):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 243590}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = -1223486680, tv_nsec = -1219237155}
#4 0xb755859c in pool_thread (thread=0xb7162e38, obj=0x0) at src/switch_core_memory.c:549
No locals.
#5 0xb75fd866 in dummy_worker (opaque=0xb7162e38) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 18 (Thread 1751):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539718, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = -1236180744
events = -1233956876
version = 1
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c41e0 in su_base_port_step (self=0x9539718, tout=1000) at su_base_port.c:467
now = {tv_sec = 3513945262, tv_usec = 341970}
__PRETTY_FUNCTION__ = "su_base_port_step"
#4 0xb66c8160 in su_port_step (self=0xb6b1c470, tout=1000) at su_port.h:340
No locals.
#5 su_root_step (self=0xb6b1c470, tout=1000) at su_root.c:858
__PRETTY_FUNCTION__ = "su_root_step"
#6 0xb66007df in sofia_profile_thread_run (thread=0x95382a0, obj=0x9537670) at sofia.c:1652
node = <value optimized out>
s_event = 0x0
supported = 0x95382c0 "timer, precondition, path, replaces"
sanity = <value optimized out>
worker_thread = 0x9538380
st = SWITCH_STATUS_SUCCESS
__func__ = "sofia_profile_thread_run"
__PRETTY_FUNCTION__ = "sofia_profile_thread_run"
#7 0xb75fd866 in dummy_worker (opaque=0x95382a0) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 17 (Thread 1756):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9538400, mutex=0x95383d0, timeout=1000000) at locks/unix/thread_cond.c:89
rv = <value optimized out>
then = 1304956464113304
abstime = {tv_sec = 1304956464, tv_nsec = 113304000}
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=1000000) at misc/apr_queue.c:339
rv = <value optimized out>
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=4294966780) at src/switch_apr.c:1014
No locals.
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9538380, obj=0x9537670) at sofia.c:1330
sleepy_time = <value optimized out>
ireg_loops = 7
pop = 0x0
sql_len = 32768
sqlbuf = 0x9549fd0 "\370\214T\t\310\215T\t\020"
sql = 0x0
last_commit = 1304956463106796
last_check = 1304956463106796
len = <value optimized out>
statements = 0
__PRETTY_FUNCTION__ = "sofia_profile_worker_thread_run"
__func__ = "sofia_profile_worker_thread_run"
#6 0xb75fd866 in dummy_worker (opaque=0x9538380) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 16 (Thread 1760):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
No symbol table info available.
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
ts = {tv_sec = 0, tv_nsec = 100000000}
#2 0xb6623334 in sofia_presence_event_thread_run (thread=0x9531c58, obj=0x0) at sofia_presence.c:975
count = 0
pop = 0xb6397088
__func__ = "sofia_presence_event_thread_run"
#3 0xb75fd866 in dummy_worker (opaque=0x9531c58) at threadproc/unix/thread.c:138
No locals.
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 15 (Thread 1733):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 874147}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = 5, tv_nsec = 0}
#4 0xb75729e4 in switch_core_runtime_loop (bg=1) at src/switch_core.c:810
No locals.
#5 0x0804a8b1 in main (argc=2, argv=0xbf87d244) at src/switch.c:917
pid_path = "/usr/local/freeswitch/run/freeswitch.pid", '\000' <repeats 215 times>
pid_buffer = "1733", '\000' <repeats 27 times>
old_pid_buffer = '\000' <repeats 31 times>
pid_len = 4
old_pid_len = 0
err = 0xb7696be3 "Success"
nf = 0
runas_user = <value optimized out>
runas_group = <value optimized out>
nc = 1
pid = 1733
x = <value optimized out>
opts = <value optimized out>
opts_str = '\000' <repeats 1023 times>
local_argv = {0xbf87ef4c "/usr/local/freeswitch/bin/freeswitch", 0xbf87ef71 "-nc", 0x0 <repeats 1022 times>}
local_argc = 2
arg_argv = {0x0 <repeats 128 times>}
alt_dirs = 0
log_set = 0
run_set = 0
do_kill = 0
known_opt = -1081618084
high_prio = 0
do_wait = 0
flags = 34113
ret = <value optimized out>
destroy_status = <value optimized out>
fd = 0x9446548
pool = 0x9446508
rlp = {rlim_cur = 245760, rlim_max = 245760}
waste = 0
Thread 14 (Thread 1770):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74bc168 in accept () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75fc4a6 in apr_socket_accept (new=0xb4b8a2e0, sock=0x962fab8, connection_context=0xb4800030) at network_io/unix/sockets.c:187
No locals.
#3 0xb753f4cb in switch_socket_accept (new_sock=0xb4b8a2e0, sock=0x962fab8, pool=0xb4800030) at src/switch_apr.c:686
No locals.
#4 0xb68910fb in mod_event_socket_runtime () at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2749
pool = 0x962f938
listener_pool = 0xb4800030
rv = <value optimized out>
sa = 0x962fa00
inbound_socket = 0xb48000f8
listener = 0xb637c720
x = <value optimized out>
errs = <value optimized out>
__func__ = "mod_event_socket_runtime"
#5 0xb757f9ea in switch_loadable_module_exec (thread=0x9513758, obj=0x9513548) at src/switch_loadable_module.c:97
status = 4294966784
__PRETTY_FUNCTION__ = "switch_loadable_module_exec"
__func__ = "switch_loadable_module_exec"
#6 0xb75fd866 in dummy_worker (opaque=0x9513758) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 13 (Thread 1762):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 673849}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = -1241578824, tv_nsec = -1219231507}
#4 0xb5ff79c2 in node_thread_run (thread=0xb6324060, obj=0xb6323970) at /usr/src/freeswitch/src/mod/applications/mod_fifo/mod_fifo.c:1837
val = 0xb632c008
var = 0xb63285a0
idle_consumers = <value optimized out>
hi = 0x0
ppl_waiting = 0
consumer_total = 0
node = <value optimized out>
cur_priority = 11
__func__ = "node_thread_run"
#5 0xb75fd866 in dummy_worker (opaque=0xb6324060) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 12 (Thread 1758):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9534a98, mutex=0x9534a68, timeout=1000000) at locks/unix/thread_cond.c:89
rv = <value optimized out>
then = 1304956464112797
abstime = {tv_sec = 1304956464, tv_nsec = 112797000}
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=1000000) at misc/apr_queue.c:339
rv = <value optimized out>
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=4294966780) at src/switch_apr.c:1014
No locals.
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9534a18, obj=0x9533660) at sofia.c:1330
sleepy_time = <value optimized out>
ireg_loops = 7
pop = 0x0
sql_len = 32768
sqlbuf = 0x9551fd8 ""
sql = 0x0
last_commit = 1304956463106796
last_check = 1304956463106796
len = <value optimized out>
statements = 0
__PRETTY_FUNCTION__ = "sofia_profile_worker_thread_run"
__func__ = "sofia_profile_worker_thread_run"
#6 0xb75fd866 in dummy_worker (opaque=0x9534a18) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 11 (Thread 1748):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=500000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 352513}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = 157799504, tv_nsec = 157799704}
#4 0xb75779e4 in switch_scheduler_task_thread (thread=0x950e478, obj=0x0) at src/switch_scheduler.c:171
__func__ = "switch_scheduler_task_thread"
#5 0xb75fd866 in dummy_worker (opaque=0x950e478) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 10 (Thread 1771):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73dbb86 in poll () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb68e1c4f in waitForConnection (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:635
pollfds = {{fd = 49, events = 1, revents = 0}, {fd = 50, events = 1, revents = 0}}
rc = <value optimized out>
#3 chanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:729
listenSocketP = 0x96269d0
interrupted = <value optimized out>
channelP = <value optimized out>
#4 0xb68d3dc2 in ChanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/chanswitch.c:149
No locals.
#5 0xb68e041e in acceptAndProcessNextConnection (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:908
srvP = 0x96283d0
connectionP = 0x3c9
error = 0x0
channelP = 0xb6905dcc
channelInfoP = 0x0
#6 serverRun2 (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:956
No locals.
#7 ServerRun (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:975
srvP = 0x96283d0
#8 0xb68d0b20 in mod_xml_rpc_runtime () at /usr/src/freeswitch/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c:970
registryP = 0x9628c50
env = {fault_occurred = 0, fault_code = 0, fault_string = 0x0}
logfile = "/usr/local/freeswitch/log/freeswitch_http.log", '\000' <repeats 466 times>
hi = <value optimized out>
var = 0x9454678
val = 0x9451a50
__func__ = "mod_xml_rpc_runtime"
#9 0xb757f9ea in switch_loadable_module_exec (thread=0x95139c0, obj=0x95137b0) at src/switch_loadable_module.c:97
status = 4294966780
__PRETTY_FUNCTION__ = "switch_loadable_module_exec"
__func__ = "switch_loadable_module_exec"
#10 0xb75fd866 in dummy_worker (opaque=0x95139c0) at threadproc/unix/thread.c:138
No locals.
#11 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#12 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 9 (Thread 1752):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539650, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = -1236426504
events = -1233956876
version = 1
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c41e0 in su_base_port_step (self=0x9539650, tout=1000) at su_base_port.c:467
now = {tv_sec = 3513945263, tv_usec = 93206}
__PRETTY_FUNCTION__ = "su_base_port_step"
#4 0xb66c8160 in su_port_step (self=0x9531418, tout=1000) at su_port.h:340
No locals.
#5 su_root_step (self=0x9531418, tout=1000) at su_root.c:858
__PRETTY_FUNCTION__ = "su_root_step"
#6 0xb66007df in sofia_profile_thread_run (thread=0x953ca98, obj=0x953bdd0) at sofia.c:1652
node = <value optimized out>
s_event = 0x0
supported = 0x953cab8 "timer, precondition, path, replaces"
sanity = <value optimized out>
worker_thread = 0x953cb78
st = SWITCH_STATUS_SUCCESS
__func__ = "sofia_profile_thread_run"
__PRETTY_FUNCTION__ = "sofia_profile_thread_run"
#7 0xb75fd866 in dummy_worker (opaque=0x953ca98) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 8 (Thread 1738):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb7091b38, mutex=0xb7091b08) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at src/switch_apr.c:1009
No locals.
#5 0xb758948e in switch_event_thread (thread=0x9460c00, obj=0xb7091ad8) at src/switch_event.c:318
pop = 0x0
loops = 0
index = 0
my_id = 2
auto_pause = 0
__func__ = "switch_event_thread"
#6 0xb75fd866 in dummy_worker (opaque=0x9460c00) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 7 (Thread 1747):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 827348}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = -1227021512, tv_nsec = -1219112198}
#4 0xb7562863 in switch_core_sql_db_thread (thread=0xb6cf6b08, obj=0x0) at src/switch_core_sqldb.c:926
sec = 29
reg_sec = 14
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6b08) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 6 (Thread 1761):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at src/switch_apr.c:369
No locals.
#4 0xb607c415 in timer_thread_run (thread=0xb6b317e0, obj=0x0) at mod_spandsp_fax.c:217
timer = {interval = 20, flags = 1, samples = 160, samplecount = 160, timer_interface = 0x9514490, memory_pool = 0x9505068,
private_info = 0x95050f8, diff = 0, tick = 0}
pvt = 0x0
__func__ = "timer_thread_run"
#5 0xb75fd866 in dummy_worker (opaque=0xb6b317e0) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 5 (Thread 1737):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb70f4b38, mutex=0xb70f4b08) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at src/switch_apr.c:1009
No locals.
#5 0xb758948e in switch_event_thread (thread=0x9460be0, obj=0xb70f4ad8) at src/switch_event.c:318
pop = 0x0
loops = 0
index = 0
my_id = 1
auto_pause = 0
__func__ = "switch_event_thread"
#6 0xb75fd866 in dummy_worker (opaque=0x9460be0) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 4 (Thread 1750):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x953e830, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = -1235934984
events = -1233956876
version = 1
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c41e0 in su_base_port_step (self=0x953e830, tout=1000) at su_base_port.c:467
now = {tv_sec = 3513945263, tv_usec = 27800}
__PRETTY_FUNCTION__ = "su_base_port_step"
#4 0xb66c8160 in su_port_step (self=0xb6b13940, tout=1000) at su_port.h:340
No locals.
#5 su_root_step (self=0xb6b13940, tout=1000) at su_root.c:858
__PRETTY_FUNCTION__ = "su_root_step"
#6 0xb66007df in sofia_profile_thread_run (thread=0x9534938, obj=0x9533660) at sofia.c:1652
node = <value optimized out>
s_event = 0x0
supported = 0x9534958 "timer, precondition, path, replaces"
sanity = <value optimized out>
worker_thread = 0x9534a18
st = SWITCH_STATUS_SUCCESS
__func__ = "sofia_profile_thread_run"
__PRETTY_FUNCTION__ = "sofia_profile_thread_run"
#7 0xb75fd866 in dummy_worker (opaque=0x9534938) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 3 (Thread 1746):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at src/switch_apr.c:369
No locals.
#4 0xb755f7d0 in switch_core_sql_thread (thread=0xb6cf6ae8, obj=0x0) at src/switch_core_sqldb.c:1053
pop = 0x0
iterations = 0
trans = 0 '\000'
len = <value optimized out>
sql_len = <value optimized out>
sqlbuf = 0x9574388 ""
sql = <value optimized out>
save_sql = 0x0
lc = 0
wrote = 1
do_sleep = 1
__PRETTY_FUNCTION__ = "switch_core_sql_thread"
__func__ = "switch_core_sql_thread"
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6ae8) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 2 (Thread 1755):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x95420d0, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = 0
events = -781022034
version = 3
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c43ed in su_base_port_run (self=0x95420d0) at su_base_port.c:349
tout = 1000
tout2 = 0
__PRETTY_FUNCTION__ = "su_base_port_run"
#4 0xb66c7c49 in su_port_run (self=0x953f0f8) at su_port.h:326
No locals.
#5 su_root_run (self=0x953f0f8) at su_root.c:819
__PRETTY_FUNCTION__ = "su_root_run"
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6551f9c) at su_pthread_port.c:334
arg = 0x0
task = {{sut_port = 0x95420d0, sut_root = 0x953f0f8}}
zap = <value optimized out>
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 1 (Thread 1735):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
No symbol table info available.
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
DataType = 6
DecimalDigits = 0
NameLength = 14
Nullable = 1
ColumnSize = 16
y = <value optimized out>
stmt = 0xb636fd10
c = 1
x = <value optimized out>
m = 1
err_str = <value optimized out>
result = <value optimized out>
__PRETTY_FUNCTION__ = "switch_odbc_handle_callback_exec_detailed"
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
dsql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
sql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
pdata = {balance = 0, percall_max = 0, lowbal_amt = 0}
balance = 0
__func__ = "get_balance"
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
channel = 0x96aaeb8
profile = <value optimized out>
nibble_data = <value optimized out>
ts = 1304956463206811
billamount = 0
date = "2011-05-09 15:53:22", '\000' <repeats 60 times>
uuid = 0x96a6bb4 "775077b0-7a54-11e0-91ee-b573c7810c7a"
retsize = 19
tm = {tm_usec = 986795, tm_sec = 22, tm_min = 53, tm_hour = 15, tm_mday = 9, tm_mon = 4, tm_year = 111, tm_wday = 1, tm_yday = 128, tm_isdst = 0,
tm_gmtoff = 0}
billrate = 0xb6b43628 ".5"
billaccount = 0xb6b43630 "1000"
nobal_amt = 0
balance = 0
__func__ = "do_billing"
No symbol table info available.
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
DataType = 6
DecimalDigits = 0
NameLength = 14
Nullable = 1
ColumnSize = 16
y = <value optimized out>
stmt = 0xb636fd10
c = 1
x = <value optimized out>
m = 1
err_str = <value optimized out>
result = <value optimized out>
__PRETTY_FUNCTION__ = "switch_odbc_handle_callback_exec_detailed"
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
dsql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
sql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
pdata = {balance = 0, percall_max = 0, lowbal_amt = 0}
balance = 0
__func__ = "get_balance"
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
channel = 0x96aaeb8
profile = <value optimized out>
nibble_data = <value optimized out>
ts = 1304956463206811
billamount = 0
date = "2011-05-09 15:53:22", '\000' <repeats 60 times>
uuid = 0x96a6bb4 "775077b0-7a54-11e0-91ee-b573c7810c7a"
retsize = 19
tm = {tm_usec = 986795, tm_sec = 22, tm_min = 53, tm_hour = 15, tm_mday = 9, tm_mon = 4, tm_year = 111, tm_wday = 1, tm_yday = 128, tm_isdst = 0,
tm_gmtoff = 0}
billrate = 0xb6b43628 ".5"
billaccount = 0xb6b43630 "1000"
nobal_amt = 0
balance = 0
__func__ = "do_billing"
---Type <return> to continue, or q <return> to quit---
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
session = <value optimized out>
uuid = <value optimized out>
__func__ = "event_handler"
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
e = SWITCH_EVENT_SESSION_HEARTBEAT
node = 0xb6369148
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
pop = 0xb639cab8
event = 0xb639cab8
my_id = 0
__func__ = "switch_event_dispatch_thread"
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
No locals.
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
If I have improperly submitted this ticket please notify me on either IRC or email.
FS logs
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:573 Received request via SESSION_HEARTBEAT!
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:434 Attempting to bill at $.5 per minute to account 1000
2011-05-09 15:54:23.206811 [INFO] mod_nibblebill.c:486 Beginning new billing on 775077b0-7a54-11e0-91ee-b573c7810c7a
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:492 60 seconds passed since last bill time of 2011-05-09 15:53:22
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:499 Billing $0.501833 to 1000 (Call: 775077b0-7a54-11e0-91ee-b573c7810c7a / 0.000000 so far)
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:321 Doing update query
[UPDATE accounts SET cash=cash-0.501833 WHERE id='1000']
2011-05-09 15:54:23.206811 [DEBUG] mod_nibblebill.c:366 Doing lookup query
[SELECT cash AS nibble_balance FROM accounts WHERE id='1000']
(gdb) bt
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) bt full
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
No symbol table info available.
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
DataType = 6
DecimalDigits = 0
NameLength = 14
Nullable = 1
ColumnSize = 16
y = <value optimized out>
stmt = 0xb636fd10
c = 1
x = <value optimized out>
m = 1
err_str = <value optimized out>
result = <value optimized out>
__PRETTY_FUNCTION__ = "switch_odbc_handle_callback_exec_detailed"
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
dsql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
sql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
pdata = {balance = 0, percall_max = 0, lowbal_amt = 0}
balance = 0
__func__ = "get_balance"
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
channel = 0x96aaeb8
profile = <value optimized out>
nibble_data = <value optimized out>
ts = 1304956463206811
billamount = 0
date = "2011-05-09 15:53:22", '\000' <repeats 60 times>
uuid = 0x96a6bb4 "775077b0-7a54-11e0-91ee-b573c7810c7a"
retsize = 19
tm = {tm_usec = 986795, tm_sec = 22, tm_min = 53, tm_hour = 15, tm_mday = 9, tm_mon = 4, tm_year = 111, tm_wday = 1, tm_yday = 128, tm_isdst = 0,
tm_gmtoff = 0}
billrate = 0xb6b43628 ".5"
billaccount = 0xb6b43630 "1000"
nobal_amt = 0
balance = 0
__func__ = "do_billing"
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
session = <value optimized out>
uuid = <value optimized out>
__func__ = "event_handler"
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
e = SWITCH_EVENT_SESSION_HEARTBEAT
node = 0xb6369148
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
pop = 0xb639cab8
event = 0xb639cab8
my_id = 0
__func__ = "switch_event_dispatch_thread"
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
No locals.
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
(gdb) thread apply all bt
Thread 32 (Thread 1768):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
#2 0xb4bcac8c in cc_agent_dispatch_thread_run (thread=0x9604da0, obj=0x0) at /usr/src/freeswitch/src/mod/applications/mod_callcenter/mod_callcenter.c:2161
#3 0xb75fd866 in dummy_worker (opaque=0x9604da0) at threadproc/unix/thread.c:138
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 31 (Thread 1766):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb5a7409c) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd839) at src/switch_core_timer.c:74
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4f118, obj=0xb6b4ed48) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4f118) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 30 (Thread 1783):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb63c1290) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd83b) at src/switch_core_timer.c:74
#6 0xb75918f0 in rtp_common_read (rtp_session=0xb63b1068, payload_type=<value optimized out>, flags=0x96ab860, io_flags=0) at src/switch_rtp.c:2823
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0xb63b1068, frame=0x96ab824, io_flags=0) at src/switch_rtp.c:3428
#8 0xb65cdb29 in sofia_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at mod_sofia.c:911
#9 0xb756ea07 in switch_core_session_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at src/switch_core_io.c:188
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
#11 0xb7598d5f in switch_ivr_multi_threaded_bridge (session=0x96a67e0, peer_session=0x95ac950, input_callback=0, session_data=0x0, peer_session_data=0x0)
at src/switch_ivr_bridge.c:1240
#12 0xb61532e2 in audio_bridge_function (session=0x96a67e0, data=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at /usr/src/freeswitch/src/mod/applications/mod_dptools/mod_dptools.c:2796
#13 0xb75683e1 in switch_core_session_exec (session=0x96a67e0, application_interface=0xb631db98, arg=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at src/switch_core_session.c:2045
#14 0xb7568892 in switch_core_session_execute_application_get_flags (session=0x96a67e0, app=0x96acc98 "bridge",
arg=0x96acca0 "sofia/gateway/bw-main/+19093900003", flags=0x0) at src/switch_core_session.c:1959
#15 0xb756b6d5 in switch_core_standard_on_execute (session=0x96a67e0) at src/switch_core_state_machine.c:176
#16 switch_core_session_run (session=0x96a67e0) at src/switch_core_state_machine.c:371
#17 0xb7567b86 in switch_core_session_thread (thread=0x96ac3d8, obj=0x96a67e0) at src/switch_core_session.c:1269
#18 0xb75fd866 in dummy_worker (opaque=0x96ac3d8) at threadproc/unix/thread.c:138
#19 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#20 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 29 (Thread 1786):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
#2 0xb688b732 in read_packet (listener=0xb637c720, event=<value optimized out>, timeout=0)
at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:1354
#3 0xb6891cc2 in listener_run (thread=0xb63fd628, obj=0xb637c720) at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2522
#4 0xb75fd866 in dummy_worker (opaque=0xb63fd628) at threadproc/unix/thread.c:138
#5 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#6 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 28 (Thread 1769):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74bbf5b in read () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75d2908 in read () at /usr/include/bits/unistd.h:45
#3 softtimer_runtime () at src/switch_time.c:808
#4 0xb757f9ea in switch_loadable_module_exec (thread=0x95134f0, obj=0x9513250) at src/switch_loadable_module.c:97
#5 0xb75fd866 in dummy_worker (opaque=0x95134f0) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 27 (Thread 1765):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb5ab009c) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd837) at src/switch_core_timer.c:74
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4b108, obj=0xb6b4ad38) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4b108) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 26 (Thread 1757):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x953cbf8, mutex=0x953cbc8, timeout=1000000) at locks/unix/thread_cond.c:89
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=1000000) at misc/apr_queue.c:339
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=4294966780) at src/switch_apr.c:1014
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x953cb78, obj=0x953bdd0) at sofia.c:1330
#6 0xb75fd866 in dummy_worker (opaque=0x953cb78) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 25 (Thread 1764):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0xb5aec09c) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd838) at src/switch_core_timer.c:74
#6 0xb5af0134 in read_stream_thread (thread=0xb6b470f8, obj=0xb6b46d28) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
#7 0xb75fd866 in dummy_worker (opaque=0xb6b470f8) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 24 (Thread 1754):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539b78, tout=1000) at su_epoll_port.c:495
#3 0xb66c43ed in su_base_port_run (self=0x9539b78) at su_base_port.c:349
#4 0xb66c7c49 in su_port_run (self=0x9542fb8) at su_port.h:326
#5 su_root_run (self=0x9542fb8) at su_root.c:819
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6515f9c) at su_pthread_port.c:334
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 23 (Thread 1743):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9460db0, mutex=0x9460d80) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at src/switch_apr.c:1009
#5 0xb75c73d8 in log_thread (t=0xb6e70ae0, obj=0x0) at src/switch_log.c:294
#6 0xb75fd866 in dummy_worker (opaque=0xb6e70ae0) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 22 (Thread 1753):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9542ff0, tout=1000) at su_epoll_port.c:495
#3 0xb66c43ed in su_base_port_run (self=0x9542ff0) at su_base_port.c:349
#4 0xb66c7c49 in su_port_run (self=0x953e050) at su_port.h:326
#5 su_root_run (self=0x953e050) at su_root.c:819
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb64d9f9c) at su_pthread_port.c:334
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 21 (Thread 1784):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
#4 0xb75d19cf in timer_next (timer=0x96ed4d8) at src/switch_time.c:610
#5 0xb7555548 in switch_core_timer_next (timer=0xd83a) at src/switch_core_timer.c:74
#6 0xb75918f0 in rtp_common_read (rtp_session=0x96dd2b0, payload_type=<value optimized out>, flags=0x95b19d0, io_flags=0) at src/switch_rtp.c:2823
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0x96dd2b0, frame=0x95b1994, io_flags=0) at src/switch_rtp.c:3428
#8 0xb65cdb29 in sofia_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at mod_sofia.c:911
#9 0xb756ea07 in switch_core_session_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at src/switch_core_io.c:188
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
#11 0xb7598103 in audio_bridge_on_exchange_media (session=0x95ac950) at src/switch_ivr_bridge.c:636
#12 0xb756af39 in switch_core_session_run (session=0x95ac950) at src/switch_core_state_machine.c:374
#13 0xb7567b86 in switch_core_session_thread (thread=0x95b2598, obj=0x95ac950) at src/switch_core_session.c:1269
#14 0xb75fd866 in dummy_worker (opaque=0x95b2598) at threadproc/unix/thread.c:138
#15 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#16 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 20 (Thread 1736):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9452290, mutex=0x9452260) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0x9452230, data=0xb6f90348) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0x9452230, data=0xb6f90348) at src/switch_apr.c:1009
#5 0xb758948e in switch_event_thread (thread=0x9460bc0, obj=0x9452230) at src/switch_event.c:318
#6 0xb75fd866 in dummy_worker (opaque=0x9460bc0) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 19 (Thread 1734):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb755859c in pool_thread (thread=0xb7162e38, obj=0x0) at src/switch_core_memory.c:549
#5 0xb75fd866 in dummy_worker (opaque=0xb7162e38) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 18 (Thread 1751):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539718, tout=1000) at su_epoll_port.c:495
#3 0xb66c41e0 in su_base_port_step (self=0x9539718, tout=1000) at su_base_port.c:467
#4 0xb66c8160 in su_port_step (self=0xb6b1c470, tout=1000) at su_port.h:340
#5 su_root_step (self=0xb6b1c470, tout=1000) at su_root.c:858
#6 0xb66007df in sofia_profile_thread_run (thread=0x95382a0, obj=0x9537670) at sofia.c:1652
#7 0xb75fd866 in dummy_worker (opaque=0x95382a0) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 17 (Thread 1756):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9538400, mutex=0x95383d0, timeout=1000000) at locks/unix/thread_cond.c:89
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=1000000) at misc/apr_queue.c:339
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=4294966780) at src/switch_apr.c:1014
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9538380, obj=0x9537670) at sofia.c:1330
#6 0xb75fd866 in dummy_worker (opaque=0x9538380) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 16 (Thread 1760):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
#2 0xb6623334 in sofia_presence_event_thread_run (thread=0x9531c58, obj=0x0) at sofia_presence.c:975
#3 0xb75fd866 in dummy_worker (opaque=0x9531c58) at threadproc/unix/thread.c:138
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 15 (Thread 1733):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb75729e4 in switch_core_runtime_loop (bg=1) at src/switch_core.c:810
#5 0x0804a8b1 in main (argc=2, argv=0xbf87d244) at src/switch.c:917
Thread 14 (Thread 1770):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74bc168 in accept () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75fc4a6 in apr_socket_accept (new=0xb4b8a2e0, sock=0x962fab8, connection_context=0xb4800030) at network_io/unix/sockets.c:187
#3 0xb753f4cb in switch_socket_accept (new_sock=0xb4b8a2e0, sock=0x962fab8, pool=0xb4800030) at src/switch_apr.c:686
#4 0xb68910fb in mod_event_socket_runtime () at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2749
#5 0xb757f9ea in switch_loadable_module_exec (thread=0x9513758, obj=0x9513548) at src/switch_loadable_module.c:97
#6 0xb75fd866 in dummy_worker (opaque=0x9513758) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 13 (Thread 1762):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb5ff79c2 in node_thread_run (thread=0xb6324060, obj=0xb6323970) at /usr/src/freeswitch/src/mod/applications/mod_fifo/mod_fifo.c:1837
#5 0xb75fd866 in dummy_worker (opaque=0xb6324060) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 12 (Thread 1758):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9534a98, mutex=0x9534a68, timeout=1000000) at locks/unix/thread_cond.c:89
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=1000000) at misc/apr_queue.c:339
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=4294966780) at src/switch_apr.c:1014
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9534a18, obj=0x9533660) at sofia.c:1330
#6 0xb75fd866 in dummy_worker (opaque=0x9534a18) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 11 (Thread 1748):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=500000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb75779e4 in switch_scheduler_task_thread (thread=0x950e478, obj=0x0) at src/switch_scheduler.c:171
#5 0xb75fd866 in dummy_worker (opaque=0x950e478) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 10 (Thread 1771):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73dbb86 in poll () from /lib/tls/i686/cmov/libc.so.6
#2 0xb68e1c4f in waitForConnection (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:635
#3 chanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:729
#4 0xb68d3dc2 in ChanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/chanswitch.c:149
#5 0xb68e041e in acceptAndProcessNextConnection (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:908
#6 serverRun2 (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:956
#7 ServerRun (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:975
#8 0xb68d0b20 in mod_xml_rpc_runtime () at /usr/src/freeswitch/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c:970
#9 0xb757f9ea in switch_loadable_module_exec (thread=0x95139c0, obj=0x95137b0) at src/switch_loadable_module.c:97
#10 0xb75fd866 in dummy_worker (opaque=0x95139c0) at threadproc/unix/thread.c:138
#11 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#12 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 9 (Thread 1752):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539650, tout=1000) at su_epoll_port.c:495
#3 0xb66c41e0 in su_base_port_step (self=0x9539650, tout=1000) at su_base_port.c:467
#4 0xb66c8160 in su_port_step (self=0x9531418, tout=1000) at su_port.h:340
#5 su_root_step (self=0x9531418, tout=1000) at su_root.c:858
#6 0xb66007df in sofia_profile_thread_run (thread=0x953ca98, obj=0x953bdd0) at sofia.c:1652
#7 0xb75fd866 in dummy_worker (opaque=0x953ca98) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 8 (Thread 1738):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb7091b38, mutex=0xb7091b08) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at src/switch_apr.c:1009
#5 0xb758948e in switch_event_thread (thread=0x9460c00, obj=0xb7091ad8) at src/switch_event.c:318
#6 0xb75fd866 in dummy_worker (opaque=0x9460c00) at threadproc/unix/thread.c:138
Thread 7 (Thread 1747):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
#4 0xb7562863 in switch_core_sql_db_thread (thread=0xb6cf6b08, obj=0x0) at src/switch_core_sqldb.c:926
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6b08) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 6 (Thread 1761):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at src/switch_apr.c:369
#4 0xb607c415 in timer_thread_run (thread=0xb6b317e0, obj=0x0) at mod_spandsp_fax.c:217
#5 0xb75fd866 in dummy_worker (opaque=0xb6b317e0) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 5 (Thread 1737):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb70f4b38, mutex=0xb70f4b08) at locks/unix/thread_cond.c:68
#3 0xb75ed6ae in apr_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at misc/apr_queue.c:276
#4 0xb753eab4 in switch_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at src/switch_apr.c:1009
#5 0xb758948e in switch_event_thread (thread=0x9460be0, obj=0xb70f4ad8) at src/switch_event.c:318
#6 0xb75fd866 in dummy_worker (opaque=0x9460be0) at threadproc/unix/thread.c:138
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 4 (Thread 1750):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x953e830, tout=1000) at su_epoll_port.c:495
#3 0xb66c41e0 in su_base_port_step (self=0x953e830, tout=1000) at su_base_port.c:467
#4 0xb66c8160 in su_port_step (self=0xb6b13940, tout=1000) at su_port.h:340
#5 su_root_step (self=0xb6b13940, tout=1000) at su_root.c:858
#6 0xb66007df in sofia_profile_thread_run (thread=0x9534938, obj=0x9533660) at sofia.c:1652
#7 0xb75fd866 in dummy_worker (opaque=0x9534938) at threadproc/unix/thread.c:138
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 3 (Thread 1746):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at locks/unix/thread_cond.c:68
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at src/switch_apr.c:369
#4 0xb755f7d0 in switch_core_sql_thread (thread=0xb6cf6ae8, obj=0x0) at src/switch_core_sqldb.c:1053
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6ae8) at threadproc/unix/thread.c:138
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 2 (Thread 1755):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x95420d0, tout=1000) at su_epoll_port.c:495
#3 0xb66c43ed in su_base_port_run (self=0x95420d0) at su_base_port.c:349
#4 0xb66c7c49 in su_port_run (self=0x953f0f8) at su_port.h:326
#5 su_root_run (self=0x953f0f8) at su_root.c:819
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6551f9c) at su_pthread_port.c:334
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
Thread 1 (Thread 1735):
#0 0xf57fe416 in __kernel_vsyscall ()
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
(gdb) thread apply all bt full
Thread 32 (Thread 1768):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
No symbol table info available.
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
ts = {tv_sec = 0, tv_nsec = 100000000}
#2 0xb4bcac8c in cc_agent_dispatch_thread_run (thread=0x9604da0, obj=0x0) at /usr/src/freeswitch/src/mod/applications/mod_callcenter/mod_callcenter.c:2161
sql = 0x95643a8 "\020\066G\267\020\066G\267\240CV\t\240CV\td,session_uuid,cid_number,cid_name,joined_epoch,(1304956463-joined_epoch)+base_score+skill_score AS score, state, abandoned_epoch FROM members WHERE state = 'Waiting' OR state = 'Aband"...
__func__ = "cc_agent_dispatch_thread_run"
#3 0xb75fd866 in dummy_worker (opaque=0x9604da0) at threadproc/unix/thread.c:138
No locals.
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 31 (Thread 1766):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb5a7409c) at src/switch_time.c:610
private_info = 0x955a2c8
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd839) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4f118, obj=0xb6b4ed48) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
is_open = 640
use_fh = <value optimized out>
olen = 320
abuf = '\000' <repeats 4095 times>
fname = 0x280 <Address 0x280 out of bounds>
fh = {file_interface = 0x9588688, flags = 18445, fd = 0x0, samples = 2339086, samplerate = 16000, native_rate = 16000, channels = 1 '\001',
format = 65538, sections = 1, seekable = 1, sample_count = 2339086, speed = 0, memory_pool = 0x9600898, prebuf = 65536, interval = 0,
private_info = 0x9600970, handler = 0x0, pos = 2339086, audio_buffer = 0x0, sp_audio_buffer = 0x0, thresh = 0, silence_hits = 0, offset_pos = 0,
samples_in = 2339086, samples_out = 0, vol = 0, resampler = 0x0, buffer = 0x0, dbuf = 0x0, dbuflen = 0, pre_buffer = 0x956b278,
pre_buffer_data = 0x96853c8 "", pre_buffer_datalen = 65536,
file = 0xb5af24d4 "/usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c", func = 0xb5af2bad "read_stream_thread", line = 209,
file_path = 0x9600928 "/usr/local/freeswitch/sounds/music/16000/ponce-preludio-in-e-major.wav", spool_path = 0x0, prefix = 0x0}
cp = 0x96a6500
file_buf = "ponce-preludio-in-e-major.wav\000\060\066-1-preludio.wav", '\000' <repeats 80 times>
path_buf = "/usr/local/freeswitch/sounds/music/16000/ponce-preludio-in-e-major.wav\000\060\066-1-preludio.wav", '\000' <repeats 423 times>
timer = {interval = 20, flags = 0, samples = 320, samplecount = 2310080, timer_interface = 0x9514490, memory_pool = 0x9559ff8,
private_info = 0x955a2c8, diff = 0, tick = 0}
fd = -1
audio_buffer = 0x956b4e0
dist_buf = 0x95de570 "\006"
used = <value optimized out>
skip = 0
temp_pool = 0x9559ff8
__func__ = "read_stream_thread"
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4f118) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 30 (Thread 1783):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb63c1290) at src/switch_time.c:610
private_info = 0xb63c5a08
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd83b) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb75918f0 in rtp_common_read (rtp_session=0xb63b1068, payload_type=<value optimized out>, flags=0x96ab860, io_flags=0) at src/switch_rtp.c:2823
do_cng = 0
read_pretriggered = 1
session = 0x96a67e0
channel = 0x96aaeb8
bytes = 172
rtcp_bytes = 0
status = SWITCH_STATUS_SUCCESS
poll_status = SWITCH_STATUS_SUCCESS
rtcp_status = <value optimized out>
rtcp_poll_status = <value optimized out>
check = 0
ret = <value optimized out>
sleep_mss = 20000
poll_loop = -1263972080
fdr = 0
rtcp_fdr = 0
hot_socket = 0
read_loops = 0
__func__ = "rtp_common_read"
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0xb63b1068, frame=0x96ab824, io_flags=0) at src/switch_rtp.c:3428
bytes = <value optimized out>
#8 0xb65cdb29 in sofia_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at mod_sofia.c:911
status = <value optimized out>
tech_pvt = 0x96ab7e8
channel = <value optimized out>
sanity = <value optimized out>
rtcp_frame = {report_count = 42388, packet_type = 2400, ssrc = 0, ntp_msw = 3075179289, ntp_lsw = 3077263348, timestamp = 3076484409,
packet_count = 3077263348, octect_count = 3030996648}
__PRETTY_FUNCTION__ = "sofia_read_frame"
__func__ = "sofia_read_frame"
#9 0xb756ea07 in switch_core_session_read_frame (session=0x96a67e0, frame=0xb4a96a7c, flags=0, stream_id=0) at src/switch_core_io.c:188
ptr = <value optimized out>
status = <value optimized out>
need_codec = <value optimized out>
perfect = 1
do_bugs = -1263970440
do_resample = 0
is_cng = 0
codec_impl = {codec_type = 3030996984, ianacode = 80 'P', iananame = 0xb75400d9 "\201\303\033O\027", fmtp = 0xb76b4ff4 "\230\315\032",
samples_per_second = 3030997016, actual_samples_per_second = 3077263348, bits_per_second = 157968352, microseconds_per_packet = -1263965612,
samples_per_packet = 3030997016, decoded_bytes_per_packet = 3075729924, encoded_bytes_per_packet = 157330688, number_of_channels = 60 '<',
codec_frames_per_packet = -1263970232, init = 0xb76b4ff4, encode = 0x96a67e0, decode = 0xb76b4ff4, destroy = 0xb4a95848, codec_id = 3075885863,
impl_id = 157330688, next = 0xb4a9583c}
flag = 0
__PRETTY_FUNCTION__ = "switch_core_session_read_frame"
__func__ = "switch_core_session_read_frame"
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
status = <value optimized out>
event = 0xb4a96a98
data = 0xb6b42ef8
stream_id = 0
pre_b = 1
ans_a = 1
ans_b = 0
originator = 1
input_callback = 0
msg = {from = 0x0, message_id = SWITCH_MESSAGE_REDIRECT_AUDIO, numeric_arg = 0, string_arg = 0x0, string_arg_size = 0, pointer_arg = 0x0,
pointer_arg_size = 0, numeric_reply = 0, string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0, pointer_reply_size = 0, flags = 0,
_file = 0x0, _func = 0x0, _line = 0, string_array_arg = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
user_data = 0x0
chan_a = 0x96aaeb8
chan_b = 0x95b1028
read_frame = 0x0
session_a = 0x96a67e0
session_b = 0x95ac950
read_frame_count = 3001
app_name = <value optimized out>
app_arg = <value optimized out>
hook_var = <value optimized out>
inner_bridge = 0
silence_codec = {codec_interface = 0x0, implementation = 0x0, fmtp_in = 0x0, fmtp_out = 0x0, flags = 0, memory_pool = 0x0, private_info = 0x0,
agreed_pt = 0 '\000', mutex = 0x0, next = 0x0}
silence_frame = {codec = 0x0, source = 0x0, packet = 0x0, packetlen = 0, extra_data = 0x0, data = 0x0, datalen = 0, buflen = 0, samples = 0,
rate = 0, payload = 0 '\000', timestamp = 0, seq = 0, ssrc = 0, m = SWITCH_FALSE, flags = 0}
silence_data = {0 <repeats 2048 times>}
silence_var = 0x0
silence_val = 0
bypass_media_after_bridge = 0
bridge_answer_timeout = <value optimized out>
answer_timeout = <value optimized out>
sent_update = 0
answer_limit = 0
exec_app = 0x0
exec_data = 0x0
vid_thread = 0x0
vh = {session_a = 0x0, session_b = 0x0, up = 0}
vid_launch = 0
__func__ = "audio_bridge_thread"
__PRETTY_FUNCTION__ = "audio_bridge_thread"
#11 0xb7598d5f in switch_ivr_multi_threaded_bridge (session=0x96a67e0, peer_session=0x95ac950, input_callback=0, session_data=0x0, peer_session_data=0x0)
at src/switch_ivr_bridge.c:1240
app = <value optimized out>
data = <value optimized out>
__func__ = "switch_ivr_multi_threaded_bridge"
caller_channel = 0x96aaeb8
peer_channel = <value optimized out>
status = <value optimized out>
state = <value optimized out>
event = 0x0
br = 1
var = <value optimized out>
cause = <value optimized out>
msg = {from = 0xb7697838 "src/switch_ivr_bridge.c", message_id = SWITCH_MESSAGE_INDICATE_BRIDGE, numeric_arg = 0,
string_arg = 0xb6b43058 "775281cc-7a54-11e0-91ef-b573c7810c7a", string_arg_size = 0, pointer_arg = 0x0, pointer_arg_size = 0, numeric_reply = 0,
string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0, pointer_reply_size = 0, flags = 0, _file = 0x0, _func = 0x0, _line = 0,
string_array_arg = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
#12 0xb61532e2 in audio_bridge_function (session=0x96a67e0, data=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at /usr/src/freeswitch/src/mod/applications/mod_dptools/mod_dptools.c:2796
channel = <value optimized out>
peer_channel = 0x95b1028
a_key = 0x0
ok = <value optimized out>
func = 0
b_key = 0x0
caller_channel = 0x96aaeb8
peer_session = 0x95ac950
transfer_on_fail = <value optimized out>
tof_data = <value optimized out>
tof_array = {0x0, 0x0, 0x0, 0x0}
continue_on_fail = 0x96ad548 "true"
failure_causes = 0x0
v_campon = <value optimized out>
v_campon_retries = <value optimized out>
v_campon_sleep = 0xb75400ed "\203\304\024[]\303\215\266"
v_campon_timeout = 0x0
v_campon_fallback_exten = 0xb74b8319 "\201\303\333\314"
cause = SWITCH_CAUSE_SUCCESS
campon_retries = 157328880
campon_sleep = 0
tmp = <value optimized out>
fail = <value optimized out>
thread_started = -1219231507
stake = {session = 0x0, running = 0, do_xfer = 0, moh = 0x0}
moh = 0xb76b4ff4 "\230\315\032"
thread = 0x0
thd_attr = 0x0
camp_data = 0xb4a96c38 "(\020[\t}TT\267\360\245`\t\254\213h\267ll\251\264\360\242\263\266\270\256j\t\271\237i\267\070\\b\tG(j\267\020"
status = SWITCH_STATUS_SUCCESS
__func__ = "audio_bridge_function"
#13 0xb75683e1 in switch_core_session_exec (session=0x96a67e0, application_interface=0xb631db98, arg=0x96acca0 "sofia/gateway/bw-main/+19093900003")
at src/switch_core_session.c:2045
log = <value optimized out>
lp = <value optimized out>
event = 0x0
var = <value optimized out>
channel = 0xb4a9717c
expanded = <value optimized out>
app = 0xb769033c "current_application"
msg = {from = 0xb769000d "src/switch_core_session.c", message_id = SWITCH_MESSAGE_INDICATE_APPLICATION_EXEC, numeric_arg = 0, string_arg = 0x0,
string_arg_size = 0, pointer_arg = 0x0, pointer_arg_size = 0, numeric_reply = 0, string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0,
pointer_reply_size = 0, flags = 0, _file = 0x0, _func = 0x0, _line = 0, string_array_arg = {0xb6155112 "bridge",
0x96acca0 "sofia/gateway/bw-main/+19093900003", 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
__PRETTY_FUNCTION__ = "switch_core_session_exec"
__func__ = "switch_core_session_exec"
#14 0xb7568892 in switch_core_session_execute_application_get_flags (session=0x96a67e0, app=0x96acc98 "bridge",
arg=0x96acca0 "sofia/gateway/bw-main/+19093900003", flags=0x0) at src/switch_core_session.c:1959
application_interface = 0xb631db98
status = SWITCH_STATUS_SUCCESS
__func__ = "switch_core_session_execute_application_get_flags"
#15 0xb756b6d5 in switch_core_standard_on_execute (session=0x96a67e0) at src/switch_core_state_machine.c:176
extension = 0x96ac908
#16 switch_core_session_run (session=0x96a67e0) at src/switch_core_state_machine.c:371
global_proceed = -1217848736
index = <value optimized out>
ptr = <value optimized out>
rstatus = <value optimized out>
state = 3077136103
endstate = 3077136103
endpoint_interface = <value optimized out>
driver_state_handler = 0xb67356e0
application_state_handler = <value optimized out>
new_loops = 59999
__PRETTY_FUNCTION__ = "switch_core_session_run"
__func__ = "switch_core_session_run"
#17 0xb7567b86 in switch_core_session_thread (thread=0x96ac3d8, obj=0x96a67e0) at src/switch_core_session.c:1269
session = 0x96a67e0
event = <value optimized out>
event_str = 0x0
val = <value optimized out>
__func__ = "switch_core_session_thread"
__PRETTY_FUNCTION__ = "switch_core_session_thread"
#18 0xb75fd866 in dummy_worker (opaque=0x96ac3d8) at threadproc/unix/thread.c:138
No locals.
#19 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#20 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 29 (Thread 1786):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
No symbol table info available.
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
ts = {tv_sec = 0, tv_nsec = 1000000}
#2 0xb688b732 in read_packet (listener=0xb637c720, event=<value optimized out>, timeout=0)
at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:1354
do_sleep = <value optimized out>
mlen = 0
bytes = 0
mbuf = '\000' <repeats 2047 times>
buf = "Content-Type: log/data\nContent-Length: 137\nLog-Level: 7\nText-Channel: 0\nLog-File: mod_nibblebill.c\nLog-Func: get_balance\nLog-Line: 366\nUser-Data: \n\n\000\067\067b0-7a54-11e0-91ee-b573c7810c7a\n\n", '\000' <repeats 840 times>
len = 137
status = <value optimized out>
count = -1264460656
start = 1304956407
pop = 0x96addc0
ptr = 0xb4a1dc9c ""
crcount = 0 '\000'
channel = 0x0
clen = <value optimized out>
__func__ = "read_packet"
__PRETTY_FUNCTION__ = "read_packet"
#3 0xb6891cc2 in listener_run (thread=0xb63fd628, obj=0xb637c720) at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2522
buf = '\000' <repeats 1023 times>
len = 1024
status = <value optimized out>
event = 0x0
reply = "+OK log level [7]", '\000' <repeats 493 times>
session = 0x0
channel = <value optimized out>
revent = 0x0
var = <value optimized out>
__PRETTY_FUNCTION__ = "listener_run"
__func__ = "listener_run"
#4 0xb75fd866 in dummy_worker (opaque=0xb63fd628) at threadproc/unix/thread.c:138
No locals.
#5 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#6 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 28 (Thread 1769):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74bbf5b in read () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75d2908 in read () at /usr/include/bits/unistd.h:45
No locals.
#3 softtimer_runtime () at src/switch_time.c:808
exp = 1
too_late = 20000000
current_ms = 2180
x = <value optimized out>
tick = 20
ts = 1304956463206826
last = <value optimized out>
fwd_errs = 0
rev_errs = 0
tfd = 46
last_MICROSECONDS_PER_TICK = <value optimized out>
spec = {it_interval = {tv_sec = 0, tv_nsec = 20000000}, it_value = {tv_sec = 0, tv_nsec = 20000000}}
__func__ = "softtimer_runtime"
#4 0xb757f9ea in switch_loadable_module_exec (thread=0x95134f0, obj=0x9513250) at src/switch_loadable_module.c:97
status = 4294966784
__PRETTY_FUNCTION__ = "switch_loadable_module_exec"
__func__ = "switch_loadable_module_exec"
#5 0xb75fd866 in dummy_worker (opaque=0x95134f0) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 27 (Thread 1765):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb5ab009c) at src/switch_time.c:610
private_info = 0x955c2a8
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd837) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb5af0134 in read_stream_thread (thread=0xb6b4b108, obj=0xb6b4ad38) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
is_open = 320
use_fh = <value optimized out>
olen = 160
abuf = "\n\000\370\377\273\377u\377\025\377y\376\325\375V\375\362\374\275\374\276\374\342\374\027\375G\375\220\375\377\375^\376\245\376\035\377\255\377\356\377\064\000\017\001\027\002\251\002\310\002\244\002z\002{\002\201\002}\002|\002)\002~\001\307\000\023\000y\377\344\376V\376:\376\272\376\206\377A\000\324\000X\001\271\001\321\001\262\001\220\001p\001\001\001-\000O\377\253\376\070\376\341\375\266\375\302\375\355\375\033\376U\376\304\376R\377\357\377\226\000\031\001\071\001\034\001I\001\227\001\251\001\245\001\222\001^\001\362\000\231\000\235\000\202\000\033\000\265\377R\377\325\376N\376\341\375\226\375\202\375\300\375.\376\241\376\364\376 \377N\377p\377~\377\242\377\347\377&\000:\000\070\000'\000\333\377\210\377\225\377\357\377H\000\252\000\061\001\227\001\263\001\256\001\275\001\343\001\360\001\344\001\254\001\060\001\302\000u\000\026\000\315\377\240\377b\377\071\377I\377w\377\252\377\350\377)\000e\000\214\000f\000\v\000\301\377k\377\t\377\263\376L\376\355\375\243\375v\375\222\375\267\375\277\375\372\375\204\376\023\377\211\377%\000\320\000G\001\253\001\066\002\323\002\062\003\033\003\302\002\220\002x\002`\002e\002", '\000' <repeats 3775 times>
fname = 0x140 <Address 0x140 out of bounds>
fh = {file_interface = 0x9588688, flags = 2061, fd = 0x0, samples = 2103542, samplerate = 8000, native_rate = 8000, channels = 1 '\001',
format = 65538, sections = 1, seekable = 1, sample_count = 1212416, speed = 0, memory_pool = 0x9621098, prebuf = 65536, interval = 0,
private_info = 0x9621188, handler = 0x0, pos = 1212416, audio_buffer = 0x0, sp_audio_buffer = 0x0, thresh = 0, silence_hits = 0, offset_pos = 0,
samples_in = 1212416, samples_out = 0, vol = 0, resampler = 0x0, buffer = 0x0, dbuf = 0x0, dbuflen = 0, pre_buffer = 0x956b570,
pre_buffer_data = 0x96bbe98 "\037\376j\376\377\376\275\377t", pre_buffer_datalen = 65536,
file = 0xb5af24d4 "/usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c", func = 0xb5af2bad "read_stream_thread", line = 209,
file_path = 0x9621128 "/usr/local/freeswitch/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav", spool_path = 0x0, prefix = 0x0}
cp = 0x95ac900
file_buf = "partita-no-3-in-e-major-bwv-1006-1-preludio.wav", '\000' <repeats 80 times>
path_buf = "/usr/local/freeswitch/sounds/music/8000/partita-no-3-in-e-major-bwv-1006-1-preludio.wav", '\000' <repeats 424 times>
timer = {interval = 20, flags = 0, samples = 160, samplecount = 1154880, timer_interface = 0x9514490, memory_pool = 0x955c000,
private_info = 0x955c2a8, diff = 0, tick = 0}
fd = -1
audio_buffer = 0x9548f38
dist_buf = 0x95cd568 "a\375L\375\362\374\233\374Z\374A\374\207\374\032\375\245\375\375\375]\376\022\377\364\377\323"
used = <value optimized out>
skip = 0
temp_pool = 0x955c000
__func__ = "read_stream_thread"
#7 0xb75fd866 in dummy_worker (opaque=0xb6b4b108) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 26 (Thread 1757):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x953cbf8, mutex=0x953cbc8, timeout=1000000) at locks/unix/thread_cond.c:89
rv = <value optimized out>
then = 1304956464113355
abstime = {tv_sec = 1304956464, tv_nsec = 113355000}
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=1000000) at misc/apr_queue.c:339
rv = <value optimized out>
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x953cb98, data=0xb62c334c, timeout=4294966780) at src/switch_apr.c:1014
No locals.
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x953cb78, obj=0x953bdd0) at sofia.c:1330
sleepy_time = <value optimized out>
ireg_loops = 7
pop = 0x0
sql_len = 32768
sqlbuf = 0xb6310878 ""
sql = 0x0
last_commit = 1304956463106796
last_check = 1304956463106796
len = <value optimized out>
statements = 0
__PRETTY_FUNCTION__ = "sofia_profile_worker_thread_run"
__func__ = "sofia_profile_worker_thread_run"
#6 0xb75fd866 in dummy_worker (opaque=0x953cb78) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 25 (Thread 1764):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0xb5aec09c) at src/switch_time.c:610
private_info = 0xb636b448
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd838) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb5af0134 in read_stream_thread (thread=0xb6b470f8, obj=0xb6b46d28) at /usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c:226
is_open = 320
use_fh = <value optimized out>
olen = 160
abuf = "\374\377\374\377\377\377\377\377\375\377\000\000\000\000\373\377\377\377\001\000\373\377\375\377\375\377\367\377\375\377\377\377\371\377\374\377\377\377\377\377\002\000\377\377\372\377\375\377\000\000\376\377\375\377\374\377\371\377\370\377\367\377\363\377\360\377\361\377\361\377\360\377\357\377\356\377\353\377\353\377\354\377\353\377\355\377\353\377\346\377\347\377\351\377\345\377\344\377\351\377\350\377\344\377\345\377\347\377\347\377\351\377\351\377\353\377\354\377\351\377\351\377\352\377\354\377\364\377\365\377\361\377\362\377\362\377\361\377\363\377\364\377\365\377\370\377\366\377\367\377\372\377\375\377\000\000\377\377\000\000\005\000\003\000\377\377\002\000\003\000\001\000\001\000\002\000\003\000\001\000\000\000\377\377\375\377\374\377\373\377\374\377\372\377\366\377\370\377\367\377\365\377\366\377\372\377\376\377\377\377\375\377\372\377\373\377\374\377\372\377\376\377\000\000\377\377\376\377\373\377\373\377\373\377\376\377\000\000\375\377\376\377\376\377\371\377\375\377\377\377\376\377\003\000\004\000\003\000\005\000\003\000\004\000\v\000\f\000\016\000\022\000\016\000\v\000\v\000\f\000\020\000\021\000\r\000\n\000\v\000\v\000\n\000\v\000\016\000\020\000\021\000\020\000\f\000\b\000\006\000\a\000\t\000\006\000\001\000\374\377", '\000' <repeats 3775 times>
fname = 0x140 <Address 0x140 out of bounds>
fh = {file_interface = 0x9588688, flags = 2061, fd = 0x0, samples = 3204726, samplerate = 8000, native_rate = 8000, channels = 1 '\001',
format = 65538, sections = 1, seekable = 1, sample_count = 1212416, speed = 0, memory_pool = 0xb636d210, prebuf = 65536, interval = 0,
private_info = 0xb636d2f0, handler = 0x0, pos = 1212416, audio_buffer = 0x0, sp_audio_buffer = 0x0, thresh = 0, silence_hits = 0, offset_pos = 0,
samples_in = 1212416, samples_out = 0, vol = 0, resampler = 0x0, buffer = 0x0, dbuf = 0x0, dbuflen = 0, pre_buffer = 0xb63194d0,
pre_buffer_data = 0xb639dfb8 "\263\377\264\377\334\377\035", pre_buffer_datalen = 65536,
file = 0xb5af24d4 "/usr/src/freeswitch/src/mod/formats/mod_local_stream/mod_local_stream.c", func = 0xb5af2bad "read_stream_thread", line = 209,
file_path = 0xb636d2a0 "/usr/local/freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav", spool_path = 0x0, prefix = 0x0}
cp = 0x96dd200
file_buf = "suite-espanola-op-47-leyenda.wav\000\061-preludio.wav", '\000' <repeats 80 times>
path_buf = "/usr/local/freeswitch/sounds/music/8000/suite-espanola-op-47-leyenda.wav\000\061-preludio.wav", '\000' <repeats 424 times>
timer = {interval = 20, flags = 0, samples = 160, samplecount = 1154880, timer_interface = 0x9514490, memory_pool = 0xb636b208,
private_info = 0xb636b448, diff = 0, tick = 0}
fd = -1
audio_buffer = 0x9548f68
dist_buf = 0x95bc560 "\225\377\267\377\036"
used = <value optimized out>
skip = 0
temp_pool = 0xb636b208
__func__ = "read_stream_thread"
#7 0xb75fd866 in dummy_worker (opaque=0xb6b470f8) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 24 (Thread 1754):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539b78, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = 0
events = -781022033
version = 3
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c43ed in su_base_port_run (self=0x9539b78) at su_base_port.c:349
tout = 1000
tout2 = 0
__PRETTY_FUNCTION__ = "su_base_port_run"
#4 0xb66c7c49 in su_port_run (self=0x9542fb8) at su_port.h:326
No locals.
#5 su_root_run (self=0x9542fb8) at su_root.c:819
__PRETTY_FUNCTION__ = "su_root_run"
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6515f9c) at su_pthread_port.c:334
arg = 0x0
task = {{sut_port = 0x9539b78, sut_root = 0x9542fb8}}
zap = <value optimized out>
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 23 (Thread 1743):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9460db0, mutex=0x9460d80) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0x9460d50, data=0xb6e0e34c) at src/switch_apr.c:1009
No locals.
#5 0xb75c73d8 in log_thread (t=0xb6e70ae0, obj=0x0) at src/switch_log.c:294
pop = 0x0
node = 0x0
binding = 0x0
__func__ = "log_thread"
#6 0xb75fd866 in dummy_worker (opaque=0xb6e70ae0) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 22 (Thread 1753):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9542ff0, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = 0
events = -781022033
version = 3
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c43ed in su_base_port_run (self=0x9542ff0) at su_base_port.c:349
tout = 1000
tout2 = 0
__PRETTY_FUNCTION__ = "su_base_port_run"
#4 0xb66c7c49 in su_port_run (self=0x953e050) at su_port.h:326
No locals.
#5 su_root_run (self=0x953e050) at su_root.c:819
__PRETTY_FUNCTION__ = "su_root_run"
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb64d9f9c) at su_pthread_port.c:334
arg = 0x0
task = {{sut_port = 0x9542ff0, sut_root = 0x953e050}}
zap = <value optimized out>
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 21 (Thread 1784):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0x95145c0, mutex=0x9514590) at src/switch_apr.c:369
No locals.
#4 0xb75d19cf in timer_next (timer=0x96ed4d8) at src/switch_time.c:610
private_info = 0x96f1c50
cond_index = <value optimized out>
#5 0xb7555548 in switch_core_timer_next (timer=0xd83a) at src/switch_core_timer.c:74
__func__ = "switch_core_timer_next"
#6 0xb75918f0 in rtp_common_read (rtp_session=0x96dd2b0, payload_type=<value optimized out>, flags=0x95b19d0, io_flags=0) at src/switch_rtp.c:2823
do_cng = 0
read_pretriggered = 0
session = 0x95ac950
channel = 0x95b1028
bytes = 0
rtcp_bytes = 0
status = SWITCH_STATUS_SUCCESS
poll_status = SWITCH_STATUS_SUCCESS
rtcp_status = <value optimized out>
rtcp_poll_status = <value optimized out>
check = 0
ret = <value optimized out>
sleep_mss = 20000
poll_loop = -1264216032
fdr = 0
rtcp_fdr = 0
hot_socket = 0
read_loops = 0
__func__ = "rtp_common_read"
#7 0xb7593907 in switch_rtp_zerocopy_read_frame (rtp_session=0x96dd2b0, frame=0x95b1994, io_flags=0) at src/switch_rtp.c:3428
bytes = <value optimized out>
#8 0xb65cdb29 in sofia_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at mod_sofia.c:911
status = <value optimized out>
tech_pvt = 0x95b1958
channel = <value optimized out>
sanity = <value optimized out>
rtcp_frame = {report_count = 13244, packet_type = 2408, ssrc = 156965328, ntp_msw = 3075179289, ntp_lsw = 3076051293, timestamp = 3076484409,
packet_count = 3077263348, octect_count = 3030752696}
__PRETTY_FUNCTION__ = "sofia_read_frame"
__func__ = "sofia_read_frame"
#9 0xb756ea07 in switch_core_session_read_frame (session=0x95ac950, frame=0xb4a5b18c, flags=0, stream_id=0) at src/switch_core_io.c:188
ptr = <value optimized out>
status = <value optimized out>
need_codec = <value optimized out>
perfect = 1
do_bugs = -1264214392
do_resample = 0
is_cng = 0
codec_impl = {codec_type = 3030753032, ianacode = 80 'P', iananame = 0xb75400d9 "\201\303\033O\027", fmtp = 0xb76b4ff4 "\230\315\032",
samples_per_second = 3030753064, actual_samples_per_second = 3077263348, bits_per_second = 156944720, microseconds_per_packet = -1264209564,
samples_per_packet = 3030753064, decoded_bytes_per_packet = 3075729924, encoded_bytes_per_packet = 157825832, number_of_channels = 76 'L',
codec_frames_per_packet = -1264214184, init = 0xb76b4ff4, encode = 0x95ac950, decode = 0xb76b4ff4, destroy = 0xb4a59f58, codec_id = 3075885863,
impl_id = 157825832, next = 0xb4a59f4c}
flag = 0
__PRETTY_FUNCTION__ = "switch_core_session_read_frame"
__func__ = "switch_core_session_read_frame"
#10 0xb7596c5f in audio_bridge_thread (thread=<value optimized out>, obj=<value optimized out>) at src/switch_ivr_bridge.c:478
status = <value optimized out>
event = 0xb4a5b1a8
data = 0x96f20c8
stream_id = 0
pre_b = 0
ans_a = 1
ans_b = 1
originator = 0
input_callback = 0
msg = {from = 0x0, message_id = SWITCH_MESSAGE_REDIRECT_AUDIO, numeric_arg = 0, string_arg = 0x0, string_arg_size = 0, pointer_arg = 0x0,
pointer_arg_size = 0, numeric_reply = 0, string_reply = 0x0, string_reply_size = 0, pointer_reply = 0x0, pointer_reply_size = 0, flags = 0,
_file = 0x0, _func = 0x0, _line = 0, string_array_arg = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}, delivery_time = 0}
user_data = 0x0
chan_a = 0x95b1028
chan_b = 0x96aaeb8
read_frame = 0x0
session_a = 0x95ac950
session_b = 0x96a67e0
read_frame_count = 3012
app_name = <value optimized out>
app_arg = <value optimized out>
hook_var = <value optimized out>
inner_bridge = 0
silence_codec = {codec_interface = 0x0, implementation = 0x0, fmtp_in = 0x0, fmtp_out = 0x0, flags = 0, memory_pool = 0x0, private_info = 0x0,
agreed_pt = 0 '\000', mutex = 0x0, next = 0x0}
silence_frame = {codec = 0x0, source = 0x0, packet = 0x0, packetlen = 0, extra_data = 0x0, data = 0x0, datalen = 0, buflen = 0, samples = 0,
rate = 0, payload = 0 '\000', timestamp = 0, seq = 0, ssrc = 0, m = SWITCH_FALSE, flags = 0}
silence_data = {0 <repeats 2048 times>}
silence_var = 0x0
silence_val = 0
bypass_media_after_bridge = 0
bridge_answer_timeout = <value optimized out>
answer_timeout = <value optimized out>
sent_update = 0
answer_limit = 0
exec_app = 0x0
exec_data = 0x0
vid_thread = 0x0
vh = {session_a = 0x0, session_b = 0x0, up = 0}
vid_launch = 0
__func__ = "audio_bridge_thread"
__PRETTY_FUNCTION__ = "audio_bridge_thread"
#11 0xb7598103 in audio_bridge_on_exchange_media (session=0x95ac950) at src/switch_ivr_bridge.c:636
channel = 0x95b1028
bd = 0x96f20c8
state = 552
var = <value optimized out>
__func__ = "audio_bridge_on_exchange_media"
#12 0xb756af39 in switch_core_session_run (session=0x95ac950) at src/switch_core_state_machine.c:374
global_proceed = 0
index = 1
ptr = <value optimized out>
rstatus = <value optimized out>
state = 3077084258
endstate = 3077084258
endpoint_interface = <value optimized out>
driver_state_handler = 0xb67356e0
application_state_handler = <value optimized out>
new_loops = 60000
__PRETTY_FUNCTION__ = "switch_core_session_run"
__func__ = "switch_core_session_run"
#13 0xb7567b86 in switch_core_session_thread (thread=0x95b2598, obj=0x95ac950) at src/switch_core_session.c:1269
session = 0x95ac950
event = <value optimized out>
event_str = 0x0
val = <value optimized out>
__func__ = "switch_core_session_thread"
__PRETTY_FUNCTION__ = "switch_core_session_thread"
#14 0xb75fd866 in dummy_worker (opaque=0x95b2598) at threadproc/unix/thread.c:138
No locals.
#15 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#16 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 20 (Thread 1736):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0x9452290, mutex=0x9452260) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0x9452230, data=0xb6f90348) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0x9452230, data=0xb6f90348) at src/switch_apr.c:1009
No locals.
#5 0xb758948e in switch_event_thread (thread=0x9460bc0, obj=0x9452230) at src/switch_event.c:318
pop = 0x0
loops = 1
index = 0
my_id = 0
auto_pause = 0
__func__ = "switch_event_thread"
#6 0xb75fd866 in dummy_worker (opaque=0x9460bc0) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 19 (Thread 1734):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 243590}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = -1223486680, tv_nsec = -1219237155}
#4 0xb755859c in pool_thread (thread=0xb7162e38, obj=0x0) at src/switch_core_memory.c:549
No locals.
#5 0xb75fd866 in dummy_worker (opaque=0xb7162e38) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 18 (Thread 1751):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539718, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = -1236180744
events = -1233956876
version = 1
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c41e0 in su_base_port_step (self=0x9539718, tout=1000) at su_base_port.c:467
now = {tv_sec = 3513945262, tv_usec = 341970}
__PRETTY_FUNCTION__ = "su_base_port_step"
#4 0xb66c8160 in su_port_step (self=0xb6b1c470, tout=1000) at su_port.h:340
No locals.
#5 su_root_step (self=0xb6b1c470, tout=1000) at su_root.c:858
__PRETTY_FUNCTION__ = "su_root_step"
#6 0xb66007df in sofia_profile_thread_run (thread=0x95382a0, obj=0x9537670) at sofia.c:1652
node = <value optimized out>
s_event = 0x0
supported = 0x95382c0 "timer, precondition, path, replaces"
sanity = <value optimized out>
worker_thread = 0x9538380
st = SWITCH_STATUS_SUCCESS
__func__ = "sofia_profile_thread_run"
__PRETTY_FUNCTION__ = "sofia_profile_thread_run"
#7 0xb75fd866 in dummy_worker (opaque=0x95382a0) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 17 (Thread 1756):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9538400, mutex=0x95383d0, timeout=1000000) at locks/unix/thread_cond.c:89
rv = <value optimized out>
then = 1304956464113304
abstime = {tv_sec = 1304956464, tv_nsec = 113304000}
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=1000000) at misc/apr_queue.c:339
rv = <value optimized out>
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x95383a0, data=0xb628734c, timeout=4294966780) at src/switch_apr.c:1014
No locals.
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9538380, obj=0x9537670) at sofia.c:1330
sleepy_time = <value optimized out>
ireg_loops = 7
pop = 0x0
sql_len = 32768
sqlbuf = 0x9549fd0 "\370\214T\t\310\215T\t\020"
sql = 0x0
last_commit = 1304956463106796
last_check = 1304956463106796
len = <value optimized out>
statements = 0
__PRETTY_FUNCTION__ = "sofia_profile_worker_thread_run"
__func__ = "sofia_profile_worker_thread_run"
#6 0xb75fd866 in dummy_worker (opaque=0x9538380) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 16 (Thread 1760):
#0 0xb7501f6a in clock_nanosleep () from /lib/tls/i686/cmov/librt.so.1
No symbol table info available.
#1 0xb75d146d in do_sleep (t=<value optimized out>) at src/switch_time.c:163
ts = {tv_sec = 0, tv_nsec = 100000000}
#2 0xb6623334 in sofia_presence_event_thread_run (thread=0x9531c58, obj=0x0) at sofia_presence.c:975
count = 0
pop = 0xb6397088
__func__ = "sofia_presence_event_thread_run"
#3 0xb75fd866 in dummy_worker (opaque=0x9531c58) at threadproc/unix/thread.c:138
No locals.
#4 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#5 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 15 (Thread 1733):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 874147}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = 5, tv_nsec = 0}
#4 0xb75729e4 in switch_core_runtime_loop (bg=1) at src/switch_core.c:810
No locals.
#5 0x0804a8b1 in main (argc=2, argv=0xbf87d244) at src/switch.c:917
pid_path = "/usr/local/freeswitch/run/freeswitch.pid", '\000' <repeats 215 times>
pid_buffer = "1733", '\000' <repeats 27 times>
old_pid_buffer = '\000' <repeats 31 times>
pid_len = 4
old_pid_len = 0
err = 0xb7696be3 "Success"
nf = 0
runas_user = <value optimized out>
runas_group = <value optimized out>
nc = 1
pid = 1733
x = <value optimized out>
opts = <value optimized out>
opts_str = '\000' <repeats 1023 times>
local_argv = {0xbf87ef4c "/usr/local/freeswitch/bin/freeswitch", 0xbf87ef71 "-nc", 0x0 <repeats 1022 times>}
local_argc = 2
arg_argv = {0x0 <repeats 128 times>}
alt_dirs = 0
log_set = 0
run_set = 0
do_kill = 0
known_opt = -1081618084
high_prio = 0
do_wait = 0
flags = 34113
ret = <value optimized out>
destroy_status = <value optimized out>
fd = 0x9446548
pool = 0x9446508
rlp = {rlim_cur = 245760, rlim_max = 245760}
waste = 0
Thread 14 (Thread 1770):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74bc168 in accept () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75fc4a6 in apr_socket_accept (new=0xb4b8a2e0, sock=0x962fab8, connection_context=0xb4800030) at network_io/unix/sockets.c:187
No locals.
#3 0xb753f4cb in switch_socket_accept (new_sock=0xb4b8a2e0, sock=0x962fab8, pool=0xb4800030) at src/switch_apr.c:686
No locals.
#4 0xb68910fb in mod_event_socket_runtime () at /usr/src/freeswitch/src/mod/event_handlers/mod_event_socket/mod_event_socket.c:2749
pool = 0x962f938
listener_pool = 0xb4800030
rv = <value optimized out>
sa = 0x962fa00
inbound_socket = 0xb48000f8
listener = 0xb637c720
x = <value optimized out>
errs = <value optimized out>
__func__ = "mod_event_socket_runtime"
#5 0xb757f9ea in switch_loadable_module_exec (thread=0x9513758, obj=0x9513548) at src/switch_loadable_module.c:97
status = 4294966784
__PRETTY_FUNCTION__ = "switch_loadable_module_exec"
__func__ = "switch_loadable_module_exec"
#6 0xb75fd866 in dummy_worker (opaque=0x9513758) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 13 (Thread 1762):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 673849}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = -1241578824, tv_nsec = -1219231507}
#4 0xb5ff79c2 in node_thread_run (thread=0xb6324060, obj=0xb6323970) at /usr/src/freeswitch/src/mod/applications/mod_fifo/mod_fifo.c:1837
val = 0xb632c008
var = 0xb63285a0
idle_consumers = <value optimized out>
hi = 0x0
ppl_waiting = 0
consumer_total = 0
node = <value optimized out>
cur_priority = 11
__func__ = "node_thread_run"
#5 0xb75fd866 in dummy_worker (opaque=0xb6324060) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 12 (Thread 1758):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9342 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f70c8 in apr_thread_cond_timedwait (cond=0x9534a98, mutex=0x9534a68, timeout=1000000) at locks/unix/thread_cond.c:89
rv = <value optimized out>
then = 1304956464112797
abstime = {tv_sec = 1304956464, tv_nsec = 112797000}
#3 0xb75ed5a6 in apr_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=1000000) at misc/apr_queue.c:339
rv = <value optimized out>
#4 0xb753ea82 in switch_queue_pop_timeout (queue=0x9534a38, data=0xb61e734c, timeout=4294966780) at src/switch_apr.c:1014
No locals.
#5 0xb65e7e1e in sofia_profile_worker_thread_run (thread=0x9534a18, obj=0x9533660) at sofia.c:1330
sleepy_time = <value optimized out>
ireg_loops = 7
pop = 0x0
sql_len = 32768
sqlbuf = 0x9551fd8 ""
sql = 0x0
last_commit = 1304956463106796
last_check = 1304956463106796
len = <value optimized out>
statements = 0
__PRETTY_FUNCTION__ = "sofia_profile_worker_thread_run"
__func__ = "sofia_profile_worker_thread_run"
#6 0xb75fd866 in dummy_worker (opaque=0x9534a18) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 11 (Thread 1748):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=500000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 352513}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = 157799504, tv_nsec = 157799704}
#4 0xb75779e4 in switch_scheduler_task_thread (thread=0x950e478, obj=0x0) at src/switch_scheduler.c:171
__func__ = "switch_scheduler_task_thread"
#5 0xb75fd866 in dummy_worker (opaque=0x950e478) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 10 (Thread 1771):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73dbb86 in poll () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb68e1c4f in waitForConnection (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:635
pollfds = {{fd = 49, events = 1, revents = 0}, {fd = 50, events = 1, revents = 0}}
rc = <value optimized out>
#3 chanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/socket_unix.c:729
listenSocketP = 0x96269d0
interrupted = <value optimized out>
channelP = <value optimized out>
#4 0xb68d3dc2 in ChanSwitchAccept (chanSwitchP=0x96268c8, channelPP=0xb4b4e064, channelInfoPP=0xb4b4e060, errorP=0xb4b4e068)
at ../../../../libs/xmlrpc-c/lib/abyss/src/chanswitch.c:149
No locals.
#5 0xb68e041e in acceptAndProcessNextConnection (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:908
srvP = 0x96283d0
connectionP = 0x3c9
error = 0x0
channelP = 0xb6905dcc
channelInfoP = 0x0
#6 serverRun2 (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:956
No locals.
#7 ServerRun (serverP=0xb6915d18) at ../../../../libs/xmlrpc-c/lib/abyss/src/server.c:975
srvP = 0x96283d0
#8 0xb68d0b20 in mod_xml_rpc_runtime () at /usr/src/freeswitch/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.c:970
registryP = 0x9628c50
env = {fault_occurred = 0, fault_code = 0, fault_string = 0x0}
logfile = "/usr/local/freeswitch/log/freeswitch_http.log", '\000' <repeats 466 times>
hi = <value optimized out>
var = 0x9454678
val = 0x9451a50
__func__ = "mod_xml_rpc_runtime"
#9 0xb757f9ea in switch_loadable_module_exec (thread=0x95139c0, obj=0x95137b0) at src/switch_loadable_module.c:97
status = 4294966780
__PRETTY_FUNCTION__ = "switch_loadable_module_exec"
__func__ = "switch_loadable_module_exec"
#10 0xb75fd866 in dummy_worker (opaque=0x95139c0) at threadproc/unix/thread.c:138
No locals.
#11 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#12 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 9 (Thread 1752):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x9539650, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = -1236426504
events = -1233956876
version = 1
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c41e0 in su_base_port_step (self=0x9539650, tout=1000) at su_base_port.c:467
now = {tv_sec = 3513945263, tv_usec = 93206}
__PRETTY_FUNCTION__ = "su_base_port_step"
#4 0xb66c8160 in su_port_step (self=0x9531418, tout=1000) at su_port.h:340
No locals.
#5 su_root_step (self=0x9531418, tout=1000) at su_root.c:858
__PRETTY_FUNCTION__ = "su_root_step"
#6 0xb66007df in sofia_profile_thread_run (thread=0x953ca98, obj=0x953bdd0) at sofia.c:1652
node = <value optimized out>
s_event = 0x0
supported = 0x953cab8 "timer, precondition, path, replaces"
sanity = <value optimized out>
worker_thread = 0x953cb78
st = SWITCH_STATUS_SUCCESS
__func__ = "sofia_profile_thread_run"
__PRETTY_FUNCTION__ = "sofia_profile_thread_run"
#7 0xb75fd866 in dummy_worker (opaque=0x953ca98) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 8 (Thread 1738):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb7091b38, mutex=0xb7091b08) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0xb7091ad8, data=0xb6f18348) at src/switch_apr.c:1009
No locals.
#5 0xb758948e in switch_event_thread (thread=0x9460c00, obj=0xb7091ad8) at src/switch_event.c:318
pop = 0x0
loops = 0
index = 0
my_id = 2
auto_pause = 0
__func__ = "switch_event_thread"
#6 0xb75fd866 in dummy_worker (opaque=0x9460c00) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 7 (Thread 1747):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73e2971 in select () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb75ff419 in apr_sleep (t=1000000) at time/unix/time.c:246
tv = {tv_sec = 0, tv_usec = 827348}
#3 0xb75d13cb in do_sleep (t=4294966782) at src/switch_time.c:154
ts = {tv_sec = -1227021512, tv_nsec = -1219112198}
#4 0xb7562863 in switch_core_sql_db_thread (thread=0xb6cf6b08, obj=0x0) at src/switch_core_sqldb.c:926
sec = 29
reg_sec = 14
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6b08) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 6 (Thread 1761):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6b316b0, mutex=0xb6b31680) at src/switch_apr.c:369
No locals.
#4 0xb607c415 in timer_thread_run (thread=0xb6b317e0, obj=0x0) at mod_spandsp_fax.c:217
timer = {interval = 20, flags = 1, samples = 160, samplecount = 160, timer_interface = 0x9514490, memory_pool = 0x9505068,
private_info = 0x95050f8, diff = 0, tick = 0}
pvt = 0x0
__func__ = "timer_thread_run"
#5 0xb75fd866 in dummy_worker (opaque=0xb6b317e0) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 5 (Thread 1737):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb70f4b38, mutex=0xb70f4b08) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb75ed6ae in apr_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at misc/apr_queue.c:276
rv = 0
#4 0xb753eab4 in switch_queue_pop (queue=0xb70f4ad8, data=0xb6f54348) at src/switch_apr.c:1009
No locals.
#5 0xb758948e in switch_event_thread (thread=0x9460be0, obj=0xb70f4ad8) at src/switch_event.c:318
pop = 0x0
loops = 0
index = 0
my_id = 1
auto_pause = 0
__func__ = "switch_event_thread"
#6 0xb75fd866 in dummy_worker (opaque=0x9460be0) at threadproc/unix/thread.c:138
No locals.
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 4 (Thread 1750):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x953e830, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = -1235934984
events = -1233956876
version = 1
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c41e0 in su_base_port_step (self=0x953e830, tout=1000) at su_base_port.c:467
now = {tv_sec = 3513945263, tv_usec = 27800}
__PRETTY_FUNCTION__ = "su_base_port_step"
#4 0xb66c8160 in su_port_step (self=0xb6b13940, tout=1000) at su_port.h:340
No locals.
#5 su_root_step (self=0xb6b13940, tout=1000) at su_root.c:858
__PRETTY_FUNCTION__ = "su_root_step"
#6 0xb66007df in sofia_profile_thread_run (thread=0x9534938, obj=0x9533660) at sofia.c:1652
node = <value optimized out>
s_event = 0x0
supported = 0x9534958 "timer, precondition, path, replaces"
sanity = <value optimized out>
worker_thread = 0x9534a18
st = SWITCH_STATUS_SUCCESS
__func__ = "sofia_profile_thread_run"
__PRETTY_FUNCTION__ = "sofia_profile_thread_run"
#7 0xb75fd866 in dummy_worker (opaque=0x9534938) at threadproc/unix/thread.c:138
No locals.
#8 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#9 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 3 (Thread 1746):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb74b9015 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#2 0xb75f711a in apr_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at locks/unix/thread_cond.c:68
rv = -512
#3 0xb753fe94 in switch_thread_cond_wait (cond=0xb6e70bc8, mutex=0xb6e70b98) at src/switch_apr.c:369
No locals.
#4 0xb755f7d0 in switch_core_sql_thread (thread=0xb6cf6ae8, obj=0x0) at src/switch_core_sqldb.c:1053
pop = 0x0
iterations = 0
trans = 0 '\000'
len = <value optimized out>
sql_len = <value optimized out>
sqlbuf = 0x9574388 ""
sql = <value optimized out>
save_sql = 0x0
lc = 0
wrote = 1
do_sleep = 1
__PRETTY_FUNCTION__ = "switch_core_sql_thread"
__func__ = "switch_core_sql_thread"
#5 0xb75fd866 in dummy_worker (opaque=0xb6cf6ae8) at threadproc/unix/thread.c:138
No locals.
#6 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#7 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 2 (Thread 1755):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb73ea2c6 in epoll_wait () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb66c4c82 in su_epoll_port_wait_events (self=0x95420d0, tout=1000) at su_epoll_port.c:495
j = <value optimized out>
n = 0
events = -781022034
version = 3
__PRETTY_FUNCTION__ = "su_epoll_port_wait_events"
#3 0xb66c43ed in su_base_port_run (self=0x95420d0) at su_base_port.c:349
tout = 1000
tout2 = 0
__PRETTY_FUNCTION__ = "su_base_port_run"
#4 0xb66c7c49 in su_port_run (self=0x953f0f8) at su_port.h:326
No locals.
#5 su_root_run (self=0x953f0f8) at su_root.c:819
__PRETTY_FUNCTION__ = "su_root_run"
#6 0xb66c74b7 in su_pthread_port_clone_main (varg=0xb6551f9c) at su_pthread_port.c:334
arg = 0x0
task = {{sut_port = 0x95420d0, sut_root = 0x953f0f8}}
zap = <value optimized out>
#7 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#8 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
Thread 1 (Thread 1735):
#0 0xf57fe416 in __kernel_vsyscall ()
No symbol table info available.
#1 0xb7346651 in raise () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#2 0xb7349a82 in abort () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#3 0xb737d49d in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#4 0xb7387591 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#5 0xb7388de8 in ?? () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#6 0xb738becd in free () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.
#7 0xb5f2f04e in copy_and_convert_field () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#8 0xb5f4559d in PGAPI_GetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#9 0xb5f5c52f in SQLGetData () from /usr/lib/odbc/psqlodbca.so
No symbol table info available.
#10 0xb71bc602 in SQLGetData () from /usr/lib/libodbc.so.1
No symbol table info available.
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
DataType = 6
DecimalDigits = 0
NameLength = 14
Nullable = 1
ColumnSize = 16
y = <value optimized out>
stmt = 0xb636fd10
c = 1
x = <value optimized out>
m = 1
err_str = <value optimized out>
result = <value optimized out>
__PRETTY_FUNCTION__ = "switch_odbc_handle_callback_exec_detailed"
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
dsql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
sql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
pdata = {balance = 0, percall_max = 0, lowbal_amt = 0}
balance = 0
__func__ = "get_balance"
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
channel = 0x96aaeb8
profile = <value optimized out>
nibble_data = <value optimized out>
ts = 1304956463206811
billamount = 0
date = "2011-05-09 15:53:22", '\000' <repeats 60 times>
uuid = 0x96a6bb4 "775077b0-7a54-11e0-91ee-b573c7810c7a"
retsize = 19
tm = {tm_usec = 986795, tm_sec = 22, tm_min = 53, tm_hour = 15, tm_mday = 9, tm_mon = 4, tm_year = 111, tm_wday = 1, tm_yday = 128, tm_isdst = 0,
tm_gmtoff = 0}
billrate = 0xb6b43628 ".5"
billaccount = 0xb6b43630 "1000"
nobal_amt = 0
balance = 0
__func__ = "do_billing"
No symbol table info available.
#11 0xb75d56ce in switch_odbc_handle_callback_exec_detailed (file=0xb5f842c8 "/usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c",
func=0xb5f84a15 "get_balance", line=368, handle=0xb63280b8, sql=0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'",
callback=0xb5f81cb0 <nibblebill_callback>, pdata=0xb6fcc114, err=0x0) at src/switch_odbc.c:585
DataType = 6
DecimalDigits = 0
NameLength = 14
Nullable = 1
ColumnSize = 16
y = <value optimized out>
stmt = 0xb636fd10
c = 1
x = <value optimized out>
m = 1
err_str = <value optimized out>
result = <value optimized out>
__PRETTY_FUNCTION__ = "switch_odbc_handle_callback_exec_detailed"
#12 0xb5f82038 in get_balance (billaccount=<value optimized out>, channel=<value optimized out>)
at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:368
dsql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
sql = 0xb6399b08 "SELECT cash AS nibble_balance FROM accounts WHERE id='1000'"
pdata = {balance = 0, percall_max = 0, lowbal_amt = 0}
balance = 0
__func__ = "get_balance"
#13 0xb5f8341f in do_billing (session=<value optimized out>) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:530
channel = 0x96aaeb8
profile = <value optimized out>
nibble_data = <value optimized out>
ts = 1304956463206811
billamount = 0
date = "2011-05-09 15:53:22", '\000' <repeats 60 times>
uuid = 0x96a6bb4 "775077b0-7a54-11e0-91ee-b573c7810c7a"
retsize = 19
tm = {tm_usec = 986795, tm_sec = 22, tm_min = 53, tm_hour = 15, tm_mday = 9, tm_mon = 4, tm_year = 111, tm_wday = 1, tm_yday = 128, tm_isdst = 0,
tm_gmtoff = 0}
billrate = 0xb6b43628 ".5"
billaccount = 0xb6b43630 "1000"
nobal_amt = 0
balance = 0
__func__ = "do_billing"
---Type <return> to continue, or q <return> to quit---
#14 0xb5f83d72 in event_handler (event=0xb639cab8) at /usr/src/freeswitch/src/mod/applications/mod_nibblebill/mod_nibblebill.c:586
session = <value optimized out>
uuid = <value optimized out>
__func__ = "event_handler"
#15 0xb75883cb in switch_event_deliver (event=0xb6fcc348) at src/switch_event.c:394
e = SWITCH_EVENT_SESSION_HEARTBEAT
node = 0xb6369148
#16 0xb7588515 in switch_event_dispatch_thread (thread=0x9460ba0, obj=0xb702ead8) at src/switch_event.c:273
pop = 0xb639cab8
event = 0xb639cab8
my_id = 0
__func__ = "switch_event_dispatch_thread"
#17 0xb75fd866 in dummy_worker (opaque=0x9460ba0) at threadproc/unix/thread.c:138
No locals.
#18 0xb74b496e in start_thread () from /lib/tls/i686/cmov/libpthread.so.0
No symbol table info available.
#19 0xb73e9a4e in clone () from /lib/tls/i686/cmov/libc.so.6
No symbol table info available.