Tagged Questions

0
votes
1answer
26 views

No managed thread in dump created by orphaning IIS application pool of 64 bit ASP.NET

I need to find reason for Event ID 2262, Deadlock Detected of our ASP.NET application (64bit). It happens 1-3 times per day on our development server. I created mini dump with full memory by …
47
votes
26answers
6k views

Diagnosing Deadlocks in SQL Server 2005

We're seeing some pernicious, but rare, deadlock conditions in the Stack Overflow SQL Server 2005 database. I attached the profiler, set up a trace profile using this excellent article on …
3
votes
1answer
32 views

Mysql deadlock explanation needed

I received the following deadlock log via "SHOW INNODB STATUS". Can someone care to explain why the transaction was aborted? It seems that Transaction 2 is holding the lock, but is also stuck …
1
vote
2answers
67 views

How to kill deadlocked threads in Java?

I'd like to kill threads that are stuck in deadlock state. First, we can detect thread ids in deadlock state using the findDeadlockedThreads() method of the ThreadMXBean class in java.lang.management. …
0
votes
3answers
34 views

Ruby threading deadlocks

I'm writing a project at the moment that involves running two parallel threads to pull data from different sources at regular intervals. I am using the Threads functionality in ruby 1.9 to do this but …
2
votes
2answers
64 views

Conversion Deadlock problem, please help!

Hi all, really hope you can help. We've got a problem with conversion deadlocking going on within one environment (the same proc + trigger works in at least four other environments). The stored …
1
vote
6answers
2k views

Reduce deadlock on PAGE level on update query on MS SQL

I have some funny deadlock caused by a stupid simple SQL UPDATE query, on a flat plain table, under default "READ COMMITED" transaction. UPDATE table SET column=@P1 WHERE PK=@P2; While PK …
-5
votes
2answers
88 views

how to kill deadlock in operatingsystem by c++ ? [closed]

the question is how to kill the deadlock using the c++ i want a c++ porgram to help to kill deadlock in the opertingsystem
0
votes
3answers
68 views

Remove deadlock without killing session

Is there any workaround to remove deadlock without killing the session?
1
vote
2answers
63 views

Objective-C/Cocoa threads and messaging conundrum

Hello, I have a problem that has been plaguing me for awhile now, I have come up with a solution which I will detail below, and although it seems to be working well I'm not super enthusiastic about it …
1
vote
4answers
263 views

SQL Server 2000 Deadlock

We are experiencing some very annoying deadlock situations in a production SQL Server 2000 database. The main setup is the following: SQL Server 2000 Enterprise Edition. Server is coded in C++ …
0
votes
0answers
10 views

Deadlock calling Membership.CreateUser on a Load Test

Hi, I am getting Sql deadlocks while calling aspnet_Users_CreateUser Api during load test (100+ concurrent users) I have wrapped the createUser, roles.AddUserToRole and another custom mapping …
1
vote
2answers
42 views

How to handle this Multithread situation and don’t lock?

Hello, I have this situation: a Form with a System.Timer in it (with AutoReset = False). The form has its main thread and the timer its own thread too (nothing new here). When the user press a …
4
votes
6answers
450 views

Programmatic deadlock detection in java

How can I programmatically detect that a deadlock has occurred in a Java program?
1
vote
3answers
533 views

Sybase ASE: “Your server command encountered a deadlock situation”

Hello, When running a stored procedure (from a .NET application) that does an INSERT and an UPDATE, I sometimes (but not that often, really) and randomly get this error: ERROR [40001] …

1 2 3 4 5 10 next
15 30 50 per page