Tagged Questions

0
votes
0answers
4 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 cus …
1
vote
2answers
38 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 t …
1
vote
2answers
38 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 environment …
1
vote
6answers
85 views

Ensuring certain private functions can only be called from a locked state

Say I have a class A: class A { public: A(); void fetch_data() { return 1; } void write_x_data() { // lock this instance of A private_function1_which_assumes_l …
0
votes
0answers
18 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 ful …
1
vote
1answer
31 views

How to restart transactions on deadlock/lock-timeout in Spring?

Hi, What is the best practice on implementing a transaction restart upon deadlock or lock timeout exceptions when using Spring (specifically the Spring recommended approach: decla …
0
votes
5answers
49 views

Win32 CreateWindow() call hangs in child thread?

I'm working on a portability layer for OpenGL (abstracts the glX and wgl stuff for Linux and Windows)... Anyhow, it has a method for creating a Window... If you don't pass in a par …
0
votes
3answers
60 views

How can I get dead lock in this situation?

In my client application I have a method like this (in practice it's more complex, but I've left the main part): public void btnUpdate_Click(...) { ... dataAdapter.Update(...) …
1
vote
1answer
33 views

xml Column update and Locking in Sql Server

Hi, I have a few windwos services. They get xml column from Sql server manipulate and update it. Service A- Gets XML Service B- Gets XML Service A- Updates XML (it will be lost) …
0
votes
2answers
62 views

resolving Deadlock

I have a Store Procedure being called to fill one table whenever we receive incoming files. Sometimes we receive more than one file and the procedure will be called simultaneously. …
0
votes
1answer
56 views

Help with SQL Server locking

Hi, I have a locking problem between a "select" and an "insert/update": Select TableB.* from TableA Join TableB on TableA.TableBId = TableB.TableBId Start Transaction (ReadCommit …
4
votes
1answer
80 views

Joining a boost::thread instance in the destructor

I'm seeing an issue where a call to boost's thread->join in a destructor leads to a deadlock. I don't understand why, and I'm not too keen on keeping code that just works (and I do …
0
votes
2answers
67 views

Getting deadlocks in sqlserver

I am getting deadlocks occasionally in sql server. I created a function for locking non database operations (credit card processing) so duplicates cannot happen. My functions are a …
0
votes
0answers
58 views

IPhone SendDelegateMessage failed to return after waiting 10 Secs

Hi, I keep getting the following message from my iPhone 3.0 when trying to convert a large NSData object into base64Encoding for http transmission : void SendDelegateMessage(NSInv …
0
votes
5answers
91 views

Does this stack dump indicate that I have a deadlock ?

I have a REST service built using Jersey. When I performed a "curl" against my REST API, the command hangs. I ran jstack & this is a summarized output of two threads in BLOCK …

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