Friday, February 17, 2012

error stack dump

Hi people! abruptly i found in the sql server log the next error
Short Stack Dum
0x77f94956 Module(ntdll+14956) (RtlNewSecurityObjectEx+35
0x0078a1d0 Module(sqlservr+38a1d0) (utassert_fail+1a0
0x006dd15d Module(sqlservr+2dd15d) (LockClass::ReleaseLocks+43
0x0054cc3f Module(sqlservr+14cc3f) (CQueryScan::DestroyLockClasses+3c
0x0041da88 Module(sqlservr+1da88) (CQueryScan::Shutdown+67
0x005d7738 Module(sqlservr+1d7738) (CFetchPopulate::PopulateWorkTable+15c
0x005d733e Module(sqlservr+1d733e) (CFetchPopulate::FnPopulateThread+ca
0x004ad883 Module(sqlservr+ad883) (subproc_main+f4
0x41092a15 Module(ums+2a15) (ProcessWorkRequests+ed
0x410932cb Module(ums+32cb) (ThreadStartRoutine+139
0x7800c9eb Module(MSVCRT+c9eb) (beginthread+ce
0x7c57438b Module(KERNEL32+438b) (RegisterWowExec+7e2
2004-05-27 19:19:46.64 kernel SQL Server Assertion: File: <lckclass.cpp>, line=111
Failed Assertion = 'm_status == ACTIVE || m_status == ORPHANED'
2004-05-27 19:19:46.70 spid470 Using 'sqlimage.dll' version '4.0.5
Dump thread - spid = 470, PSS = 0x4ed5f0d4, EC = 0xb669e08
i'm searching in the MS support web site but i can't found anything about that, whats up with my server? any ideas
i've got a ms sql 7.0 SP3 running over NT 2000 sp3
thanks in advance..
Lucho FarjeLUCHOF,
Contact Microsoft Support for a solution to this. Try and reproduce the
problem before calling them, as they will ask you to do that.
http://support.microsoft.com/default.aspx?scid=fh;EN-US;sql
--
Mark Allison, SQL Server MVP
http://www.markallison.co.uk
Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html
LUCHOF wrote:
> Hi people! abruptly i found in the sql server log the next error:
> Short Stack Dump
> 0x77f94956 Module(ntdll+14956) (RtlNewSecurityObjectEx+35)
> 0x0078a1d0 Module(sqlservr+38a1d0) (utassert_fail+1a0)
> 0x006dd15d Module(sqlservr+2dd15d) (LockClass::ReleaseLocks+43)
> 0x0054cc3f Module(sqlservr+14cc3f) (CQueryScan::DestroyLockClasses+3c)
> 0x0041da88 Module(sqlservr+1da88) (CQueryScan::Shutdown+67)
> 0x005d7738 Module(sqlservr+1d7738) (CFetchPopulate::PopulateWorkTable+15c)
> 0x005d733e Module(sqlservr+1d733e) (CFetchPopulate::FnPopulateThread+ca)
> 0x004ad883 Module(sqlservr+ad883) (subproc_main+f4)
> 0x41092a15 Module(ums+2a15) (ProcessWorkRequests+ed)
> 0x410932cb Module(ums+32cb) (ThreadStartRoutine+139)
> 0x7800c9eb Module(MSVCRT+c9eb) (beginthread+ce)
> 0x7c57438b Module(KERNEL32+438b) (RegisterWowExec+7e2)
> 2004-05-27 19:19:46.64 kernel SQL Server Assertion: File: <lckclass.cpp>, line=111
> Failed Assertion = 'm_status == ACTIVE || m_status == ORPHANED'.
> 2004-05-27 19:19:46.70 spid470 Using 'sqlimage.dll' version '4.0.5'
> Dump thread - spid = 470, PSS = 0x4ed5f0d4, EC = 0xb669e084
> i'm searching in the MS support web site but i can't found anything about that, whats up with my server? any ideas?
> i've got a ms sql 7.0 SP3 running over NT 2000 sp3
> thanks in advance...
> Lucho Farje

No comments:

Post a Comment