Hi,
 As part of writing a concurrent GC the call to CommonTripThread() was
added to the GC code in addition to lot of other changes. Everything
seemed to work ok before i added this call but now i am getting the
following unrecoverable error. Is this occurring because of the added
call?
generally, when can such an error occur? the problem is i dont know
where the call to ThreadEntry is happening from.
Please help.

Merry Christmas and a Very Happy New Year to all of you.

Regards
archana


Microsoft (R) Shared Source CLI Test Debugger Shell Version 1.0.0003.0
Copyright (C) Microsoft Corporation 1998-2002. All rights reserved.

(cordbg) a 0xdea3

Program received signal SIGTRAP, Trace/breakpoint trap.
DBG_DebugBreak () at ../context.c:391
391     }
Current language:  auto; currently c
(gdb) bt
#0  DBG_DebugBreak () at ../context.c:391
#1  0x2808c690 in DebugBreak () at ../debug.c:220
#2  0x2875c608 in Debugger::UnrecoverableError (this=0x8079100,
errorHR=-2147024890, errorCode=0,
    errorFile=0x28b85500
"/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../rcthread.cpp",
    errorLine=1082, exitThread=false)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../debugger.cpp:9209
#3  0x287677f9 in DebuggerRCThread::SendIPCEvent (this=0x28db4008,
iTarget=IPC_TARGET_OUTOFPROC)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../rcthread.cpp:1083
#4 0x287543bc in Debugger::SendCreateAppDomainEvent (this=0x8079100,
pRuntimeAppDomain=0x806d800,
    fAttaching=1) at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../debugger.cpp:5596
#5 0x2875e108 in Debugger::IterateAppDomainsForAttach (this=0x8079100,
    EventsToSend=ONLY_SEND_APP_DOMAIN_CREATE_EVENTS, fEventSent=0x80bd504,
fAttaching=1)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../debugger.cpp:9885
#6  0x2874fb99 in Debugger::SendSyncCompleteIPCEvent (this=0x8079100)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../debugger.cpp:3730
#7  0x2874ff29 in Debugger::TrapAllRuntimeThreads (this=0x8079100,
pAppDomain=0x0, fHoldingThreadStoreLock=0)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../debugger.cpp:3819
#8  0x28758d70 in Debugger::HandleIPCEvent (this=0x8079100,
event=0x80bd614, iWhich=IPC_TARGET_OUTOFPROC)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../debugger.cpp:7594
#9  0x28766cd0 in DebuggerRCThread::MainLoop (this=0x28db4008,
temporaryHelp=false)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../rcthread.cpp:734
#10 0x287666bd in DebuggerRCThread::ThreadProc (this=0x28db4008)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../rcthread.cpp:590
#11 0x28767222 in DebuggerRCThread::ThreadProcStatic
(parameter=0x28db4008)
    at
/usr/home/archana/checked/sscli/clr/src/debug/ee/wks/../rcthread.cpp:861
#12 0x281030f6 in THREADEntry (lpParam=0x807ac00) at ../thread.c:1677
#13 0x2818ff93 in _thread_start () from /usr/lib/libc_r.so.4
#14 0x0 in ?? ()

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
NEW! ASP.NET courses you may be interested in:

2 Days of ASP.NET, 29 Sept 2003, in Redmond
http://www.develop.com/courses/2daspdotnet

Guerrilla ASP.NET, 13 Oct 2003, in Boston
http://www.develop.com/courses/gaspdotnet

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to