You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by bu...@apache.org on 2002/12/16 05:51:52 UTC

DO NOT REPLY [Bug 15385] New: - Unhandled exception in xerces thread using Forte C++

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=15385>.
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=15385

Unhandled exception in xerces thread using Forte C++

           Summary: Unhandled exception in xerces thread using Forte C++
           Product: Xerces-C++
           Version: 2.1.0
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Miscellaneous
        AssignedTo: xerces-c-dev@xml.apache.org
        ReportedBy: andyc_2k@hotmail.com


I've had no trouble at all with xerces 2.1.0 when it's compiled with GNU C/C++ 
(3.21), but if I build it with Sun Forte C/C++ (Workshop 6 C++ 5.2 Patch 109508-
09 2002/07/08), if an error occurs (eg. invalid URL or malformed XML) it 
results in an unhandled exception in another thread and consequently SIGABRT, 
eg:

> pstack core
-----------------  lwp# 1 / thread# 1  --------------------
 fe969794 __sigprocmask (fe96bf6c, 0, 0, adbb8, fe97e000, 0) + 8
 fe95e140 _sigon   (adbb8, fe985938, 6, ffbed4ac, adbb8, 1) + d0
 fe961180 _thrp_kill (0, 1, 6, fe97e000, 1, feabe448) + f8
 fea4b758 raise    (6, 0, 0, ffffffff, feabe3b4, feb055c0) + 40
 fea35a7c abort    (feaba000, feabc5e8, ff3b2a84, feb04684, 15398, feb04874) + 
100
 feb04684 __1cH__CimplMex_terminate6F_v_ (0, 0, feb1a500, feb03bec, feb1a500, 
1) + 30
 feb059ec _ex_throw_body (feb1a500, 0, 0, 0, 1434c, 0) + 134
 ff1f3b00 __1cRSocketNetAccessorHmakeNew6MrknGXMLURL__pnOBinInputStream__ 
(af9c0, ffbed924, 13a34, feb036f8, feb19c10, 0) + 8c
 ff1d9fac 
__1cJReaderMgrMcreateReader6MrknLInputSource_kbknJXMLReaderHRefFrom_kn0CFTypes_k
n0CHSources__p5_ (b1460, ffbed910, 1, 1, 1, 1) + 20
 ff2360c8 __1cKXMLScannerJscanReset6MrknLInputSource__v_ (b13c8, ffbed910, 
ff3a0b34, ff3e6694, 0, 5) + 224
 ff22cb34 __1cKXMLScannerMscanDocument6MrknLInputSource__v_ (b13c8, ffbed910, 
230c, e8408, ff215b40, 0) + 18
 ff159870 __1cRAbstractDOMParserFparse6MrknLInputSource__v_ (b0ae0, ffbed910, 
b0ae0, b13c8, feb19c10, afad0) + 7c
 0002d4f4 __1cHXParserIparseURL6Mpkc_v_ (afd60, af820, 13a34, 48ac8, feb19c10, 
afd60) + 6c
 000294f8 main     (4, ffbeeb84, ffbeeb98, 96c00, 0, 0) + be8
 00028890 _start   (0, 0, 0, 0, 0, 0) + 108
-----------------  lwp# 2 / thread# 2  --------------------
 fea9b900 _signotifywait (fe97e000, 59, 0, 0, ffbee504, 4) + 8
 fe962060 thr_yield (0, 0, 0, 0, 0, 0) + 8c
-----------------  lwp# 3  --------------------------------
 fea994a4 _door_return (3, fe97f690, fe97f6a8, 3, fe97e000, 1) + 10
 fe95a770 _lwp_start (fe895d70, 0, 6000, ffbee4dc, 0, 0) + 18
 fe962060 thr_yield (0, 0, 0, 0, 0, 0) + 8c
--------------------------  thread# 3  --------------------
 fe95ddec _reap_wait (fe9829e8, 204f0, 0, fe97e000, 0, 0) + 38
 fe95db44 _reaper  (fe97ee38, fe984748, fe9829e8, fe97ee10, 1, fe400000) + 38
 fe96b734 _thread_start (0, 0, 0, 0, 0, 0) + 40

I'm building on Sun Solaris 8 with "runConfigure -p solaris -c cc -x CC -n 
socket".

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org