Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Domino HTTP process hangs/crashes from time to time.

Status
Not open for further replies.

khan007

Programmer
Joined
Jun 10, 2003
Messages
103
Location
CA
We are using Crystal Enterprise 8.0 and Domino 5.0.10.
Problem:
We have Crystal Enterprise connected to Domino HTTP using Crystal DSAPI filter. Domino HTTP process hangs/crashes from time to time. Recently, we have seen thread call stack and it is pointing to ebus-3-3-2.dll. This is a crystal DLL. I was wondering if some one know any thing about that or any known issue.

Following is a sample stack trace:

############################################################
### thread 63/84: [ nhttp:0e34:130c]
### FP=4553fd88, PC=77f94091, SP=4553fd50, stkbase=454f0000, stksize=4096
############################################################
[ 1] 0x77f94091 ntdll.NtWaitForSingleObject+11 (1c4c,1d5c,0,6)
[ 2] 0x74fd160d msafd+5645 (1d5c,4553fe64,1,4553fe7c)
[ 3] 0x750313fa WS2_32.WSARecv+108 (1d5c,4553fe64,1,4553fe7c)
[ 4] 0x750510a4 WSOCK32.recv+49 (1d5c,0,c,0)
[ 5] 0x640b3804 ebus-3-3-2.OCI_IIOP_Transport_impl::receive+52
(780c15a5,3e9f3b18,4553ff58,0) @OCI_IIOP_impl.cpp(661)
[ 6] 0x64098dd9
ebus-3-3-2.OBGIOPClientWorkerThreaded::ReceiverThread::run+41
(780c15a5,3e63bb88,3e63bb88,4553ff60) @GIOPClientWorker.cpp(1905)
[ 7] 0x63001795 etc-1-0-12.JTCOutOfMemoryError::~JTCOutOfMemoryError+101
(3e9f3b18,780c15a5,780c15a5,3e63bb88) @Thread.cpp(225)
[ 8] 0x780085bc MSVCRT._endthreadex+188
(3e63bb88,780c15a5,780c15a5,3e63bb88)
[ 9] 0x7c57b382 KERNEL32.lstrcmpiW+183 (0,0,0,0)

############################################################
### thread 64/84: [ nhttp:0e34:1358]
### FP=4558fb5c, PC=77f94091, SP=4558fb38, stkbase=45540000, stksize=4096
############################################################
[ 1] 0x77f94091 ntdll.NtWaitForSingleObject+11 (1d8c,ffffffff,0,63008601)
[ 2] 0x7c57b3d5 KERNEL32.WaitForSingleObject+15
(ffffffff,63005df5,3d391768,64097729)
[ 3] 0x63008b37 etc-1-0-12.JTCCond::wait+7 (3d64ac08,3d64ac08,0,c01ffde8)
@Cond.cpp(293)
[ 4] 0x64098a5a ebus-3-3-2.OBGIOPClientWorkerThreaded::senderRun+58 (0,3
d64ac08,4558ff58,0) @GIOPClientWorker.cpp(1746)
[ 5] 0x64098c99
ebus-3-3-2.OBGIOPClientWorkerThreaded::SenderThread::run+41 (0,3
e9b8778,3e9b8778,4558ff60) @GIOPClientWorker.cpp(1886)
[ 6] 0x63001795 etc-1-0-12.JTCOutOfMemoryError::~JTCOutOfMemoryError+101
(3d64ac08,0,0,3e9b8778) @Thread.cpp(225)
[ 7] 0x780085bc MSVCRT._endthreadex+188 (3e9b8778,0,0,3e9b8778)
[ 8] 0x7c57b382 KERNEL32.lstrcmpiW+183 (0,0,0,0)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top