Re: [OpenSBC] Segmentation fault
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2008-10-31 01:55:41
|
Seems line the application is running our of file handles. Make sure you set you file handles to a high value. You can can set this manually from the command line using ulimit -n or you could run OpenSBC with -H option. Joegen OpenSBC Forum wrote: > As a add: > > I did a backtrace with the GDB debugger. > It shows me when the segmentation fault occurs: > > ======= > > #0 0x082be25d in P_fd_set::operator+= () > #1 0x082ade46 in PSocket::Select () > #2 0x082bfe2e in PSocket::Select () > #3 0x081dff28 in RTP_UDP::ReadData () > #4 0x080d08f5 in B2BUA::B2BMediaInterface::OpalMediaThread::Main () > #5 0x082b6f4a in PThread::PX_ThreadStart () > #6 0x00bfc46b in start_thread () from /lib/libpthread.so.0 > #7 0x00b7cdbe in clone () from /lib/libc.so.6 > > ======= > > > I used xml scenarios for the SIPP test client. If asked I'm willing to drop them on this forum. > > Why do I get a segmentation fault? > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Opensipstack-osbcdevel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-osbcdevel > ------------------------------------------------------------------------ > > > No virus found in this incoming message. > Checked by AVG - http://www.avg.com > Version: 8.0.175 / Virus Database: 270.8.5/1757 - Release Date: 10/30/2008 2:35 PM > > |