I have a customer that is getting the following core dump. It apperas to be throwing an assertion in the reference operator* () const function. Any thoughts as to what might be causing this error? Platform: AIX 5.3 xlC++ 8.0 Multi Threaded Shared Release Library. Core output as follows: OT/Abort trap in pthread_kill at 0xd0128514 ($t5) 0xd0128514 (pthread_kill+0x88) 80410014 lwz r2,0x14(r1) (dbx) where pthread_kill(??, ??) at 0xd0128514 _p_raise(??) at 0xd0127fac raise.raise(??) at 0xd0353a98 abort() at 0xd03b1c78 __rw_assert_fail(const char*,const char*,int,const char*)(expr = "_C_is_dereferenceable ()", file = "/usr/opt/RogueWave/SourcePro/Ed9/includ e/rw/_iterbase.h", line = 428, func = (nil)), line 96 in "assert.cpp" SysTranIdMgr.operator*() const(0x31301d08), line 428 in "_iterbase.h" SysKosinLogStatMdlBroker.operator[](unsigned long)(0x31301d58, 0x8), line 478 in "vector" ZokItakuSCSV::outMotoData()(this = 0x314c89e8), line 490 in "ZokItakuSCSV.cpp" ZokItakuSCSV::crtMotoFile()(this = 0x314c89e8), line 211 in "ZokItakuSCSV.cpp" unnamed block in ZokTourokuCtl::commonTouroku(const ZokWinTourokuRec&,short&)(this = 0x31303f20, aTourokuRec = &(...), aRet = 1), line 1022 in "ZokTourokuCtl.cpp" ZokTourokuCtl::commonTouroku(const ZokWinTourokuRec&,short&)(this = 0x31303f20, aTourokuRec = &(...), aRet = 1), line 1022 in "ZokTourokuCtl .cpp" ZokTourokuCtl::regItakuTouroku(const ZokWinTourokuRec&,short&)(this = 0x31303f20, aTourokuRec = &(...), aRet = 1), line 224 in "ZokTourokuCt l.cpp" unnamed block in ZokKanriServerCtlImpl::regItakuTouroku(const ZokWinTourokuOrbRec&)(this = 0x312c7b58, aTourokuOrbRec = &(...)), line 386 in "ZokKanriServerCtlImpl.cpp" ZokKanriServerCtlImpl::regItakuTouroku(const ZokWinTourokuOrbRec&)(this = 0x312c7b58, aTourokuOrbRec = &(...)), line 386 in "ZokKanriServerC tlImpl.cpp" POA_ZokKanriServerCtl_tie<ZokKanriServerCtlImpl>::regItakuTouroku(const ZokWinTourokuOrbRec&)(this = 0x31285358, _aTourokuOrbRec = &(...)), line 2371 in "pm_s.hh" _regItakuTouroku(void*,CORBA_MarshalInBuffer&,const char*,VISReplyHandler&)(_obj = 0x31285358, _istrm = &(...), _oper = "regItakuTouroku", _ handler = &(...)), line 2005 in "pm_s.cc" execute__11VISSkelInfoFRC14VISGIOPRequestR21CORBA_MarshalInBufferR15VISR eplyHandler(0x313f93d8, 0x313f2b08, 0x313f2d58, 0x313041c4) at 0xd24 42b98 _do_request__22VISGIOPProtocolAdapterFP14VISGIOPRequestP14VISGlobalTable (0x313f5a28, 0x313f2b08, 0x31307ca8) at 0xd24361ec dispatchMessage__22VISGIOPProtocolAdapterFPQ2_14ProtocolEngine7MessageP2 1VISThreadSpecificData(0x313f5a28, 0x313f2c64, 0x31307ca8) at 0xd243 6d20 do_work__23VISThreadPoolDispatcherFPQ2_14ProtocolEngine15ProtocolAdapter RlP21VISThreadSpecificData(0x312e8838, 0x313f5a28, 0x313f5c50, 0x313 07ca8) at 0xd2508b54 do_work__17VISDispatchWorkerFP21VISThreadSpecificData(0x313f5c48, 0x31307ca8) at 0xd250a824 _perform_task__13VISThreadPoolFP14VISTPoolWorker(0x312e8ce8, 0x312e8de8) at 0xd24aadd4 begin__14VISTPoolWorkerFv(0x312e8de8) at 0xd24aaf58 _start__9VISThreadFPv(0x312e8de8) at 0xd29ed6f4
Thanks, Jeremy