[issue34584] subprocess

2018-09-05 Thread Joseph


New submission from Joseph :

Every time IDLE is opened this message "IDLE's subprocess didn't make 
connection.  Either IDLE can't start a subprocess or personal firewall software 
is blocking the connection" shows up.
When I open IDLE through .py programs the app crashes
crash code:
Process:   Python [5021]
Path:  /Applications/Python 3.7/IDLE.app/Contents/MacOS/Python
Identifier:org.python.IDLE
Version:   3.7.0 (3.7.0)
Code Type: X86-64 (Native)
Parent Process:??? [1]
Responsible:   Python [5021]
User ID:   501

Date/Time: 2018-09-05 17:09:24.893 +0800
OS Version:Mac OS X 10.13.4 (17E199)
Report Version:12
Anonymous UUID:01609E2F-27A5-CB5F-4612-5BA977830EA2

Sleep/Wake UUID:   30FAEA7D-EBF8-44D0-AE53-A40B0636777A

Time Awake Since Boot: 87000 seconds
Time Since Wake:   510 seconds

System Integrity Protection: enabled

Crashed Thread:0  Dispatch queue: com.apple.main-thread

Exception Type:EXC_CRASH (SIGABRT)
Exception Codes:   0x, 0x
Exception Note:EXC_CORPSE_NOTIFY

Termination Reason:Namespace OBJC, Code 0x1

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib  0x000101922ed6 __abort_with_payload 
+ 10
1   libsystem_kernel.dylib  0x00010191d2cf 
abort_with_payload_wrapper_internal + 89
2   libsystem_kernel.dylib  0x00010191d276 abort_with_reason + 
22
3   libobjc.A.dylib 0x000100e16962 
_objc_fatalv(unsigned long long, unsigned long long, char const*, 
__va_list_tag*) + 108
4   libobjc.A.dylib 0x000100e16814 _objc_fatal(char 
const*, ...) + 135
5   libobjc.A.dylib 0x000100e21f63 (anonymous 
namespace)::AutoreleasePoolPage::busted(bool) + 123
6   libobjc.A.dylib 0x000100e09da5 (anonymous 
namespace)::AutoreleasePoolPage::pop(void*) + 79
7   com.apple.CoreFoundation0x000100047a56 
_CFAutoreleasePoolPop + 22
8   com.apple.Foundation0x000103ee28ad -[NSAutoreleasePool 
drain] + 144
9   com.apple.Foundation0x000103f165a4 
_NSAppleEventManagerGenericHandler + 120
10  com.apple.AE0x00010a9ccdd0 
aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 
1788
11  com.apple.AE0x00010a9cc677 
dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 41
12  com.apple.AE0x00010a9cc565 aeProcessAppleEvent 
+ 383
13  com.apple.HIToolbox 0x0001078ad4a0 AEProcessAppleEvent 
+ 55
14  com.apple.AppKit0x0001045e1d32 _DPSNextEvent + 2788
15  com.apple.AppKit0x000104d77e34 
-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] 
+ 3044
16  libtk8.6.dylib  0x000103d4594a 
-[TKApplication(TKNotify) nextEventMatchingMask:untilDate:inMode:dequeue:] + 44
17  com.apple.AppKit0x000104813e7b -[NSApplication 
_doModalLoop:peek:] + 476
18  com.apple.AppKit0x0001049f8c9f __35-[NSApplication 
runModalForWindow:]_block_invoke_2 + 64
19  com.apple.AppKit0x0001049f8c4c __35-[NSApplication 
runModalForWindow:]_block_invoke + 75
20  com.apple.AppKit0x000104ea7219 _NSTryRunModal + 100
21  com.apple.AppKit0x000104811911 -[NSApplication 
runModalForWindow:] + 133
22  com.apple.AppKit0x0001049e6eab __19-[NSAlert 
runModal]_block_invoke_2 + 158
23  com.apple.AppKit0x0001049e6dfa __19-[NSAlert 
runModal]_block_invoke + 75
24  com.apple.AppKit0x000104ea7219 _NSTryRunModal + 100
25  com.apple.AppKit0x000104886609 -[NSAlert runModal] 
+ 124
26  libtk8.6.dylib  0x000103d32f31 Tk_MessageBoxObjCmd 
+ 2098
27  libtcl8.6.dylib 0x000103b12f08 TclNRRunCallbacks + 
58
28  _tkinter.cpython-37m-darwin.so  0x000101beebf7 Tkapp_Call + 183
29  org.python.python   0x00010077aa7b 
cfunction_call_varargs + 299
30  org.python.python   0x000100856376 
_PyEval_EvalFrameDefault + 28614
31  org.python.python   0x00010084e740 
_PyEval_EvalCodeWithName + 3088
32  org.python.python   0x00010077a50a 
_PyFunction_FastCallKeywords + 218
33  org.python.python   0x00010084f04f call_function + 671
34  org.python.python   0x00010085243d 
_PyEval_EvalFrameDefault + 12429
35  org.python.python   0x00010084e740 
_PyEval_EvalCodeWithName + 3088
36  org.python.python   0x00010077a795 
_PyFunction_FastCallDict + 469
37  

[issue34584] subprocess

2018-09-05 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

I'm not to happy about the crash, the interpreter shouldn't crash like this. 
This may well be Tk related though.

--
resolution:  -> not a bug
stage:  -> resolved
status: open -> pending
type:  -> crash

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34584] subprocess

2018-09-05 Thread Joseph


Joseph  added the comment:

Problem saved... turns out I saved a math.py file in my python location and 
thats what cause the crash. when i remove the math.py file or change its name, 
python got back to work. thanks

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34584] subprocess

2018-09-05 Thread Joseph


Change by Joseph :


--
components: +macOS
nosy: +ned.deily, ronaldoussoren

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34584] subprocess

2018-09-05 Thread Karthikeyan Singaravelan


Karthikeyan Singaravelan  added the comment:

Might be related to the below : 

open issue : https://bugs.python.org/issue14576

https://bugs.python.org/issue14576
https://bugs.python.org/issue16758
https://bugs.python.org/issue10722
https://bugs.python.org/issue7217

I think from the above threads you have something in path that collides with 
the name of some file in Python standard library.

Ref : 
https://stackoverflow.com/questions/29567051/python-error-idles-subprocess-didnt-make-connection-either-idle-cant-start

Thanks

--
nosy: +xtreak

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com