[Home]

Summary:ASTERISK-00379: H323 core using the specified versions of openh323 and pwlib
Reporter:nix (nix)Labels:
Date Opened:2003-10-13 10:12:39Date Closed:2011-06-07 14:01:08
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description: [chan_h323.so] => (The NuFone Network's Open H.323 Channel Driver)
 == Creating H.323 Endpoint
 == Parsing '/etc/asterisk/h323.conf': Found
 == Registered channel type 'H323' (The NuFone Network's Open H.323 Channel Driver)
 == H.323 listener started
WARNING[16384]: File loader.c, Line 301 (ast_load_resource): chan_h323.so: load_module failed, returning 4
== PWLib proces going down.
Segmentation fault
Ouch ... error while writing audio data: : Broken pipe

****** ADDITIONAL INFORMATION ******

#0  0x4017365c in _int_malloc () from /lib/libc.so.6
#1  0x40172388 in malloc () from /lib/libc.so.6
#2  0x46744698 in PAbstractArray::SetSize(int) () from /home/peter/pwlib/lib/libpt_linux_x86_r.so.1
#3  0x46748404 in PString::SetSize(int) () from /home/peter/pwlib/lib/libpt_linux_x86_r.so.1
#4  0x4674b6f2 in PString::vsprintf(char const*, char*) () from /home/peter/pwlib/lib/libpt_linux_x86_r.so.1
ASTERISK-1  0x4674b810 in psprintf(char const*, ...) () from /home/peter/pwlib/lib/libpt_linux_x86_r.so.1
ASTERISK-2  0x4672ea19 in PThread::SetThreadName(PString const&) () from /home/peter/pwlib/lib/libpt_linux_x86_r.so.1
ASTERISK-3  0x4673856c in PThread::PX_ThreadStart(void*) () from /home/peter/pwlib/lib/libpt_linux_x86_r.so.1
ASTERISK-4  0x40038d80 in pthread_start_thread () from /lib/libpthread.so.0
Comments:By: nix (nix) 2003-10-13 10:15:02

The system is a heavily updated SuSE 8.2 Althlon box.
openssl-0.9.6i-12 is installed.

By: Brian West (bkw918) 2003-10-13 21:59:24

sounds like a libc issue .. had similar issues with gentoo.

By: nix (nix) 2003-10-14 03:50:44

I am using glibc-2.3.2-9
What was the fix on gentoo?

By: Brian West (bkw918) 2003-10-14 10:10:58

Install Redhat 8 :P

By: nix (nix) 2003-10-14 16:18:52

Hmmm.. OK.
Well given that I have no intention of downgrading from SuSE to RedHat does anyone else have an idea?
I don't really want to download my glibc either :-)

By: Brian West (bkw918) 2003-10-14 16:58:28

fix glibc or downgrade.. those are the only options.

By: jerjer (jerjer) 2003-11-05 00:40:45.000-0600

Closing this. Resubmit if this is still a problem.