Makerere University
2003-May-21 11:07 UTC
[Asterisk-Users] asterisk segments with h323 support
When I specify asterisk to load chan_h323.so in modules .conf asterisk segments I have damped the core and this is the back trace So when I remove chan_h323.so from the modules to be loaded the segmenting stops help (gdb) bt #0 0x40115674 in chunk_free () from /lib/libc.so.6 #1 0x401155f6 in free () from /lib/libc.so.6 #2 0x412c03e3 in operator delete(void*) () from /usr/lib/libstdc++.so.5 #3 0x407f8623 in PContainer::AssignContents(PContainer const&) () from /root/pwlib/lib/libpt_linux_x86_r.so.1 #4 0x407d5b7c in PAbstractArray::AssignContents(PContainer const&) () from /root/pwlib/lib/libpt_linux_x86_r.so.1 #5 0x407e7976 in PThread::SetThreadName(PString const&) () from /root/pwlib/lib/libpt_linux_x86_r.so.1 #6 0x407ef87f in PThread::PX_ThreadStart(void*) () from /root/pwlib/lib/libpt_linux_x86_r.so.1 #7 0x400321b0 in pthread_start_thread () from /lib/libpthread.so.0 (gdb)
Jeremy McNamara
2003-May-21 11:47 UTC
[Asterisk-Users] asterisk segments with h323 support
You must not have the proper versions of Open H.323 and PWLIb and/or not running the latest cvs of chan_h323 Jeremy McNamara Makerere University wrote:> When I specify asterisk to load chan_h323.so in modules .conf asterisk > segments I have damped the core and this is the back trace > So when I remove chan_h323.so from the modules to be loaded the > segmenting stops help > (gdb) bt > #0 0x40115674 in chunk_free () from /lib/libc.so.6 > #1 0x401155f6 in free () from /lib/libc.so.6 > #2 0x412c03e3 in operator delete(void*) () from /usr/lib/libstdc++.so.5 > #3 0x407f8623 in PContainer::AssignContents(PContainer const&) () > from /root/pwlib/lib/libpt_linux_x86_r.so.1 > #4 0x407d5b7c in PAbstractArray::AssignContents(PContainer const&) () > from /root/pwlib/lib/libpt_linux_x86_r.so.1 > #5 0x407e7976 in PThread::SetThreadName(PString const&) () from > /root/pwlib/lib/libpt_linux_x86_r.so.1 > #6 0x407ef87f in PThread::PX_ThreadStart(void*) () from > /root/pwlib/lib/libpt_linux_x86_r.so.1 > #7 0x400321b0 in pthread_start_thread () from /lib/libpthread.so.0 > (gdb) _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Makerere University
2003-May-21 12:22 UTC
[Asterisk-Users] Re: asterisk segments with h323 support
using asterisk-oh323 has solved the problem Jeremy McNamara writes:> You must not have the proper versions of Open H.323 and PWLIb and/or not > running the latest cvs of chan_h323 > > Jeremy McNamara > > Makerere University wrote: > >> When I specify asterisk to load chan_h323.so in modules .conf asterisk >> segments I have damped the core and this is the back trace >> So when I remove chan_h323.so from the modules to be loaded the >> segmenting stops help >> (gdb) bt >> #0 0x40115674 in chunk_free () from /lib/libc.so.6 >> #1 0x401155f6 in free () from /lib/libc.so.6 >> #2 0x412c03e3 in operator delete(void*) () from /usr/lib/libstdc++.so.5 >> #3 0x407f8623 in PContainer::AssignContents(PContainer const&) () from >> /root/pwlib/lib/libpt_linux_x86_r.so.1 >> #4 0x407d5b7c in PAbstractArray::AssignContents(PContainer const&) () >> from /root/pwlib/lib/libpt_linux_x86_r.so.1 >> #5 0x407e7976 in PThread::SetThreadName(PString const&) () from >> /root/pwlib/lib/libpt_linux_x86_r.so.1 >> #6 0x407ef87f in PThread::PX_ThreadStart(void*) () from >> /root/pwlib/lib/libpt_linux_x86_r.so.1 >> #7 0x400321b0 in pthread_start_thread () from /lib/libpthread.so.0 >> (gdb) _______________________________________________ >> Asterisk-Users mailing list >> Asterisk-Users@lists.digium.com >> http://lists.digium.com/mailman/listinfo/asterisk-users > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users
Makerere University,
By reading the README that is in the very same directory as the h323 channel
driver you will find the following:
Developed using: RedHat 7.2/7.3/8.0
Open H.323 v1.11.7
<-------------- THESE VERSIONS ARE VERY IMPORTANT
PWLib v1.4.11
<--------------
GCC 2.96/3.1
Dependancies: openssl-0.9.6b
openssl-devel-0.9.6b
expat-1.95
Remove your current pwlib and open h323 and get the above versions, now
relax...... because you have to recompile everything now.
-Enjoy
Greg Merriweather
shido@indie.org
----- Original Message -----
From: "Makerere University" <bkatisi@tech.mak.ac.ug>
To: <asterisk-users@lists.digium.com>
Sent: Wednesday, May 21, 2003 3:22 PM
Subject: [Asterisk-Users] Re: asterisk segments with h323 support
> using asterisk-oh323 has solved the problem
> Jeremy McNamara writes:
>
> > You must not have the proper versions of Open H.323 and PWLIb and/or
not
> > running the latest cvs of chan_h323
> >
> > Jeremy McNamara
> >
> > Makerere University wrote:
> >
> >> When I specify asterisk to load chan_h323.so in modules .conf
asterisk
> >> segments I have damped the core and this is the back trace
> >> So when I remove chan_h323.so from the modules to be loaded the
> >> segmenting stops help
> >> (gdb) bt
> >> #0 0x40115674 in chunk_free () from /lib/libc.so.6
> >> #1 0x401155f6 in free () from /lib/libc.so.6
> >> #2 0x412c03e3 in operator delete(void*) () from
/usr/lib/libstdc++.so.5> >> #3 0x407f8623 in PContainer::AssignContents(PContainer
const&) () from
> >> /root/pwlib/lib/libpt_linux_x86_r.so.1
> >> #4 0x407d5b7c in PAbstractArray::AssignContents(PContainer
const&) ()
> >> from /root/pwlib/lib/libpt_linux_x86_r.so.1
> >> #5 0x407e7976 in PThread::SetThreadName(PString const&) ()
from
> >> /root/pwlib/lib/libpt_linux_x86_r.so.1
> >> #6 0x407ef87f in PThread::PX_ThreadStart(void*) () from
> >> /root/pwlib/lib/libpt_linux_x86_r.so.1
> >> #7 0x400321b0 in pthread_start_thread () from
/lib/libpthread.so.0
> >> (gdb) _______________________________________________
> >> Asterisk-Users mailing list
> >> Asterisk-Users@lists.digium.com
> >> http://lists.digium.com/mailman/listinfo/asterisk-users
> >
> >
> >
> > _______________________________________________
> > Asterisk-Users mailing list
> > Asterisk-Users@lists.digium.com
> > http://lists.digium.com/mailman/listinfo/asterisk-users
>
> _______________________________________________
> Asterisk-Users mailing list
> Asterisk-Users@lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-users
>