PLEASE DO NOT REPLY TO THIS MESSAGE. TO FURTHER COMMENT ON THE STATUS OF THIS BUG PLEASE FOLLOW THE LINK BELOW AND USE THE ON-LINE APPLICATION. REPLYING TO THIS MESSAGE DOES NOT UPDATE THE DATABASE, AND SO YOUR COMMENT WILL BE LOST SOMEWHERE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3246 *** shadow/3246 Thu Aug 23 06:17:02 2001 --- shadow/3246.tmp.26745 Thu Aug 23 06:17:02 2001 *************** *** 0 **** --- 1,43 ---- + +============================================================================+ + | CreateDocument: core dump when runConfigure option -d was used | + +----------------------------------------------------------------------------+ + | Bug #: 3246 Product: Xerces-C++ | + | Status: NEW Version: 1.5.1 | + | Resolution: Platform: PC | + | Severity: Normal OS/Version: Linux | + | Priority: Other Component: Samples/Tests | + +----------------------------------------------------------------------------+ + | Assigned To: [EMAIL PROTECTED] | + | Reported By: [EMAIL PROTECTED] | + | CC list: Cc: | + +----------------------------------------------------------------------------+ + | URL: | + +============================================================================+ + | DESCRIPTION | + I use + autoconf version 2.13 release 9 + gcc version 2.96 release 54 + + I've seen that there was a discussion (jan 01) about problems with debugging + and DOMString. But I found this entry + * Revision 1.6 2000/01/05 22:16:26 robweir + * Move DOMString implementation class declarations into a new + * file: DOMStringImpl.hpp. Include this header in DOMString.hpp + * for XML_DEBUG builds so the underlying character array will be + * visible in the debugger. <[EMAIL PROTECTED]> + in file DOMString.cpp + and don't know whether these "bugs" are fixed. + + steps to reproduce: + cd $XERCESCROOT/src + autoconf + ./runConfigure -plinux -cgcc -xg++ -minmem -nfileonly -tnative -d + gmake + cd ../samples + autoconf + ./runConfigure -plinux -cgcc -xg++ -d + gmake + ../bin/CreateDocument + ######### core dump ########## + (gdb doesn't give me useful informations, maybe because there is no debug + informations) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
