[ http://nagoya.apache.org/jira/browse/XERCESC-1127?page=history ]
Alberto Massari updated XERCESC-1127: ------------------------------------- Priority: Major > ABW: Array bounds write xercesc_2_4::HashBase::HashBase #Nvariant 1() > [XMLString.hpp:1612] > ------------------------------------------------------------------------------------------ > > Key: XERCESC-1127 > URL: http://nagoya.apache.org/jira/browse/XERCESC-1127 > Project: Xerces-C++ > Type: Bug > Components: Utilities > Versions: 2.4.0 > Environment: Operating System: Solaris > Platform: Other > Reporter: Greg Franks > Assignee: Xerces-C Developers Mailing List > Attachments: bugzilla > > This error is popping up during object allocation. It may be that the xerces > memory allocation is confusing purify, in which case, this is a non problem. > The stack trace is attached. > ABW Array bounds write CORRUPTING > An ABW message indicates that your program is about to write > a value to before the beginning or after the end of an allo- > cated block. > Common causes include: > o making an array too small (e.g. failing to account for > the terminating NULL in a string); > o forgetting to multiply by sizeof(type) when allocating > for an array of objects; > o using an array index too large or negative; > o failing to NULL terminate a string; or > o being off-by-one in copying elements up or down an > array. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://nagoya.apache.org/jira/secure/Administrators.jspa - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]