The email has an attachment so the list rejected, anyone that needs the core file, plese send me a direct email and i will forward the file, is 1.5MB.
Thanks,
On 2/28/06, Wilmar Campos <[EMAIL PROTECTED]> wrote:
Hello,This is the last core dump: "Also i have attach it"(gdb) bt
#0 0x406a6afd in ooAcceptCall () from /usr/lib/asterisk/modules/chan_ooh323.so
#1 0x406a6a17 in ooSendConnect () from /usr/lib/asterisk/modules/chan_ooh323.so
#2 0x4068c376 in ooReadAndProcessStackCommand () from /usr/lib/asterisk/modules/chan_ooh323.so
#3 0x4069ab14 in ooProcessFDSETsAndTimers () from /usr/lib/asterisk/modules/chan_ooh323.so
#4 0x4069b151 in ooMonitorChannels () from /usr/lib/asterisk/modules/chan_ooh323.so
#5 0x4068b550 in ooh323c_stack_thread () from /usr/lib/asterisk/modules/chan_ooh323.so
#6 0x4002a54e in pthread_start_thread () from /lib/libpthread.so.0
#7 0x401d6b8a in clone () from /lib/libc.so.6
Also underI hace add this line understatic
struct ast_channel *ooh323_newright before:
pbx_builtin_setvar_helper(ch, "OOH323_CALLER_RADDR", host);
if(!ast_test_flag(i, H323_OUTGOING))
Cause i need to have that value to be able to authenticate clients. I use authentication based on ANI&Client_IP_Address.
Maybe that is the reason the channel is causing the segmentation fault, but i dont see why.My scenario is:Nortel DMS-100---->'ISDN'-->Cisco 5400---->'h323'-->asterisk---->h323-->cisco 5400---->'CAS'-->Provider
After the 50+ calls is when the system fails.Thanks,WilmarOn 2/28/06, Avin Patel <[EMAIL PROTECTED]> wrote:Hi Wilmar,I would suggest to get the trunk version of asterisk-addons from svn.If you still facing this problem with trunk version, than provide us following details:What action you were performing, that results in this crash. e.g. scenarios/setup, making call to .., receiving call from..., ...Please provide all the information you can.Also send us your code dump file.Regards,
Avin Patel
Objective Systems, Inc.-----Original Message-----
From: Wilmar Campos [mailto: [EMAIL PROTECTED]]
Sent: Monday, February 27, 2006 9:56 PM
To: Avin Patel
Subject: Re: [ooh323c-devel] Asterisk ooh323c-0.4 Causing Program terminated with signal 11, Segmentation fault.This is the last log:#0 0x4002a94f in pthread_mutex_trylock () from /lib/libpthread.so.0
(gdb) bt
#0 0x4002a94f in pthread_mutex_trylock () from /lib/libpthread.so.0
#1 0x407c4530 in ast_mutex_trylock () from /usr/lib/asterisk/modules/chan_ooh323.so
#2 0x407bfe7b in onCallCleared () from /usr/lib/asterisk/modules/chan_ooh323.so
#3 0x407ea856 in ooCleanCall () from /usr/lib/asterisk/modules/chan_ooh323.so
#4 0x407ea414 in ooEndCall () from /usr/lib/asterisk/modules/chan_ooh323.so
#5 0x407d3f20 in ooProcessFDSETsAndTimers () from /usr/lib/asterisk/modules/chan_ooh323.so
#6 0x407d4151 in ooMonitorChannels () from /usr/lib/asterisk/modules/chan_ooh323.so
#7 0x407c4550 in ooh323c_stack_thread () from /usr/lib/asterisk/modules/chan_ooh323.so
#8 0x4002a54e in pthread_start_thread () from /lib/libpthread.so.0
#9 0x401d6b8a in clone () from /lib/libc.so.6
Again restarted after a test with 72 calls.