Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

15
votes
5answers
510 views

WPF render thread hangs

I'm experiencing a problem in a wpf app where the render thread stops rendering, but the UI thread and helper threads are still pumping messages. It appears to be related to the corruption of the ...
9
votes
9answers
580 views

Program hangs after leaving screen saver or locking computer

Our program works fine, until someone locks the computer or the screen-saver pops up (but not ctrl+alt+delete). Once the computer is unlocked/the screen saver is closed, the application stops drawing ...
6
votes
1answer
172 views

Why does this Objective C call appear to hang?

A friend of mine discovered some strange behaviour with NSDictionary, and I'm curious as to why it happens. Consider the following code: NSDictionary *dict = [[NSDictionary alloc] init]; // Oops, ...
5
votes
0answers
112 views

Why does a WPF app in a VM perform better than one running direct in the OS?

Ok Stackies... got a tough one for ya, or at least one that has us stumped for over a month now. We have a higher-end Win7-64 Dell precision workstation notebook with an i7, 8 gigs of ram, tons of hd ...
5
votes
1answer
65 views

Visual Studio 2010 hangs on “Configure Remote Desktop Connections” for Windows Azure

When trying to access the settings for the remote desktop connections in my Azure project Visual Studio 2010 SP1 hangs until forced to close. I installed the new Azure SDK (november 2011) and the ...
5
votes
3answers
398 views

IIS Session hangs - How to resolve “website leaking resources to the finalizers”?

I am experiencing the exact same issue as a user reports on eggheadcafe, but don't know what steps to take after reading the following answer.: Two problems you should chase down: 1. Why is the ...
4
votes
2answers
372 views

How to kill a PHP session?

This general topic has come up before, here, here, here, and no doubt elsewhere on the internet as well. In my case, unlike these, the hang arises from a blocking socket that never gets a message, ...
4
votes
3answers
221 views

Python for loop slows and evenutally hangs

I'm totally new to Python (as of half an hour ago) and trying to write a simple script to enumerate users on an SMTP server. The users file is a simple list (one per line) of usernames. The script ...
4
votes
3answers
134 views

Adding a single character to my .NET RegEx causes it to hang

Here is the input data: *** INVOICE *** THE BIKE SHOP ...
3
votes
2answers
121 views

Ruby File IO Hang

The following Ruby code produces all of the expected output but does not exit properly. Before finishing the each_byte loop, it hangs - consuming 100% CPU - until the process is killed. f = ...
3
votes
1answer
200 views

Finalize Queue Not Releasing Fast Enough

I have a c# 3.5 framework Windows application that runs against an Oracle DB located on a server. One of the forms of the application has eight tabs across the top. Within the tab content area of ...
3
votes
1answer
200 views

Delphi TPrinters.GetPrinters call hangs

I have an app that has returned an error report. The app is written in Delphi 2006 and hangs during startup. The MadExcept main thread stack is shown below. I suspect there is no default printer ...
3
votes
1answer
528 views

ANR in Canvas.native_drawBitmap

I've been receiving the same ANR reports recently. The ANR happens when app tries to draw some bitmaps (when rendering a GridView with ImageViews as elements). I've did a lot of debugging and can now ...
3
votes
5answers
520 views

Visual Studio 2010 Periodically Hangs for Several Seconds

I'm having a problem where VS2010 Ultimate is freezing up every so often for several seconds before returning to normal operation. This happens several times during a session, and is obviously very ...
3
votes
3answers
302 views

Erlang/OTP framework's error_logger hangs under fairly high load

My application is basically a content based router which will route MMS events. The logger I am using is the one that comes with the OTP framework in SASL mode "*error_logger*" The issue is :: I am ...
3
votes
1answer
97 views

COM Server hang- detection and resolution

I have an application that sends requests to an out of proc COM server whom handles the requests and sends them back to the requesting application. The client application is really in control of the ...
3
votes
1answer
889 views

JVM stops at 2GB under windows Server 2008 R2

