Re: [OpenSIPStack] about oss: why core dump? Who can help me?
Brought to you by:
joegenbaclor
From: Joegen E. B. <jb...@so...> - 2007-11-26 09:19:42
|
You may send the bug report in this list so I get notified right away. If it's a confirmed bug, someone might be able to fix it right-away. IF not, you can create and account and report it in our bug tracker. http://bugs.opensourcesip.org/ Zhang GuoQi wrote: > Hi,Joegen: > > You are right. I do "make clean; make all", the problem is solved. > > I'm reading OSS and OSBC code now, and I find a bug in OSS, How can > i submit it? > > Thanks a lot. Have a Good Day! > > Zhang Guo Qi. > > > > 2007/11/24, Joegen E. Baclor <joe...@gm... > <mailto:joe...@gm...>>: > > Zhang GuoQi wrote: > > About OSS(1.1.7) OpenSBC(1.1.4) and the new version from CVS. > There is a > > strange Probolem. > > File: B2BUAConnection.h > > > > I add a variable: ( int m_OutboundAttempts) above > > (B2BRoutingInterface::B2BRouteList > > m_Routes). > > Code List Here: > > --------------------------------------------- > > BOOL m_EnableUpstreamProxyRoute; > > > > int m_OutboundAttempts; > > > > B2BRoutingInterface::B2BRouteList m_Routes; > > B2BRoutingInterface::B2BRouteList m_UpstreamProxyRoutes; > > OString m_UpstreamBackdoorURI; > > > ----------------------------------------------------------------------- > > > > > Then it can compile successful.then i run opensbc, UserA and > UserB register > > to opensbc, UserA invite UserB, it will core dump.Why? > > > > Thanks! > > I don't find anything in the code you pasted that would trigger an > access violation. I am suspecting that your build is > corrupted. Since > the change you made is in a header file, it is always a good idea to > "make clean" after applying such change. After a clean build and > your problem still lingers, do a back trace on the core file using GDB > and post the stack here. > > > Joegen > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2005. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > <mailto:ope...@li...> > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > <https://lists.sourceforge.net/lists/listinfo/opensipstack-devel> > > > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.503 / Virus Database: 269.16.7/1151 - Release Date: 11/25/2007 4:24 PM > |