Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

17
votes
4answers
9k views

ProcessStartInfo hanging on “WaitForExit”? Why?

I have the following code: info = new System.Diagnostics.ProcessStartInfo("TheProgram.exe", String.Join(" ", args)); info.CreateNoWindow = true; info.WindowStyle = ...
15
votes
7answers
2k views

Driver.getConnection hangs using SQLServer driver and Java 1.6.0_29

I didn't know where to write something about this and decided to do it here. After loooong time debugging my program I could find out that calling Driver.getConnection(string, string, string) hangs ...
7
votes
3answers
4k views

PHP sleep() silently hogs CPU

I'm running Apache on Linux within VMWare. One of the PHP pages I'm requesting does a sleep(), and I find that if I attempt to request a second page whilst the first page is sleep()'ing, the second ...
6
votes
6answers
342 views

How can you debug JavaScript which hangs the browser?

I'm working on a substantially large rich web page JavaScript application. For some reason a recent change is causing it to randomly hang the browser. How can I narrow down where the problem is? ...
5
votes
3answers
361 views

Listbox with 1000+ items freezing Visual Studio

I have a listbox with 1091 items in it, which I am adding during design time. Every time Visual Studio tries to save after I manually populate the listbox it will hang indefinitely. Is there any way ...
5
votes
3answers
789 views

Why does this MySQL Query hang?

SELECT * FROM tbl_order_head AS o INNER JOIN tbl_orders_log AS c ON o.PAYMENT_TRANSACTION_LOG_ID=c.TRANSACTION_ID WHERE o.VISUAL_ID = '77783'; tbl_order_head 67,000 (30 fields) records, ...
4
votes
6answers
644 views

Difference between a program that crashes and program that hangs

What is the difference (or causes) between a program that crashes and a program that hangs (becomes unresponsive) in C++? For sure, accessing invalid memory causes a program to crash. Deadlock in ...
3
votes
4answers
7k views

Android: emulator hangs at boot animation Waiting for HOME ('android.process.acore') to be launched

I am using SDK on Windows Vista. Everytime I start the emulator it just hangs at the android animation. On log cat it displays Waiting for HOME ('android.process.acore') to be launched... After this ...
3
votes
5answers
579 views

“ssh example.com” hangs but “ssh example.com bash -i” does not

everyday I encounter a very strange phenomenon. From my university internet connection, sshing to my machine ("ssh example.com") works without any problems. From my home adsl, "ssh example.com" my ...
3
votes
2answers
312 views

How to find out what Eclipse is doing in backround?

OS X 10.5.6. My Eclipse 3.4 is going crazy lately. After innocent operations like typing text or moving some files in Navigator view or saving, it sometimes starts "waiting on background ...
3
votes
3answers
3k views

DELETE Statement hangs on SQL Server for no apparent reason

Edit: Solved, there was a trigger with a loop on the table (read my own answer further below). We have a simple delete statement that looks like this: DELETE FROM tablename WHERE pk = 12345 This ...
2
votes
2answers
133 views

Runtime.exec() bug: hangs without providing a Process object

Whether I use this: process = Runtime.getRuntime().exec("logcat -d time"); or that: process = new ProcessBuilder() .command("logcat", "-d", "time") ...
2
votes
1answer
96 views

PHP POST and execute for large file uploads

I have the following PHP Files: fileUploadForm.php handleUpload.php fileUploadForm contains the following output: output $_SESSION['errorMessage'] (if any) Output a file upload form that posts ...
2
votes
0answers
81 views

Android AVD emulator hangs while loading

I seem to have messed up AVD Emulator and need some expert help in solving the problem. Here are the symptoms: When I try to open my_avd (my default avd) from AVD Manager, it takes a very long time ...
2
votes
2answers
101 views

Internet Explorer hangs on a XHTML 1.0 Strict validated web page

I've developed a web page that displays a huge Tag Cloud and it works pretty smooth in Chrome, Firefox, Safari and Opera. Internet Explorer does not seem to digest this page and horribly HANGS. ...
2
votes
3answers
663 views

Can calling WSAStartup() from several threads cause a deadlock?

I'm developing an app that has one TCP server and several UDP servers/listeners. Each server is a separate thread, same as the worker threads for established TCP connections. I'm calling WSAStartup() ...
2
votes
3answers
318 views

Compiling ruby1.9.1 hangs and fills swap!

