hi, i have installed the commoncpp2-1.3.1.tar.gz and the ccrtp-1.3.0.tar.gz under FreeBSD 5.2.1 and it seems to be installed alrigth, but when i tried tu run any of the sample codes from ./demos/ like ccrtptest.cpp it generates a segmentation fault here is the log:

[EMAIL PROTECTED]/rtp/ccrtp-1.3.0/demo g++ -I/usr/include -I/usr/local/include `/usr/local/bin/ccgnu2-config --flags --stdlibs` -lccrtp1 -o test ccrtptest.cpp

[EMAIL PROTECTED]/rtp/ccrtp-1.3.0/demo ./test
Segmentation fault (core dumped)
[EMAIL PROTECTED]/rtp/ccrtp-1.3.0/demo May 9 12:36:27 nun kernel: May 9 12:36:27 nun kernel: pid 47608 (test), uid 0: exited on signal 11 (core dumped)


and in the core:
[EMAIL PROTECTED]/rtp/ccrtp-1.3.0/demo gdb test test.core
GNU gdb 5.2.1 (FreeBSD)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols found)...
Core was generated by `test'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/local/lib/libccext2-1.3.so.0...done.
Loaded symbols for /usr/local/lib/libccext2-1.3.so.0
Reading symbols from /usr/local/lib/libccgnu2-1.3.so.0...done.
Loaded symbols for /usr/local/lib/libccgnu2-1.3.so.0
Reading symbols from /usr/local/lib/libxml2.so.5...done.
Loaded symbols for /usr/local/lib/libxml2.so.5
Reading symbols from /lib/libz.so.2...done.
Loaded symbols for /lib/libz.so.2
Reading symbols from /usr/local/lib/libiconv.so.3...done.
Loaded symbols for /usr/local/lib/libiconv.so.3
Reading symbols from /usr/local/lib/libccrtp1-1.3.so.0...done.
Loaded symbols for /usr/local/lib/libccrtp1-1.3.so.0
Reading symbols from /usr/lib/libstdc++.so.4...done.
Loaded symbols for /usr/lib/libstdc++.so.4
Reading symbols from /lib/libm.so.2...done.
Loaded symbols for /lib/libm.so.2
Reading symbols from /usr/lib/libc_r.so.5...done.
Loaded symbols for /usr/lib/libc_r.so.5
Reading symbols from /lib/libc.so.5...done.
Loaded symbols for /lib/libc.so.5
Reading symbols from /libexec/ld-elf.so.1...done.
Loaded symbols for /libexec/ld-elf.so.1
#0 0x28310c66 in ost::RTPApplication::findCNAME() (this=0x28326a80) at /usr/include/c++/3.3/bits/char_traits.h:143
143 { return strlen(__s); }


hope somebody can help. because im new to this, thanks in advance

regards

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/




_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel

Reply via email to