[Opalvoip-user] Segmentation fault in PHashTableInfo::GetElementAt
Brought to you by:
csoutheren,
rjongbloed
|
From: Giovani G. <gio...@gm...> - 2014-04-19 15:49:26
|
Hi Guys, I have a SIP program that waits for an upcoming call. When I make the call (from another sip number), I got a segmentation fault in the PTLIB's PHashTableInfo::GetElementAt(PObject const&) method (see the log below). The OPAL version am using is 2.14.0 and the PTLIB version is 2.14.0. Can someone help me to find out why the segfault is happening? Thanks, Giovani 0:13.811 0x7fffe0006b70 connection.cxx(1121) OpalCon GetMediaTransportAddresses of audio could not find transports for Call[C74899d751]-EP<sip>[b8dbfa2e-46c6-e311-87e9-000000000000] on Call[C74899d751]-EP<ivrp>[I36f63b7d2] 0:13.811 0x7fffe0006b70 osutils.cxx(2611) PTLib Created read/write mutex 0x7fffcc019b08 0:13.811 0x7fffe0006b70 mediasession.cxx(295) Media Session 1 for audio created. 0:13.811 0x7fffe0006b70 config.cxx(179) PTLib Created PXConfig 0x7fffcc016b10 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffea7b3700 (LWP 4456)] 0x00007ffff7cd28f0 in PHashTableInfo::GetElementAt(PObject const&) () from /usr/lib/libpt.so.2.14.0 Missing separate debuginfos, use: debuginfo-install cyrus-sasl-lib-2.1.23-13.el6_3.1.x86_64 dbus-libs-1.2.24-7.el6_3.x86_64 expat-2.0.1-11.el6_2.x86_64 flac-1.2.1-6.1.el6.x86_64 glibc-2.12-1.132.el6.x86_64 gsm-1.0.13-4.el6.x86_64 libICE-1.0.6-1.el6.x86_64 libSM-1.2.1-2.el6.x86_64 libX11-1.5.0-4.el6.x86_64 libXau-1.0.6-4.el6.x86_64 libXext-1.3.1-2.el6.x86_64 libXi-1.6.1-3.el6.x86_64 libXtst-1.2.1-2.el6.x86_64 libasyncns-0.8-1.1.el6.x86_64 libgcc-4.4.7-4.el6.x86_64 libogg-1.1.4-2.1.el6.x86_64 libsndfile-1.0.20-5.el6.x86_64 libsrtp-1.4.4-4.20101004cvs.el6.x86_64 libstdc++-4.4.7-4.el6.x86_64 libtheora-1.1.0-2.el6.x86_64 libuuid-2.17.2-12.14.el6.x86_64 libvorbis-1.2.3-4.el6_2.1.x86_64 libxcb-1.8.1-1.el6.x86_64 ncurses-libs-5.7-3.20090208.el6.x86_64 nspr-4.10.2-1.el6_5.x86_64 nss-3.15.3-6.el6_5.x86_64 nss-softokn-freebl-3.14.3-9.el6.x86_64 nss-util-3.15.3-1.el6_5.x86_64 openldap-2.4.23-34.el6_5.1.x86_64 pulseaudio-libs-0.9.21-14.el6_3.x86_64 speex-1.2-0.12.rc1.1.el6.x86_64 tcp_wrappers-libs-7.6-57.el6.x86_64 zlib-1.2.3-29.el6.x86_64 |