Questions tagged [hung]

62 questions
2
votes
1 answer

fatal: the remote hung up unexpectedly. Can’t push things to my git repo

My first problem looked like this: Writing objects: 60% (9/15) It freezed there for some time with very low upload speed (in kb/s), then, after long time, gave this message: fatal: the remote end hung up unexpectedly Everything up-to-date I…
Liana Pavlicheva
  • 127
  • 1
  • 11
2
votes
3 answers

XPages HTTP Threads hanging

I've had a question open on here about improving the performance of my 30gb workflow application in XPages. There were lots of suggestions but most involve recycling, improving code etc. and what actually fixed the issues with speed are not often…
asummers
  • 177
  • 1
  • 15
2
votes
1 answer

MySQL Left Join Query hung for 4 hours

Is it excpetable, or normal to wait 3 hours, 50 minutes and 39.70 seconds to run the below query? CREATE TABLE ukbm001marketing.CampaignHistory_v2 ( AddressId int, CampaignId…
user1077250
  • 155
  • 2
  • 14
2
votes
1 answer

Finding/Handling stalled PHP scripts

I use Ajax to kick off a PHP script that can take a few hours to run. It's done asynchronously so the PHP script will complete even if the browser is closed. I need to handle any of these PHP scripts that have stalled/hung for whatever reason. …
Brian
  • 2,107
  • 6
  • 22
  • 40
1
vote
1 answer

PdfBox Alpha 3.0.0-alpha3 , PDType1Font constructor issue

Good afternoon, I recently try to upgrade pdfBox to 3.0.0-alpha3. I align the using of class PDType1font with new constructor requirements: PDType1Font(Standard14Fonts.FontName baseFont) My code now is: FontName font_name_3v=…
Th3Gh0st
  • 43
  • 7
1
vote
0 answers

JVM hangs during the serialization

I am debugging our server which hangs every couple of days. java version "1.8.0_201" Java(TM) SE Runtime Environment (build 1.8.0_201-b09) Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode) Out of nowhere, everything freezes and the…
Jovan Perovic
  • 19,846
  • 5
  • 44
  • 85
1
vote
2 answers

Detect terminated hung application

I created a minimal debug loop which runs and debugs a process. When the process hangs and the user tries to close it, Windows gives the message box with the option to wait or end now. I would like to try to detect when they hit end now, so my…
adzm
  • 4,148
  • 1
  • 27
  • 21
1
vote
1 answer

Hadoop reduce task gets hung

I set up a hadoop cluster with 4 nodes, When running a map-reduce task, the map task finishes quickly, while the reduce task hangs at 27% percent. I checked the log, it's that the reduce task fails to fetch map output from map nodes. The job tracker…
Cody
  • 146
  • 1
  • 7
1
vote
0 answers

Ansible play hung freezes when python interpreter not found

This issue is reproducible if anyone wants to try. Ansible hangs when target host "10.9.88.205" does not have python installed. I have successful ssh connectivity from ansible to target host shown below below: ansible-host# ssh…
Ashar
  • 2,942
  • 10
  • 58
  • 122
1
vote
1 answer

Jenkins falls into deadlock while executing a pipeline in parallel

I have a Jenkins pipeline that has 6 stages. In 4 of the 6 stages the pipeline triggers Jenkins jobs using build job. Both the pipeline and the job are set to allow concurrent parallel executions. The node on which the pipeline and the jobs run is a…
mohtashim
  • 57
  • 1
  • 8
1
vote
1 answer

Python Speech_Recognition hung up on mic listening

I'd appreciate the help if someone knows whats happening here. So i am trying to recognise speech inputted via a microphone (with device index 1), and my program is getting hung up on the listening. Ive adjusted for ambient noise and i am still not…
Cam Clarke
  • 11
  • 3
1
vote
0 answers

.net web application hangs when finalizer gets blocked

We have one application runnnig for more a year, and and since 2 months ago it becomes to hang. In the meanwhile we're able to get two dumps of the hung process, and te results were analyzed by debugdiag, telling us that we must suspect of finalizer…
1
vote
1 answer

WebSphere email alert for hung threads

Other than scanning the log files for the specific WebSphere code, is there a way to setup an email alert for a WebSphere hung thread policy?
1
vote
2 answers

How can I keep gnu screen from becoming unresponsive after losing my SSH connection?

I use a VPN tunnel to connect to my work network and then SSH to connect to my work PC running cygwin. Once logged in I can attach to a screen session and everything works great. Now, after a while, I walk away from my computer and sooner or later,…
Mikey
  • 423
  • 1
  • 3
  • 9
1
vote
1 answer

How do I troubleshoot hung phusion passenger process?

Every night when we run our batch jobs, passenger becomes unresponsive to http requests from customers. After a period of time it starts working again. There are no errors in the rails log, actually I dont see any logging at all during the hung…
Joelio
  • 4,621
  • 6
  • 44
  • 80