On Wed, 2009-10-28 at 21:40 -0400, Huijun Yang wrote: > Hello, > > With build r17018. When I started sipXecs, I got the following memory > dump, complaining about corrupted double-linked list. Is there an > existing issue for it? If not I will create one.
Make sure that you do a completely clean build (delete all objects). What you're seeing is a heap corruption problem, which can happen when some C++ object changes sizes and you link objects that were compiled with different definitions. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