I have a problem with a java application. Using a 64bit JVM (1.60.0_20) under windows server 2008 r2 (64bit), the application hangs at 2GB allocated memory, it will not go beyond that mark even after ...
3
votes
2answers
2k views

HttpWebRequest Timeout (Hangs) Help

I was wondering if you can help me with a bug I ma having. I have a HTTP Manager I have created that helps me dealing with POSTing/GETing data from websites. It has worked fine until recently when I ...
2
votes
2answers
38 views

Java process.start slows down extremely if parent is not destroyed after launching it

If I start a particular process directly from command line, I see it completely starts in 2-3 seconds. If I start the exact same process with the exact same command from a Java program, it hangs on ...
2
votes
1answer
74 views

WebClient DownloadFileAsync hangs

Good day. I'm working on file downloader class using DownloadFileAsync. In normal situations everything works fine. But when I'm downloading file and disable network connection, downloading progress ...
2
votes
5answers
533 views

Xcode 4.2. gets stuck “Attaching to myapp” when running

In xcode 4.2, sometimes when you're going to run your ios proj on simulator, the status windows says "Attaching to myapp", and just gets stuck there... until you cancel. Now, this has been asked ...
2
votes
1answer
96 views

The 4 minutes disappeared in jvm

I am using Eclipse Virgo to host my application. The application will write one log every 10 seconds. To review the heartbeat log, I found that 4 minutes is blank. I have checked the gc.hprof.txt and ...
2
votes
1answer
320 views

StandardOutput.ReadToEnd() hangs

I have a program that frequently uses an external program and reads its outputs. It works pretty well using your usual process redirect output, but one specific argument for some reason hangs when I ...
2
votes
2answers
459 views

Resharper 6 works slow with jQuery

Did someone notice that resharper 6 hangs when typing jQuery.append, jQuery.trigger etc. Is there any solution?
2
votes
0answers
373 views

xcode 4.0.2 Hang in checking source control status

I am having problem with the xcode. When i start the xcode for a while, it automatically shows"checking source control status" and just hang there and the colorful wheel of loading appear. May I Know ...
2
votes
2answers
240 views

.net hang on Application.DoEvents

One of our legacy products is a Winforms application and instead of using background threads it does everything on the main UI thread. It has a constant loop running on this main thread that calls ...
2
votes
3answers
369 views

Why does audit logging using Hibernate Interceptor hang at SocketInputStream.socketRead0?

This is baffling to me. I have searched numerous forums for clues. In the postFlush method, I open a new hibernate (v. 3.3 - also tried v.3.5) session using a distinct session factory. I use c3p0 ...
2
votes
4answers
2k views

PsExec hang while being executed from a very simple c# or c++ gui program compiled as “windows application”

I am experiencing PsExec hang while being executed from a very simple c# or c++ gui program compiled as "windows application" (not as "console application"). Under section C) below I have pasted the ...
2
votes
3answers
1k views

Problems reading from .txt file Java

So I've developed a system that saves database insert/update commands into a text file whenever a user tries to save and the database connection isn't there. Each line in the file is one insert or ...
2
votes
2answers
352 views

web.py + subprocess = hang

Here's my main file: import subprocess, time pipe = subprocess.PIPE popen = subprocess.Popen('pythonw -uB test_web_app.py', stdout=pipe) time.sleep(3) And here's test_web_app.py: import web ...
2
votes
5answers
337 views

How do I debug my program when it hangs?

