freeze Questions

1

Sometimes I encounter a very strange behavior of the browser's native Select File Dialog. I have a <input type="file" onchange="console.log(event.target.files)" /> e...
Fike asked 9/3, 2022 at 22:43

7

I got a new laptop for Christmas, upto date with Windows 10. Installed Visual Studio 2022 and so far it's been crashing every day several times a day. It could be either on the coding screen, the d...
Barogram asked 3/1, 2022 at 20:49

4

Solved

We have a WPF busy window indicator. It is shown on the main thread using a window.ShowDialog(). On response to the Loaded event an action is executed and the window is closed so the application co...
Sheepish asked 28/10, 2016 at 11:31

5

Solved

I am trying to use windbg to research a hang dump file created on an x64 machine for our x86 process. This is a 4.0 x86 application, so just to get an unmanaged stack, I had to do the following: ....
Hopson asked 7/5, 2013 at 15:12

7

when I run vite build aka npm run build the build performs without errors. I see built in 4661ms. but the process never finishes. It just hangs. How can I make the process end and exit?
Causalgia asked 25/3, 2023 at 6:27

9

While using py.test, I have some tests that run fine with SQLite but hang silently when I switch to Postgresql. How would I go about debugging something like that? Is there a "verbose" mode I can r...
Mohammedanism asked 14/10, 2014 at 0:24

4

Seemingly at random, our local repos can no longer fetch from our Bonobo server. It happens with our biggest remote repo (about 4GB) to different people and at different times, when we try to fetch...
Exist asked 12/12, 2014 at 10:57

2

Solved

I've recently pulled a nginx image: docker pull nginx I can run it successfully and go to http://server_name and see the "Welcome to Nginx" page: docker run -d -p 80:80 nginx But then when I ...
Hubbell asked 15/5, 2015 at 22:29

42

Git push hangs everytime I try to push to github. I am using Cygwin and Windows 7. Git functions fine locally tracking branches, providing status, setting global user.name and user.email and allowi...
Ger asked 3/6, 2013 at 21:29

6

Solved

I posted this question on the git issue tracker: https://github.com/pypa/pip/issues/2969 Can we have some manner of calling pip freeze/list within python, i.e. not a shell context? I want to be ...
Ninth asked 8/7, 2015 at 21:23

41

Solved

A project I've been working for 2 months stopped working for no reason because Xcode got stucked on "Indexing". I can't Build the project anymore. If I try to build, Xcode freezes and I have to for...
Lenlena asked 12/12, 2012 at 1:50

5

Solved

slowly I'm overworked... I have a huge application with threading, timers, invoke (not BeginInvoke, so it is synchronous) and Application.DoEvents. It is too much to post here and I don't know wh...
Ufa asked 5/6, 2012 at 9:31

6

Solved

I'm adding this question after spending an entire day wrestling with this incredibly frustrating feature of the Windows 10 command prompt which made me think there was something wrong with my conso...
Grunion asked 24/11, 2015 at 0:46

6

Solved

I am struggling with pyplot from the matlpotlib library. The figure freezes already when I try to create the plot: plt.figure() plt.ion() ax1 = plt.subplot(211) #Here it freezes plt.title('test', ...
Marx asked 30/5, 2017 at 12:25

3

Solved

this is really frustrating me. this problem occurs when I have a particularly large .cs file (one i'm working on at the moment has 6000 lines and many anonymous types). I will copy a line or a par...
Potentate asked 14/10, 2009 at 0:55

11

Solved

my project was working well but suddenly when I ran it on my phone, Android Studio freezes and I should stop it from task manager. before this happens I installed "Geny motion" & "Virtual Box"...
Mazurka asked 28/7, 2016 at 5:38

15

I have been using Visual Studio for a while and found that when I open visual studio and open the project all the files that were open last time remain open. This causes my Visual Studio to freeze...
Mcginn asked 15/7, 2011 at 5:43

3

Solved

I been searching on this for a couple of days and havent found an answer yet. I have trying to download video files from an FTP, my script checks the server, compares the nlist() to a list of alre...
Efficacious asked 30/10, 2013 at 20:1

15

Solved

I've a problem with Electron where the app goes blank. i.e. It becomes a white screen. If I open the dev tools it displays the following message. In ActivityMonitor I can see the number of Elect...
Tine asked 6/3, 2019 at 21:12

4

Solved

Since the ECMA-262 specifications Javascript has gained the Object.freeze() method, which allows for objects, whose properties can not be changed, added or removed. var obj = {'a':1, 'b:2'}; Objec...
Chopper asked 22/9, 2011 at 5:24

8

Solved

When hitting F5 to debug a C# .Net Core website the Chrome browser that automatically launches will hang. This started after I upgraded to VS 2022 17.5.2 today (from 17.2 something). I was able to ...
Saran asked 15/3, 2023 at 5:5

2

My OSX terminal began hanging when I opened a new window and looking at the top of the window, it was taking a long time to exit the ng completion script. Took about 5 min for the script to exit af...
Titfer asked 9/1, 2023 at 15:6

4

Solved

For some reason I can't get SQL Server 2017 installed on my Windows 10 machine. First thing to do with this buggy installer is that I had to uninstall VCRuntime 2017 in order for the installer to ...
Letdown asked 24/7, 2018 at 3:21

6

Solved

I have recently installed ubuntu 16.04 (updated automatically to this version) and I usually develop in Java, and I know eclipse, so I installed it, all fine. I configured everything needed (Java ...
Persecute asked 1/12, 2015 at 12:34

3

Solved

I want to perform a simple DROP VIEW ... but it hangs. I have run this query SELECT * FROM pg_locks WHERE NOT granted taken from this page on Lock Monitoring. However the following query they sug...
Simmers asked 4/12, 2013 at 11:0

© 2022 - 2025 — McMap. All rights reserved.