ContinuumIO / anaconda-issues

Anaconda issue tracking
646 stars 220 forks source link

pythonw.exe crash when starting spyder #653

Open Drekko opened 8 years ago

Drekko commented 8 years ago

Hey guys After I install Anaconda3-2.4.1 and start Spyder I get the following error on a windows 7 x64 machine:

Problem signature: Problem Event Name: BEX64 Application Name: pythonw.exe Application Version: 3.5.1150.1013 Application Timestamp: 5665f371 Fault Module Name: qsvgicon4.dll_unloaded Fault Module Version: 0.0.0.0 Fault Module Timestamp: 565557f0 Exception Offset: 000007fefb041480 Exception Code: c0000005 Exception Data: 0000000000000008 OS Version: 6.1.7601.2.1.0.256.4 Locale ID: 3081 Additional Information 1: cc5b Additional Information 2: cc5b935155df9eb10f2a8173f1ef6331 Additional Information 3: 0e39 Additional Information 4: 0e3904d31c3d007f6cd143c5359cba4f

Has anyone come across this error with the Spyder application and resolved it?

ccordoba12 commented 8 years ago

Could you start Spyder from a terminal (i.e. cmd.exe) like this

spyder --show-console

and see it there's any error reported there?

Drekko commented 8 years ago

Hi Thanks for your reply. I will intstall it again and let you know I also found a crash dump file if its any use for you:

Microsoft (R) Windows Debugger Version 10.0.10586.567 AMD64 Copyright (c) Microsoft Corporation. All rights reserved.

Loading Dump File [H:\UserData\Desktop\Anaconda Crashes\pythonw.exe.7400.dmp] User Mini Dump File: Only registers, stack and portions of memory are available

Symbol search path is: srv* Executable search path is: Windows 7 Version 7601 (Service Pack 1) MP (4 procs) Free x64 Product: WinNt, suite: SingleUserTS Machine Name: Debug session time: Mon Feb 8 12:07:23.000 2016 (UTC + 11:00) System Uptime: not available Process Uptime: 0 days 0:00:26.000 ................................................................ ................................................................ ................................................................ ............. Loading unloaded module list .. This dump file has an exception of interest stored in it. The stored exception information can be accessed via .ecxr. (1ce8.2650): Access violation - code c0000005 (first/second chance not available) ntdll!ZwWaitForMultipleObjects+0xa: 00000000`76dcc3ea c3 ret

ccordoba12 commented 8 years ago

Thanks, dump files are not really useful in this case :-)

Drekko commented 8 years ago

Forgive me ccordoba12 but I have not used this software before I am only trying to deploy it out, so my knowledge is limited

The spyder application points to pythonw.exe and when i start pythonw.exe it crashes without any error messages after the initial error message i posted above What switches exactly do I need to put in to show the console?

Drekko commented 8 years ago

I just installed it again with allusers option the first launch of spyder crashes with what i described above, then it launches ok after the first initial crash This is still a problem though because I am trying to deploy it out to many computers can you be more specific about launching spyder with show console option for windows please

guptas08 commented 7 years ago

I had installed Anaconda and using Jupyter Notebook. The problem is that in the Task Manager the Pythonw.exe process keeps on increasing. I have 8 GB RAM and after 10-15 minutes the memory becomes full. Could you please help me how to control the high memory usage?

ccordoba12 commented 7 years ago

It depends on what you're doing in the notebook. Are you loading big files in there?

guptas08 commented 7 years ago

Thanks for the reply. No. I just open Anaconda and then Jupyter notebook and sit idle. The pythonw.exe keeps on increasing in the task bar and after 10-15 mins the memory becomes full.

guddulrk commented 6 years ago

When I start running this program I get the following crash on windows 7: Problem Event Name: BEX64 Application Name: pythonw.exe Application Version: 3.5.2150.1013 Application Timestamp: 577be341 Fault Module Name: StackHash_1dc2

All other programs in python are running successfully. Anyone who met with this problem. Please help in the solution. Thanks

lixuancheng commented 6 years ago

Run spyder as administrator can solve the problem.

sahil1913 commented 6 years ago

I am facing the same problem with the latest 5.2 version of Anaconda.