I have an application which takes measurements every second (I am running it in demo mode & generating random data, so the problem is not to do with reading from devices attached to the serial ...
2
votes
1answer
226 views

Sending key “hangs” PC in C#

My PC hangs when I send key in Form_Shown() and placing Breakpoint at Form_KeyDown() private void Form1_KeyDown(object sender, KeyEventArgs e) { //breakpoint here if (e.KeyCode == ...
2
votes
1answer
102 views

LINQ + WCF + Transactions

I have a relatively simple use case which is failing. Consider the following code: [OperationBehavior(TransactionScopeRequired = true)] public IEnumerable<StatusRecord> ReadActive(int ...
2
votes
3answers
606 views

Download HTTP thru sockets (C)

Recently I started taking this guide to get myself started on downloading files from the internet. I read it and came up with the following code to download the HTTP body of a website. The only ...
2
votes
2answers
128 views

IE 6&7 Hanging When Opening New Window

I've got a real interesting situation. I have an existing web app that runs on a number of desktops fine. On a few desktops I see the following behavior: Upon clicking a link that opens up a new ...
2
votes
3answers
715 views

multiprocessing Pool hangs when there is a exception in any of the thread

I am new to Python and trying a multiprocessing.pool program to process files, it works fine as long as there are no exceptions. If any of the thread/process gets an exception the whole program waits ...
2
votes
2answers
195 views

.NET App Hangs in Release mode only, sometimes … :-(

In our program, you can select a document type from a list. You then click OK, or double-click the selected item, and a new document is created and shown. Now the problem is that SOMETIMES, in ...
2
votes
3answers
1k views

How to debug hanging main thread in Delphi application

I've written application in Delphi 2007, which some times hangs (not even every week, application is running 24/7). It looks like main thread gets stuck. What are the options to pinpoint the cause for ...
2
votes
3answers
687 views

Internet Explorer Profiler

Is there any profiler sort of tool which can debug which javascript/object in the DOM is causing the Internet Explorer to hang/crash. The CPU usage is going to more than 60% and I want to know the ...
2
votes
5answers
337 views

How can I find why some classic asp pages randomly take a real long time to execute?

I'm working on a rather large classic asp / SQL Server application. A new version was rolled out a few months ago with a lot of new features, and I must have a very nasty bug somewhere : some very ...
2
votes
4answers
3k views

Java appears hung

I've been using the Java Service wrapper in a custom application for quite a while and it's been working fine. Since updating our application to a new version in the last few days the JVM started ...
1
vote
2answers
38 views

What could be reasons a WPF app would pin the CPU and lock the app on some computers but not others?

Stumped here. Posted a similar question before. We have a pretty large WPF app that on some machines runs great, but on others, all of a sudden, one of the CPU cores gets pinned at 100% (just one ...
1
vote
1answer
43 views

Starting a process hangs the main process even using threading

I'm trying to run other processes, let's assume ChildProcess.exe, from my main application Main.exe and I expect no hanging since I'm not trying to catch the output, only shell execute. But somehow, ...
1
vote
1answer
71 views

C unix socket programming, connect() hanging on invalid host name

I'm having a hanging issue with the connect function when I pass an invalid host name. #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> #include ...
1
vote
1answer
32 views

Javascript sudoku code hangs sometimes

I have a feeling that I'm in over my head. I'm trying to write a javascript sudoku game. Instead of posting all of my code, here's a link to my game. My source is here Right now, it just (attempts to) ...
1
vote
4answers
55 views

SQL Server 2008 update statement hangs

In my SQL Server 2008 Enterprise I have a database that contains several tables: Departments - few rows Persons - a 300+- rows Permissions - thousands of rows The primary key of Persons is the ...
1
vote
0answers
41 views

OleDbConnection.Open() hangs

We have a windows service written in c# .net 3.5 and it reads/writes to an access db. We were careful to put all 'new OleDbConnection()' instances in a 'using' clause and similarly make sure ...
1
vote
1answer
54 views

Namedpipe hangs when sending large string

I have a c# namedpipe server created like so: NamedPipeServerStream pipeServer = new NamedPipeServerStream(IVConstants.PIPENAME, PipeDirection.InOut); pipeServer.WaitForConnection(); pipeWriter = ...
1
vote
4answers
71 views

c++ EOF running one too many times?

This is my first time using EOF and/or files, and I am having an issue where my code hangs, which I believe is because my EOF is looping one too many times. I am imputing from a file, and dynamically ...
1
vote
1answer
70 views

Program freezes under gdb when exception occurs

I compiled with g++ a simple test program: int main() { try { printf("before\n"); throw 1; } catch(int i) { printf("catched int\n"); } catch(...) { ...

1 2 3 4 5