terminate called without an active exception
"zze-ACIHD CLAQUIN M ext RD-CORE-LAN" <[email protected]>
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <9772C290CD0BDF4B91356C9102BA886A01BF46D4@ftrdmel1.rd.francetelecom.fr> |
Hello,
I am sorry, but I have an other problem (perhaps is the same....)
I have done a very short program. After few minutes I have this message:
"terminate called without an active exception
Aborted"
And my program stop
Does anyone have any ideas?
Regards
Marc
PS: My program is :
RTPSession *tab[70];
InetHostAddress ip;
ip = "127.0.0.1";
tpport_t firstPort = 10000;
uint32 ssrc;
for (unsigned long i=0;i<1000000;i++){
for(unsigned long j=0;j<70;j++){
tab[j] = new RTPSession(ip,firstPort+j*4);
ssrc = tab[j]->getLocalSSRC();
tab[j]->setSchedulingTimeout(10000);
tab[j]->setExpireTimeout(3000000);
tab[j]->setPayloadFormat(StaticPayloadFormat(sptPCMU));
tab[j]->startRunning();
}
for(unsigned long j=0;j<70;j++){
delete (tab[j]);
}
if ((i%100)==0)
cout<<i<<" done "<<endl;
}
cout<<"all is good"<<endl;
_______________________________________________
Ccrtp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/ccrtp-devel