DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5965>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5965

Application crashes when an error occures while working with string streams

           Summary: Application crashes when an error occures while working
                    with string streams
           Product: XalanC
           Version: 1.3.x
          Platform: PC
        OS/Version: Linux
            Status: RESOLVED
          Severity: Normal
          Priority: Other
         Component: XalanC
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


An application crashes and dumps core while receiving an XSLT error during 
transformation. Necessary conditions: using string streams as a parameter for 
XSLTInputSource.
Backtrace:
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libstdc++-libc6.1-1.so.2...done.
Reading symbols from /usr/local/lib/libxalan-c1_3.so...done.
Reading symbols from /usr/local/lib/libxerces-c1_6_0.so...done.
Reading symbols from /lib/libc.so.6...done.
Reading symbols from /lib/libm.so.6...done.
Reading symbols from /lib/libpthread.so.0...done.
Reading symbols from /lib/ld-linux.so.2...done.
#0  0x401abde6 in XalanDOMString::XalanDOMString () 
from /usr/local/lib/libxalan-c1_3.so

(gdb) bt
#0  0x401abde6 in XalanDOMString::XalanDOMString () from
/usr/local/lib/libxalan-c1_3.so
#1  0x403560ec in XSLTEngineImpl::problem () from
/usr/local/lib/libxalan-c1_3.so
#2  0x403565b3 in XSLTEngineImpl::error () from
/usr/local/lib/libxalan-c1_3.so
#3  0x403276c2 in StylesheetConstructionContextDefault::error () from
/usr/local/lib/libxalan-c1_3.so
#4  0x4034042e in StylesheetHandler::error () from
/usr/local/lib/libxalan-c1_3.so
#5  0x40336776 in StylesheetHandler::processTopLevelElement () from
/usr/local/lib/libxalan-c1_3.so
#6  0x403336d6 in StylesheetHandler::startElement () from
/usr/local/lib/libxalan-c1_3.so
#7  0x40647e54 in SAXParser::startElement () from
/usr/local/lib/libxerces-c1_6_0.so
#8  0x40693c10 in XMLScanner::scanStartTag () from
/usr/local/lib/libxerces-c1_6_0.so
#9  0x40691a7e in XMLScanner::scanContent () from
/usr/local/lib/libxerces-c1_6_0.so
#10 0x4068f31d in XMLScanner::scanDocument () from
/usr/local/lib/libxerces-c1_6_0.so
#11 0x40647038 in SAXParser::parse () from
/usr/local/lib/libxerces-c1_6_0.so
#12 0x4037b66f in XercesParserLiaison::parseXMLStream () from
/usr/local/lib/libxalan-c1_3.so
#13 0x401dcecd in XalanSourceTreeParserLiaison::parseXMLStream () from
/usr/local/lib/libxalan-c1_3.so
#14 0x403506d4 in XSLTEngineImpl::processStylesheet () from
/usr/local/lib/libxalan-c1_3.so
#15 0x4034e2cb in XSLTEngineImpl::process () from
/usr/local/lib/libxalan-c1_3.so
#16 0x40382667 in XalanTransformer::transform () from
/usr/local/lib/libxalan-c1_3.so
#17 0x403841bd in XalanTransformer::transform () from
/usr/local/lib/libxalan-c1_3.so
#18 0x80495e0 in main (argc=1) at StreamTransform.cpp:95

Reply via email to