hang

Eclipse hang after import google play library

余生长醉 提交于 2019-12-10 12:29:57
问题 I've import google play service library in one of my app and now my eclipse hang and go out of memory when I try to run only this app. There aren't error messege before launch and I've just tried few time but without success. Eclipse show me this message: Unable to execute dex: Java heap space Conversion to Dalvik format failed: Unable to execute dex: Java heap space After increasing memory in eclipse.ini as is indicated in various posts, I obtain this new error: Unable to execute dex: GC

Commons Net FTPClient hangs indefinitely with Mule

社会主义新天地 提交于 2019-12-10 11:26:17
问题 I encountered an issue with the Mule ESB FTP Transport: when polling, the thread running the client would hang indefinitely without throwing an error. This causes FTP poll to stop completely. Mule uses Apache Commons Net FTPClient. Looking further into the code, I think it is caused by the SocketTimeout of the FTPClient not being set, sometime causing infinite hanging when reading lines from the FTPClient's socket. We can clearly see the problem in these stacks retrieved with jstack when the

Does anyone know why I receive an HttpWebRequest Timeout?

我只是一个虾纸丫 提交于 2019-12-10 02:04:20
问题 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 am trying to use a mixture of both. First loop round everything works, on the second loop it hangs on HttpWebRequest.GetRequestStream(). I have read all over the net and have found no real solution. Below are the codeblocks for the fetching/receiving: ASCIIEncoding encoding = new ASCIIEncoding();

Eclipse PyDev completion hangs (yet again)

戏子无情 提交于 2019-12-09 16:45:26
问题 I'm using PyDev in Eclipse as my Python editor. It's fine in terms of feature set. Everything works fine except for one very annoying thing: Code completion itself works fast. When I press Alt+Space, the window pops out almost instantly and all the options are there. The option at the top is selected. Then comes the trouble . The detailed description won't appear until about 5-10 seconds. All this time CPU is working at maximum load and the interface is not responding. All the processor is

Sending key “hangs” PC in C#

牧云@^-^@ 提交于 2019-12-09 13:26:17
问题 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 == Keys.A) { MessageBox.Show("caught"); } } private void Form1_Shown(object sender, EventArgs e) { SendKeys.Send("A"); } 回答1: I repro, Win7 and VS2008. That looks like a fairly nasty deadlock, you can get out of it by pressing Ctrl+Esc on the keyboard. By default, SendKeys uses a windows hook to inject the keys.

How to Troubleshoot Visual Studio 2012 Hangs/Lockups

柔情痞子 提交于 2019-12-09 05:42:33
问题 I am doing PHP development in Visual Studio, and my solution contains projects for PHP, SSRS, and SQL Server (SSDT). And I am using TFS for version control. So there's a lot going on in my dev environment that can "go wrong". I am experiencing intermittent hangs, usually around 5 minutes a clip. Visual Studio gives me the wait cursor, and if I click anywhere in VS the window dims. And then I just have to wait it out. Sometimes I can end the devenv.exe task, other times it takes several

(Eclipse) Hangs when building project: copying resources to output folder

故事扮演 提交于 2019-12-08 17:40:05
问题 This has been happening intermittently, but now its consistent. When I go to build the project, eclipse just hangs forever at this step: copying resources to output folder I saw a suggestion to remove all non-java resources from the project and put them back in one at a time, but that is impractical for the size of this project. 回答1: I was able to resolve this by using the following steps: 1) Closing eclipse - In case it does not close - Kill the process 2) Manually delete everything in the

OpenCL files fail to compile on OS X

南楼画角 提交于 2019-12-08 12:50:45
问题 I have a quite large opencl file that compiles fine on both Windows and Linux Ubuntu but fails on MacOSX. The cvmcompiler process uses 100% of the CPU and never completes. The full code of the project is there: https://github.com/favreau/Sol-R and the file in question is: https://github.com/favreau/Sol-R/blob/master/solr/engines/opencl/RayTracer.cl The problem should be fairly easy to reproduce by cloning the project and running the cmake/make process. Note that since OpenCL is compiled at

Debugging a function call that hangs in Erlang

孤街浪徒 提交于 2019-12-08 09:56:48
问题 It seems as if I have a caused a deadlock somewhere either in my code or in code that I'm using, but I am not sure how to debug it. Since I have no clue where the problem is and I can make the system almost completely idle, I think that it would be useful to see a trace of all functions and messages leading up to the hang. It looks like dbg provides some help in tracing, but I don't see how to configure it for such a broad trace. Is such a trace possible with dbg or are there other ways of

Web Service Call in JavaScript Causing White Screen of Death (WSOD) in Browser

十年热恋 提交于 2019-12-08 07:28:46
问题 Here's the specs: ASP.NET 3.5 using ASP.NET AJAX AJAX Control Toolkit jQuery 1.3.2 web services IIS6 on Windows Server 2003 SP1 SP1 SQLServer 2005 SP3 Site is SSL Infragistics Web Components 2009 Vol. 2 (using non-Aikido controls), UltraWebGrid and Tree control are main ones used. Here's the problem: I'm getting the White Screen of Death (WSOD) in IE 7/8. Basically, I have a page that has a left pane that has an AJAXControl Toolkit Accordion control where each accordion panes content is an