February 12, 2007 at 3:40 pm
Hi,
Given this details:
EC @0x59ABE0C0
--------------
ec_pss->pspid = 73 ecid = 60 ec_cmderrs = 0
ec_stat = 0x400 ec_stat2 = 0x40001 ec_atomic = 0x4
ec_curdb = 7 ec_dbtable = 0x4319e038 ec_dbstat = 0x0
ec_xchgSpinlock = 0x00000000
ec_lockhashQueuedLock = 0x00000000 ec_dbindex = 0
ec_lasterror = 0 ec_save_ex_number = 0
ec_save_ex_address = 0x00000000 ec_cpucur = 2182094
ec_timeslice = 100 ec_next = 0x00000000 ec_prev = 0x00000000
ec_state = 1 ec_waittype = 0x0000 ec_dbstat2 = 0
ec_preverror = 0 ec_subecstat = 0 ec_subecnext = 0x59AB80C0
ec_resSemWaitInfo = 0 ec_umsContext->m_pSched->m_id (SchedulerId) = 0x6
ec_umsContext->m_workercntxt->m_id (threadId) = 0x17dc
ec_backupContext = 0x00000000 ec_dbccContext = 0x00000000
ec_allocFile = 0x00000000
ExecutionContext Summary @0x5E0F20C0
------------------------------------
ec_pss->pspid = 73 ecid = 66 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x4319E038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
Can anyone tell me, which one pertains to DATABASE and TABLE? And how will I identify it in the server?
Thanks all in advance!
February 13, 2007 at 5:49 am
The database has an id of 7. Run SELECT db_name(7) to find out which that is.
Go into that database and run select object_name (1125769272) to find out which table
Why are you asking? There should be an input buffer somewhere withing the stack dump that will tell you the command that was running when whatever error it was occured.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 13, 2007 at 9:13 am
thanks for the quick response. i was asking this because i'm receiving these errors:
--ex_raise2: Exception raised, major=79, minor=87, severity=22, attempting to create symptom dump
--Using 'dbghelp.dll' version '4.0.5'
*Dump thread - spid = 58, PSS = 0x4861ec38, EC = 0x4861ef68
*
* User initiated stack dump. This is not a server exception dump.
*
*Stack Dump being sent to D:\MSSQL\log\SQLDump0177.txt
--Stack Signature for the dump is 0x53EEE528
--Error: 7987, Severity: 22, State: 3
--A possible database consistency problem has been detected on database 'RAProd'. DBCC CHECKDB and DBCC CHECKCATALOG should be run on database 'RAProd'..
Can you tell me what could be the cause of why did this occur?
Thank you
February 13, 2007 at 11:11 pm
There are a few interesting things there. first, I'll echo the recomendation the error gave. Run CheckDB on your database RAProd. There may be corruption. I hope you have a DB backup.
A severity 22 error is possiblly hardware related, so check the windows event log, see if you have any errors there.
User initiated stack dump. This is not a server exception dump
That line is interesting, as it seems to indicate that the stack dump is not the result of a fatal exception, but rather someone running DBCC StacKDump.
I'd suggest you investgate, see if you can find someone (or a proc/job) calling stackdump. Check the database integrity, check the hardware.
What version of SQL are you running? What service pack?
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
February 14, 2007 at 6:52 am
Thanks!
Im using SQL Server 2000 Service Pack 4. Im still checking if there are stored proc or jobs calling stackdump.
May 8, 2007 at 5:51 am
EC @0x59ABE0C0
--------------
ec_pss->pspid = 73 ecid = 60 ec_cmderrs = 0
ec_stat = 0x400 ec_stat2 = 0x40001 ec_atomic = 0x4
ec_curdb = 7 ec_dbtable = 0x4319e038 ec_dbstat = 0x0
ec_xchgSpinlock = 0x00000000
ec_lockhashQueuedLock = 0x00000000 ec_dbindex = 0
ec_lasterror = 0 ec_save_ex_number = 0
ec_save_ex_address = 0x00000000 ec_cpucur = 2182094
ec_timeslice = 100 ec_next = 0x00000000 ec_prev = 0x00000000
ec_state = 1 ec_waittype = 0x0000 ec_dbstat2 = 0
ec_preverror = 0 ec_subecstat = 0 ec_subecnext = 0x59AB80C0
ec_resSemWaitInfo = 0 ec_umsContext->m_pSched->m_id (SchedulerId) = 0x6
ec_umsContext->m_workercntxt->m_id (threadId) = 0x17dc
ec_backupContext = 0x00000000 ec_dbccContext = 0x00000000
ec_allocFile = 0x00000000
ExecutionContext Summary @0x5E0F20C0
------------------------------------
ec_pss->pspid = 73 ecid = 66 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x4319E038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000 \
how did you get the 112 number from this info how do you get table id from this ? i see where you get the database id of 7 from pcurdb
May 8, 2007 at 6:00 am
ec_pss->pspid = 73 ecid = 66 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x4319E038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
The bolded line is the TableID in Hex. Convert it to decimal and you get 1125769272.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
August 14, 2007 at 8:10 am
I run DBCC CHECKDB AND DBCC CHECKCATALOG
reports still give no error but i keep getting this one error all the time
random
ex_raise2: Exception raised, major=79, minor=87, severity=22, attempting to create symptom dump
Using 'dbghelp.dll' version '4.0.5'
*Dump thread - spid = 78, PSS = 0x771951d8, EC = 0x77195508
*
* User initiated stack dump. This is not a server exception dump.
*
*Stack Dump being sent to e:\database\MSSQL\log\SQLDump0008.txt
* *******************************************************************************
*
* BEGIN STACK DUMP:
* 07/19/07 06:55:35 spid 78
*
* ex_raise2: Exception raised, major=79, minor=87, severity=22
*
* $ P R O F E S S I 24 00 50 00 52 00 4f 00 46 00 45 00 53 00 53 00 49 00
* O N A L . d b o . 4f 00 4e 00 41 00 4c 00 2e 00 64 00 62 00 6f 00 2e 00
* R e p o r t A r e 52 00 65 00 70 00 6f 00 72 00 74 00 41 00 72 00 65 00
* a M a n a g e r ; 61 00 4d 00 61 00 6e 00 61 00 67 00 65 00 72 00 3b 00
* 1 & o 31 00 00 00 00 00 26 04 04 0b 00 00 00 00 00 6f 08 08
* ^™ o |™ 5e 99 00 00 00 00 00 00 00 00 6f 08 08 7c 99 00 00 00
* & & 00 00 00 00 00 26 04 04 00 00 00 00 00 00 26 01 01 00
*
*
* MODULE BASE END SIZE
* sqlservr 00400000 00CBEFFF 008bf000
* ntdll 77F80000 77FFAFFF 0007b000
* ADVAPI32 7C2D0000 7C334FFF 00065000
* KERNEL32 7C570000 7C623FFF 000b4000
* RPCRT4 77D30000 77D9EFFF 0006f000
* MSVCP71 7C3A0000 7C41AFFF 0007b000
* MSVCR71 7C340000 7C395FFF 00056000
* opends60 41060000 41065FFF 00006000
* SHELL32 7CF30000 7D175FFF 00246000
* GDI32 77F40000 77F7BFFF 0003c000
* USER32 77E10000 77E78FFF 00069000
* SHLWAPI 70A70000 70AD5FFF 00066000
* msvcrt 78000000 78044FFF 00045000
* COMCTL32 71710000 71793FFF 00084000
* sqlsort 42AE0000 42B6FFFF 00090000
* ums 41070000 4107CFFF 0000d000
* sqlevn70 41080000 4108AFFF 0000b000
* NETAPI32 02BF0000 02C3FFFF 00050000
* Secur32 02C40000 02C4EFFF 0000f000
* NTDSAPI 02C50000 02C60FFF 00011000
* DNSAPI 02C70000 02C93FFF 00024000
* WSOCK32 02CA0000 02CA7FFF 00008000
* WS2_32 02CB0000 02CC3FFF 00014000
* WS2HELP 02CD0000 02CD7FFF 00008000
* WLDAP32 02CE0000 02D0AFFF 0002b000
* NETRAP 02D10000 02D15FFF 00006000
* SAMLIB 02D20000 02D2FFFF 00010000
* AUTHZ 02D80000 02D8FFFF 00010000
* ole32 03020000 0310EFFF 000ef000
* XOLEHLP 03110000 03117FFF 00008000
* MSDTCPRX 03120000 031DAFFF 000bb000
* MTXCLU 031E0000 031EFFFF 00010000
* VERSION 031F0000 031F6FFF 00007000
* LZ32 03200000 03205FFF 00006000
* CLUSAPI 03210000 0321FFFF 00010000
* RESUTILS 03220000 0322CFFF 0000d000
* USERENV 03230000 03293FFF 00064000
* rnr20 032A0000 032ABFFF 0000c000
* iphlpapi 032F0000 03302FFF 00013000
* ICMP 03310000 03314FFF 00005000
* MPRAPI 03320000 03336FFF 00017000
* OLEAUT32 03340000 033DAFFF 0009b000
* ACTIVEDS 033E0000 0340EFFF 0002f000
* ADSLDPC 03410000 03432FFF 00023000
* RTUTILS 03440000 0344DFFF 0000e000
* SETUPAPI 03450000 034DDFFF 0008e000
* RASAPI32 034E0000 03513FFF 00034000
* rasman 03520000 03530FFF 00011000
* TAPI32 03540000 03561FFF 00022000
* DHCPCSVC 03570000 03588FFF 00019000
* winrnr 039B0000 039B7FFF 00008000
* rasadhlp 039C0000 039C4FFF 00005000
* SSNETLIB 04050000 04065FFF 00016000
* NTMARTA 040A0000 040BCFFF 0001d000
* WINSPOOL 051B0000 051CDFFF 0001e000
* MPR 051D0000 051E0FFF 00011000
* security 05590000 05593FFF 00004000
* msafd 06990000 069ADFFF 0001e000
* wshtcpip 06A00000 06A06FFF 00007000
* SSmsLPCn 06B20000 06B27FFF 00008000
* SSnmPN70 07CD0000 07CD6FFF 00007000
* mswsock 07D60000 07D71FFF 00012000
* kerberos 07DD0000 07E04FFF 00035000
* cryptdll 07E10000 07E1DFFF 0000e000
* MSASN1 07E20000 07E30FFF 00011000
* SQLFTQRY 08250000 08275FFF 00026000
* CLBCATQ 08280000 0830EFFF 0008f000
* sqloledb 08410000 0848CFFF 0007d000
* MSDART 08490000 084B3FFF 00024000
* comdlg32 084C0000 084FDFFF 0003e000
* MSDATL3 085A0000 085B4FFF 00015000
* oledb32 08940000 089AFFFF 00070000
* OLEDB32R 089B0000 089C0FFF 00011000
* msv1_0 08A60000 08A81FFF 00022000
* CRYPT32 08A90000 08B1BFFF 0008c000
* xpsqlbot 08B20000 08B25FFF 00006000
* rsabase 08DF0000 08E12FFF 00023000
* xpstar 08EB0000 08EFCFFF 0004d000
* SQLRESLD 08F00000 08F0BFFF 0000c000
* SQLSVC 08F10000 08F2AFFF 0001b000
* ODBC32 08F30000 08F69FFF 0003a000
* odbcbcp 08F70000 08F75FFF 00006000
* W95SCM 08F80000 08F8CFFF 0000d000
* SQLUNIRL 08F90000 08FBCFFF 0002d000
* SHFOLDER 08FC0000 08FC7FFF 00008000
* odbcint 09110000 09126FFF 00017000
* NDDEAPI 09130000 09136FFF 00007000
* SQLSVC 09140000 09145FFF 00006000
* xpstar 09150000 09158FFF 00009000
* dbghelp 10B30000 10C2FFFF 00100000
*
* Edi: 77195508: 771951D8 343D5A88 5C040038 48A9B790 343D58C8 48A9A038
* Esi: 771951D8: 0000004E 00000000 0072239F 00009970 00000000 00000000
* Eax: 00000000:
* Ebx: 081CD214: 00130010 00610072 00730069 00320065 0020003A 00780045
* Ecx: 081CD274: 00000000 0001003F 00000000 00000000 00000000 00000000
* Edx: 001017B8: 00000000 771951D8 77195508 00000000 0003000F 00080100
* Eip: 009BC6FB: 26EB0088 90909090 EC458B90 83E47D8B B3B904C7 8B000000
* Ebp: 081CD1F8: 081CDA38 009BD021 771951D8 081CDEC4 0000004F 00000057
* SegCs: 0000001B:
* EFlags: 00010246: 003D0068 003A0043 0057005C 004E0049 0054004E 0073005C
* Esp: 081CD1D0: 77195508 771951D8 081CD214 081CD274 081CD1D0 081CCE1C
* SegSs: 00000023:
* *******************************************************************************
* -------------------------------------------------------------------------------
* Short Stack Dump
* 009BC6FB Module(sqlservr+005BC6FB) (GetOSErrString+00005017)
* 009BD021 Module(sqlservr+005BD021) (GetOSErrString+0000593D)
* 006EFB3F Module(sqlservr+002EFB3F) (SQLExit+00134DEF)
* 004AB0C9 Module(sqlservr+000AB0C9)
* 00620164 Module(sqlservr+00220164) (SQLExit+00065414)
* 00405664 Module(sqlservr+00005664)
* 00998CF8 Module(sqlservr+00598CF8) (CDStream::operator=+0004C3BB)
* 009998C8 Module(sqlservr+005998C8) (CDStream::operator=+0004CF8B)
* 00999E3F Module(sqlservr+00599E3F) (CDStream::operator=+0004D502)
* 005443FE Module(sqlservr+001443FE)
* 00544450 Module(sqlservr+00144450)
* 0042E085 Module(sqlservr+0002E085)
* 005442F5 Module(sqlservr+001442F5)
* 0054432F Module(sqlservr+0014432F)
* 0040F670 Module(sqlservr+0000F670)
* 0040F928 Module(sqlservr+0000F928)
* 0042CD45 Module(sqlservr+0002CD45)
* 0041B5A7 Module(sqlservr+0001B5A7)
* 0041B9AD Module(sqlservr+0001B9AD)
* 0041B7CB Module(sqlservr+0001B7CB)
* 0056D9C5 Module(sqlservr+0016D9C5)
* 0056D7E9 Module(sqlservr+0016D7E9)
* 00787C65 Module(sqlservr+00387C65) (SQLExit+001CCF15)
* 0041B5A7 Module(sqlservr+0001B5A7)
* 0041B9AD Module(sqlservr+0001B9AD)
* 0041B7CB Module(sqlservr+0001B7CB)
* 004415C5 Module(sqlservr+000415C5)
* 004417EC Module(sqlservr+000417EC)
* 00429072 Module(sqlservr+00029072)
* 41071B56 Module(ums+00001B56) (ProcessWorkRequests+000002D9)
* 41072724 Module(ums+00002724) (ThreadStartRoutine+00000098)
* 7C34940F Module(MSVCR71+0000940F) (endthread+000000AA)
* 7C57B396 Module(KERNEL32+0000B396) (lstrcmpiW+000000B7)
* -------------------------------------------------------------------------------
August 15, 2007 at 2:04 pm
Gail - thanks for the explanation on the table identification - is it necessary to translate to decimal rather than using the '0x...' format in the query?
Joe - since the dump is triggered by an 'application' rather than by SQL Server itself, it begs the question as to the alpha description in the dump extract you provided - '$Professional.dbo.ReportAreaManager' as a string is very suggestive of a searchable text - either just the 'ReportAreaManager' portion or with the 'dbo.' prefix, if you have a good tool to search through your code for that phrase.
Are you finding the dump files and examining them directly or is there another alert that tells you about the error first? I'm wondering if the error is from a 3rd party software that may have become corrupted (bad library?) instead of it being strictly a SQL Server problem.
November 20, 2007 at 5:50 am
I noticed in the UMS section of the DUMP one table comes back with a long wait time.... they are in bold below.... some times it is in the area manager report but some times it is in another report that access the same table which is ec_table 0x42D8C038 i tried to conver to hex with online but i can find one... to translate.. when ever i get a dump this ec_table always has an excessive wait time. Any thoughts ?
PSS @0x1B1751D8
---------------
pspid = 81 m_dwLoginFlags = 0x03e0 plsid = 1133231488
pbackground = 0
pbSid
-----
c6c1b83e 6ec43949 91239fc4 fe9a9734 ...>n.9I.#.....4
sSecFlags = 0x2 pdeadlockpri = 0 poffsets = 0x0
pss_stats = 0x0 ptickcount = 1668128203
pcputickcount = 5005168278015338 ploginstamp = 99052
ptimestamp = 2007-11-08 14:23:42.250 plangid = 0
pdateformat = 1 pdatefirst = 7 Language = us_english
UserName = denali poptions = 0x20200020 poptions2 = 0x3f438
pline = 214 pcurstepno = 26 prowcount = 297
pstatlist = 0 pcurcmd = 197 pseqstat = 0
ptextsize = 2147483647 pretstat = 0 CNestLevel = 1
@@procid = 2011466540 Xact_Begin_Time = 2007-11-08 14:23:43.483
Last_Cancel_Time = 2007-11-08 14:23:43.250
pslastbatchstarttime = 2007-11-08 14:23:42.250 pmemusage = 177
hLicense = 0 tpFlags = 0x1 isolation_level = 1
fips_flag = 0x0 sSaveSecFlags = 0x0 psavedb = 0
pfetchstat = 0 pcrsrows = 0
pslastbatchtime = 2007-11-08 14:23:42.250 pubexecdb = 0
fInReplicatedProcExec = 0 pMsqlXact = 0x51563040 presSemCount = [1004]0
presSemCount = [0]0 pcputot = 1313 pcputotstart = 0
pcpucmdstart = 0 pbufread = 120 pbufreadstart = 0
plogbufread = 32058 plogbufreadstart = 560 pbufwrite = 0
pbufwritestart = 0 pLockTimeout = 4294967295 pUtilResultSet = 0x00000000
pec
---
ec_pss->pspid = 81 ecid = 0 ec_stat = 0x0
ec_stat2 = 0x1 ec_atomic = 0x80 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 2443844
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 9516 ec_umsContext->m_pSched->m_id (SchedulerId) = 0x1
ec_umsContext->m_workercntxt->m_id (threadId) = 0xa5c
ExecutionContext Summary @0x1B175508
------------------------------------
ec_pss->pspid = 81 ecid = 0 ec_stat = 0x0
ec_stat2 = 0x1 ec_atomic = 0x80 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 2443844
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 9578 ec_umsContext->m_pSched->m_id (SchedulerId) = 0x1
ec_umsContext->m_workercntxt->m_id (threadId) = 0xa5c
ExecutionContext Summary @0x1BECA0C0
------------------------------------
ec_pss->pspid = 81 ecid = 9 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
ExecutionContext Summary @0x1BF5E0C0
------------------------------------
ec_pss->pspid = 81 ecid = 8 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x4 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 2791719
ec_cmderrs = 0 ec_timeslice = 99 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = 0 ec_waittype = 0x0000
Waittime = 0 ec_umsContext->m_pSched->m_id (SchedulerId) = 0x1
ec_umsContext->m_workercntxt->m_id (threadId) = 0xc6c
ExecutionContext Summary @0x1BF4E0C0
------------------------------------
ec_pss->pspid = 81 ecid = 7 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 33 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
ExecutionContext Summary @0x1B5220C0
------------------------------------
ec_pss->pspid = 81 ecid = 6 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
ExecutionContext Summary @0x1B55A0C0
------------------------------------
ec_pss->pspid = 81 ecid = 5 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
ExecutionContext Summary @0x1B6C40C0
------------------------------------
ec_pss->pspid = 81 ecid = 4 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
ExecutionContext Summary @0x1B5020C0
------------------------------------
ec_pss->pspid = 81 ecid = 3 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
ExecutionContext Summary @0x1B53C0C0
------------------------------------
ec_pss->pspid = 81 ecid = 2 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
ExecutionContext Summary @0x1B5380C0
------------------------------------
ec_pss->pspid = 81 ecid = 1 ec_stat = 0x0
ec_stat2 = 0x40001 ec_atomic = 0x8 pcurdb = 7
ec_lasterror = 0 ec_preverror = 0 ec_cpucur = 4294967295
ec_cmderrs = 0 ec_timeslice = 100 ec_dbtable = 0x42D8C038
ec_reswait = 0x0 ec_dbindex = -1 ec_waittype = 0x0000
Waittime = 0
psrvproc->eclClient = 4 psrvproc->status = 8
psrvproc->state = SRV_RUNNING psrvproc->bNewPacket = 0
psrvproc->pmo = 0x6CFB0038
psrvproc->ums_context = 0x085C13F8 psrvproc->threadId = 0xa5c
psrvproc->cRef = 2 psrvproc->srvio.ProtType = 6
psrvproc->bPktNum = 1 client threadId = 0x10c0
Viewing 10 posts - 1 through 9 (of 9 total)
You must be logged in to reply to this topic. Login to reply