卡死的原因分析??

2021-06-07 20:29:22 字數 2910 閱讀 8904

idal	jhsoft.workflat.workflatdataclass	searchreadwaitingmore	發生資料型別 tinyint 的算術溢位錯誤,值 = -119。	.net sqlclient data provider		system.data.sqlclient.sqlconnection	儲存過程:pt_flatinfowaitingsearch 引數資訊:@strtype:,@strdep:,@strtitle:再製造,@strbegindate:,@strenddate:,@strcode:xuye2,@strfield:,@strorder:asc,@curpage:4,@pagesize:40,@itranstate:0,@strzh:			furui3	2012-10-26 15:41:01.443

idal	jhsoft.webservice.online.status	begin	事務(程序 id 64)與另乙個程序被死鎖在 鎖 資源上,並且已被選作死鎖犧牲品。請重新執行該事務。	.net sqlclient data provider		system.data.sqlclient.sqlconnection	儲存過程:pt_onlinestatus 引數資訊:			furui3	2012-10-26 14:34:45.170

idal	jhsoft.message.message	getbirthdayinfo	事務(程序 id 101)與另乙個程序被死鎖在 鎖 資源上,並且已被選作死鎖犧牲品。請重新執行該事務。	.net sqlclient data provider		system.data.sqlclient.sqlconnection	sql語句:set datefirst 1   select distinct users.userid,users.username, dossiervalue.dossvalue as birthday, case  when isdate(dossiervalue.dossvalue) = 1 then month(dossiervalue.dossvalue) else 0  end as bmonth , case  when isdate(dossiervalue.dossvalue) = 1 then day(dossiervalue.dossvalue) else 0  end as bday, datepart(dw,getdate()) as today  from  users   inner join usersinfo on users.userid=usersinfo.userid inner join dossiervalue on dossiervalue.regcode = users.userid  and dossiervalue.dossierfieldid = (select top 1 fieldid from dossiercollectionfield  where fieldname = '出生日期') where usersinfo.deleteflag=0 and usertype<>2 and dossiervalue.dossvalue is not null 			furui3	2012-10-26 14:09:31.653
select * from ierror  where errormessage not like '超時時間已到%'

order by subtime desc

pt_wfinserturgeinfo 插入流程催辦統計資料      ,造成截斷。

pt_wfgetperpendingwork查詢個人待辦資料 ,造成死鎖。非根本。

pt_pldeptuserlist   

獲取指定部門的人員類表,')' 附近有語法錯誤。

--日誌

select * from ierror 

where errormessage not like '%超時時間已到%' 

order by subtime desc

--分析1,c6庫\ 報表\標準報表\物件執行統計資訊,暫無果。

--ierror還有以下錯誤提示。

idal jhsoft.workflat.workflatdataclass getperpendingwork 事務(程序 id 59)與另乙個程序被死鎖在 鎖 資源上,並且已被選作死鎖犧牲品。請重新執行該事務。 .net sqlclient data provider system.data.sqlclient.sqlconnection 儲存過程:pt_wfgetperpendingwork 引數資訊:@userid:xumj furui3 2012-10-29 15:12:56.287

idal jhsoft.message.message getindexcommessage 引發型別為「system.outofmemoryexception」的異常。 mscorlib system.string 儲存過程:pt_messageindexcombytype 引數資訊:1007,xudp,1013,,,1003 furui3 2012-10-29 13:47:59.830

idal jhsoft.webservice.online.status begin 事務(程序 id 68)與另乙個程序被死鎖在 鎖 資源上,並且已被選作死鎖犧牲品。請重新執行該事務。 .net sqlclient data provider system.data.sqlclient.sqlconnection 儲存過程:pt_onlinestatus 引數資訊: furui3 2012-10-29 12:44:39.190

idal jhsoft.netcall.calltable getcallnoseelist 超時時間已到。在操作完成之前超時時間已過或伺服器未響應。 .net sqlclient data provider system.data.sqlclient.sqlconnection 儲存過程:pt_callnoseelist 引數資訊:@strusercode:chenxq furui3 2012-10-29 12:40:20.000

pycharm卡死原因分析

安裝完成pycharm之後,開始進行程式設計,在 自動補全的時候特別的卡,通過以下三種方法解決了,不過最終還是覺得第三種情況很消耗記憶體 第一 關閉 的自動提示,在需要的時候通過手動進行提示。將 自動補全的功能全部關閉,截圖如下,第二 調整pycharm的堆大小配置,help edit custor...

Win10突然卡死的原因調查

公司給換了臺dell的t7920工作站,效能強悍,但是沒有預先安裝正版系統。只好自己動手安裝。本來挺高興,win10的安裝也是so easy。但真正用的時候發現事情並不簡單。當系統一段時間不用,會進入s3休眠狀態 相當於關機 按電源電鈕喚醒後,鍵盤輸入正常,但螢幕沒反應,也就是進入s2狀態無法喚醒。...

fopen函式失敗原因分析以及分析原因的方法

最近在分析乙個偶現的問題,偶現概率特別低,問題還在分析中。把分析的知識做個總結,後面再繼續補充。在呼叫lua的require函式時發生異常,通過檢視require的原始碼跟蹤,發現該函式的fopen函式返回開啟檔案失敗的異常,下面就來總結下fopen開啟檔案出錯可能有哪些原因,也許不全,歡迎補充。函...