Questions tagged [blocked-threads]

38 questions
1
vote
1 answer

Delphi - Terminate blocked thread

Possible Duplicate: How to stop long executing threads gracefully? Hello. I have a background thread which needs to perform an operation, it works fine all of the time except in one case : when the resource is corrupted. When that happens the…
zz1433
  • 3,528
  • 2
  • 28
  • 36
0
votes
0 answers

java Finalizer thread blocked

Java's large number of threads are in a blocked state, waiting for a lock, but there is no thread to have this lock blocked thread [root@xxx xxx]# grep BLOCKED 11.txt -C5 at…
tom
  • 1
  • 1
0
votes
0 answers

Threads getting blocked while opening a connection using apache commons

from my application, many threads are trying to get a connection from oracle but I am seeing only one thread is able to get connection at a time. till this thread gets connection, other threads are blocked which is causing slowness in application. I…
0
votes
1 answer

What Does the WAIT_BLOCKED Thread State Mean?

I was analyzing lttng trace for AudioTrack thread, so at the time of glitch it shows thread state as WAIT_BLOCKED. Can anyone please tell what is the meaning of thread state WAIT_BLOCKED. Here is the screenshot
Ameer ali khan
  • 965
  • 7
  • 10
0
votes
1 answer

Magento SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction

I recently made a copy of my large 32Gig Database to use for my development environment. Now getting this error when I try to create, delete, update items. SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting…
Hector
  • 682
  • 3
  • 14
  • 27
0
votes
1 answer

netty 4.0.15 threads blocked

can any one help me to understand the below thread blocks in netty4.0.15 nioEventLoopGroup-5-13 [BLOCKED] CPU time:…
0
votes
1 answer

How to avoid multithreded program being blocked due to threads are waiting

I have a module which operates on thousands of transactions to process . Each transaction has multiple phases to go through. This module executes in multithreaded mode. We have defined limits (hardcoded)for number of threads it can create (limited…
Vishal Jagtap
  • 551
  • 1
  • 6
  • 9
0
votes
1 answer

Java Stack Dump - waiting to lock

We use a java 1.4 on our JSP web app and from time to time our web app comes to a complete halt. When users try to access the home page they get page cannot be found. When this occurs we run a stack dump and using samurai I can see several blocked…
cp5
  • 1,087
  • 6
  • 26
  • 58
1 2
3