hangs

Releasing Excel after using Interop

Hi everyone 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 don't quit the app... The idea is this: If a User has Excel Open, if he has the file I'm interested in open... get that Excel in...

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 until all my RAM and swap is gone. It get stuck after the following output: compiling ripper make[1]: Entering directory `/tmp/ruby1.9.1/r...

ASP.NET application hangs after a call

I'm having a simple ASP.NET application hosted on my local IIS6, under Vista. It contains a button that when I click I execute a piece of code for recognizing the text in a WAV file (using the System.Speach.Recognition.SpeechRecognition class) and display the text in a label. The code works great on a desktop application, and it almost...

timeit module hangs with bigger values of pow()

Dear All, I am trying to calculate the time taken by pow function to calculate exponential modulo. With the values of g,x,p hardcoded the code gives error and with the values placed in the pow function, the code hangs. The same piece of code is working efficiently when i am using time() and clock() to calculate the time taken by this pi...

Form hangs up - VB.NET 2008 (on 64 bits Vista)

Hi: I have detected a problem running my application under Vista 64 bits OS. My application is developed using VB.NT 2008 and compiled as x86 I have a main form. In this form there is an option to open other form. TThis second form must return a few values to the main form. When the user click on this 2nd form, to return values, this...

PHP - How to make php.net's sample code not hang?

The Simple TCP/IP client example will hang if no data is being received. To see what I mean, copy the client code and run it, but remove one of the \r\n's in the GET request to make it invalid, so it looks like this: $in = "HEAD / HTTP/1.1\r\n"; $in .= "Host: www.example.com\r\n"; $in .= "Connection: Close\r\n"; The server won't res...

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 at/after the following log entry: <entry> <record>9</record> <time>2010/07/19 10:12:35.101</time> <type>Information</type> <source>M...

Pydev hangs up when I try to debug jython

Am running Eclipse Build id: 20100218-1602 with Pydev 1.60. My code executes under python and jython, and also debugs fine under python. But when I try to debug under jython I get the message pydev debugger: starting --and then everything hangs. It looks like a couple processes are running in the debug screen but no code is display...

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() in each of the threads. Sometimes, calling WSAStartup() hangs (it looks like a deadlock to me). Here is the stack trace: ntdll.dll!_Ki...

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. everytime a video ends, and a new video loads, the doubleanimation get stuck/hangs for a second, then it continues normally. i assume it's the...

ASP.NET Response.Redirect Hangs Server

This is related to this question but I've got specific information now. I've got a problem where my site won't load for a second visitor if the page is running a report for the first visitor. This is what happens. User 1 comes to the site User 1 runs a report that takes 30 seconds. User 2 comes to the site User 2 waits until user 1 re...