I'm compiling Ruby 1.9.1-p376 under Ubuntu 8.04 server LTS (64-bit), by doing the following: $ ./configure $ make $ sudo make install ./configure works without complaints. make hangs indefinitely ...
2
votes
1answer
391 views

Releasing Excel after using Interop

I've read many post looking for my answer, but all are similar to this: http://stackoverflow.com/questions/1610743/reading-excel-files-in-vb-net-leaves-excel-process-hanging My problem is that I ...
2
votes
1answer
269 views

Detecting application hangs with ActiveX controls in .Net

I am working on upgrades to a screen scraping application. We are using an ActiveX control to scrape screens out of an IBM mainframe. The mainframe program often hangs and crashes the ActiveX control ...
1
vote
0answers
262 views

Compiler Hangs In Xcode 4 on VMWare

I have Mac OS X 10.6.8 installed in VMWare Workstation on my Windows 7 computer. I downloaded Xcode 4 and after installing it, I am trying to compile an app that I created some time ago in Xcode ...
1
vote
0answers
80 views

Small Linux application spawns SCHED_FIFO thread and sleeps. Long keypress locks the system

Running the code below (compiled with -lpthread) on a multicore system (Ubuntu 11.04 x86-32), which simply spawns a SCHED_FIFO thread and goes to sleep, displays some strange behavior. If you press a ...
1
vote
2answers
77 views

PHP hangs on MySQL delete statement

I'm trying to delete one row of data from a MySQL database (innodb) in a PHP script. But instead of deleting, the PHP script hangs on the query. It's a very simple delete statement: ...
1
vote
2answers
293 views

c++: read() Hangs when reading response from server

I have two versions of this code. In one version if the user inputs the phrase "GET /index.html" the server responds properly. In the second version, the "GET /index.html" phrase is built in without ...
1
vote
3answers
133 views

Is it my jquery code or Internet Explorer that is wrong?

I have the following code to load an external page into a "holder" div on my main site. It works fine in Firefox but when a user views it in Internet Explorer 7 it seems to hang for a minute or two ...
1
vote
1answer
392 views

Sending email in ASP (CDO message) hangs about 5 to 10 secs each time

I'm sending an email using this code: Set myMail=CreateObject("CDO.Message") myMail.Subject="Sign-up" myMail.From="support@abc.com" myMail.To="support@abc.com" myMail.HTMLBody = signup ...
1
vote
1answer
300 views

My C# UploadFile method successfully uploads a file, but then my UI hangs

I have a simple WinForms test application in C#. Using the following method, I'm able to upload a file when I invoke the method from my button's Click event handler. The only problem is: my Windows ...
1
vote
2answers
558 views

PsExec does not detect my c# console app is finished

I use PsExec for executing several command line programs, but when I call my own build C# (.net 4.0) console app, PsExec does hang, and will not finish... When calling other console apps, PsExec will ...
1
vote
1answer
512 views

MediaElement/MediaPlayer/MediaUriElement hangs UI thread while loading a video

hey, i've got a wpf application that have a doubleanimation used for scrolling text and images (scrollbar) from the left side of the screen, to the right, and a movie playing, in the same window. ...
1
vote
1answer
263 views

Slow startup of Visual Studio 2008; waiting at “Loading UI Library” (msenvui.dll) step

As of this morning, Visual Studio 2008 is taking a long time (order of minutes) to startup on my machine. I ran it with logging enabled (devenv.exe /log "C:\log.txt") and found that it is pausing ...
1
vote
1answer
118 views

WSACONNREFUSED when connecting to server

I'm currently working on a server. I know that the client side is working (I can connect to www.google.com on port 80, for example), but the server is not functioning correctly. The socket has ...
1
vote
1answer
179 views

Any reason why NGEN should hang and never complete for a particular assembly?

I have a class library project for .NET 3.5 built with Visual Studio 2008. If I try to NGEN the core assembly in this solution file, NGEN never completes, or at least not in the time I've bothered to ...
1
vote
1answer
1k views

Qt4 QNetworkManager Hangs

I'm trying to write an application using QNetworkManager. I have simplified the code down to the problem. The following code hangs, and I have no idea why: main.cpp: #include <QApplication> ...
1
vote
3answers
518 views

Why does this python code hang on import/compile but work in the shell?

I'm trying to use python to sftp a file, and the code works great in the interactive shell -- even pasting it in all at once. When I try to import the file (just to compile it), the code hangs with ...
1
vote
2answers
348 views

glGetError hangs for several seconds

I am developing an OpenGL application and I am seeing some strange things happen. The machine I am testing with is equipped with an NVidia Quadro FX 4600 and it is running RHEL WS 4.3 x86_64 (kernel ...
1
vote
5answers
1k views

Windows: Under what circumstances might SetEvent() not return immediately?

I have a thread that, when its function exits its loop (the exit is triggered by an event), it does some cleanup and then sets a different event to let a master thread know that it is done. However, ...
0
votes
1answer
24 views

PHPStorm hangs on highlighting a word, then Ctrl+Shift+F

I have PHPStorm 2.1.5. It could be that you encountered this, if so please suggest. Generally, I don't care when and how ofter PHPStorm hangs, but this one is very consistent and annoying, because I ...
0
votes
1answer
82 views

Issue with C# HTTP ReadWriteTimeout

I'm playing around with the HttpWebRequest class and got confused about the Timeout/ReadWriteTimeout members. The issues is that the ReadWriteTimeout gets ignored sometimes and then my application ...
0
votes
2answers
62 views

PHP MYSQL Insert statement in FOR loop Hanging

I have spent many hours debugging, and scouring the internet for a solution to this unusual problem. Heres the deal: I am working on a Work Order Submission and Tracking system. There are two ...
0
votes
0answers
49 views

Http request to Node hangs and resumes only after hitting the a key on the server console

I am new to Node and CouchDB need help. I have created a server written in node.js. This server talks to CouchDB and I am using the cradle module to handle the database operations. I have also used ...
0
votes
0answers
23 views

While running Netbeans + xdebug debugging stops responding

I do local development and I have this weird problem that I can debug my applications just fine in netbeans but when I am in debug mode in netbeans and I open another local link like for example ...
0
votes
1answer
125 views

Process.WaitForExit hangs while another installation is run

Good day! I'm working on installer, which installs additional dependencies for my software using Process.Start. foreach dependency: var process = System.Diagnostics.Process.Start(processStartInfo); ...
0
votes
0answers
67 views

Visual studio web dev express hangs adding entity framework

Im using VS express web developer, and attempting to create a new MVC project. The problem is, VS hangs when adding EntityFramework to the project. Its attempting to add EntityFramework 4.1.10331.0 to ...
0
votes
0answers
158 views

Jenkins Hangs forever

I have created a job in jenkins to checkout one of the project from CVS. It shows the progress bar and running forever, never comes to halt, this is the message that I see in the log: Started by ...
0
votes
2answers
63 views

Problem GTK application hangs when created a child process

I am creating a GTK application in C. I am creating a child process using fork and then replacing it with execve("crawler",arg,env); which crawls my home directory and stores all the filenames in a ...
0
votes
1answer
196 views

tesseract ocr multipage pdf hangs

We are using Tesseract's Java library, Called Tess4j to convert PDF files to text. It works nicely with Tiff files as well as one page PDF files. But with multi-page PDF's it does generate the output ...
0
votes
3answers
163 views

My local server meets magento requirements, but install operation hangs on the last step…?

I took a test with magento-check.php file and it said that: "Congratulations! Your server meets the requirements for Magento." But installation procedure simply hangs on the last step and ...
0
votes
0answers
60 views

View in MySql hangs connection in statistics state when database is almost empty

we have a strange behaviour with a huge view full of inner joins with itself. When we have all the tables full of data (40000 records) the view works properly and fast. But if we delete/truncate the ...
0
votes
2answers
155 views

Magento admin will not load when there is another action running

I do have my own Controller in Magento, that has been done by following the guidelines here: http://alanstorm.com/magento_admin_controllers My controller extends Mage_Adminhtml_Controller_Action and ...
0
votes
1answer
207 views

javascript script unescape hangs IE and Chrome but not Firefox

The following script request seems to have problems in any browser except Firefox. <!DOCTYPE html> <html> <head> <title>Browser Delay</title> ...
0
votes
0answers
337 views

How to use Apache DataBase Connection Pool (DBCP) from Axis2 Web Service

In my Web service I am using DBCP. There are many instances in my service where I need to connect to DB. But Sometimes request to DriverManager.getConnection("jdbc:apache:commons:dbcp:poolName") ...

1 2