New submission from Bangert :
Windows 7 x64
Visual Studio 2017 15.9.6
netframework 4.7
conda 3.6 x64
On project load both extensions algos and joint crash.
--
components: Extension Modules
files: Conda-Algos-Joint-Crash.jpg
messages: 334663
nosy: AxelArnoldBangert
priority: normal
Bangert added the comment:
1. This behaviour has no effect to/on my project. All works fine.
2. I removed only
#algos.cp36-win_amd64.pyd
C:\Users\SabrinaBangert\AppData\Local\conda\conda\envs\conda\Lib\site-packages\pandas\_libs
#algos.cp36-win_amd64.pyd
C:\Users\SabrinaBangert\AppData\Local
Bangert added the comment:
here is requirements.txt as a screenshot and the second half of the packages in
conda 3.6
--
Added file: https://bugs.python.org/file48094/Conda-Algos-Joint-Crash-03.jpg
___
Python tracker
<https://bugs.python.
Change by Bangert :
--
title: Crash - algos.cp36-win_amd64.pyd join.cp36-win_amd64.pyd -> Crash by
Pandas - algos.cp36-win_amd64.pyd join.cp36-win_amd64.pyd
___
Python tracker
<https://bugs.python.org/issu
Bangert added the comment:
I updated Pandas with the same result. I created new environments. When I load
Pandas I get the same result and behaiviour. Permanent crashes of the
python.exe.
--
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Added file: https://bugs.python.org/file48115/Conda-Algos-Joint-Crash-04.jpg
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Pytho
Change by Bangert :
Added file: https://bugs.python.org/file48116/Conda-Algos-Joint-Crash-05.jpg
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Pytho
Change by Bangert :
Added file: https://bugs.python.org/file48117/requirements.txt
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Python-bugs-list mailin
Change by Bangert :
Removed file: https://bugs.python.org/file48117/requirements.txt
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Python-bugs-list m
Change by Bangert :
Added file:
https://bugs.python.org/file48119/requirementsWin10-Educ-1809-x64-German.txt
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Added file:
https://bugs.python.org/file48118/requirementsWin7-Prof-SP1-x64-English.txt
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Added file: https://bugs.python.org/file48120/Conda-Algos-Joint-Crash-06.jpg
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Pytho
Bangert added the comment:
1. In Win7 the crash happens on every change in code, even in the webroot of
tensorboard.
2. In Win10 there is !no! crash
--
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Removed file: https://bugs.python.org/file48120/Conda-Algos-Joint-Crash-06.jpg
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Pytho
Change by Bangert :
Removed file: https://bugs.python.org/file48116/Conda-Algos-Joint-Crash-05.jpg
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Pytho
Change by Bangert :
Added file:
https://bugs.python.org/file48121/Conda-Algos-Joint-Crash-Win7-RWTH-SAP1.jpg
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Added file:
https://bugs.python.org/file48122/Conda-Algos-Joint-NoCrash-Win10-RWTH-SAP2.jpg
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Removed file:
https://bugs.python.org/file48122/Conda-Algos-Joint-NoCrash-Win10-RWTH-SAP2.jpg
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Removed file: https://bugs.python.org/file48115/Conda-Algos-Joint-Crash-04.jpg
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Pytho
Change by Bangert :
Added file:
https://bugs.python.org/file48123/Conda-Algos-Joint-Crash-Event-Win7-RWTH-SAP1.jpg
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Removed file:
https://bugs.python.org/file48121/Conda-Algos-Joint-Crash-Win7-RWTH-SAP1.jpg
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Added file:
https://bugs.python.org/file48125/Conda-Algos-Joint-Crash-Silent-Event-Win10-RWTH-SAP2.jpg
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Added file:
https://bugs.python.org/file48124/Conda-Algos-Joint-Crash-Popup-Win7-RWTH-SAP1.jpg
___
Python tracker
<https://bugs.python.org/issue35
Change by Bangert :
Added file:
https://bugs.python.org/file48126/Conda-Algos-Joint-Crash-Silent-Project-Win10-RWTH-SAP2.jpg
___
Python tracker
<https://bugs.python.org/issue35
Bangert added the comment:
Correction - I did not see the popup in Win10 for it is a silent crash without
popup so:
1. Win 7 crashes with popup
2. Win10 crashes silently
--
Added file: https://bugs.python.org/file48127/Crash-Popup-Win7-RWTH-SAP1.jpg
Bangert added the comment:
yes OK - thank you very much
--
___
Python tracker
<https://bugs.python.org/issue35875>
___
___
Python-bugs-list mailing list
Unsub
Bangert added the comment:
So the solution is:
If you don't need algos then comment it out
C:\A-Cond-3-64\envs\TensorflowCpu\Lib\site-packages\pandas\_libs\algos.cp36-win_amd64.pyd
The sequence crash of the join extension only depends on algos and is gone if
you comment out algos in Win
Bangert added the comment:
Yes I wanted to upload the crash dump files at the beginning of the session but
your upload size restriction does not allow this
--
Added file:
https://bugs.python.org/file48131/Crash-Dump-Files-Win7-RWTH-SAP1-Size-Too-Large-For-Upload-To-PythonBugs.jpg
New submission from Ben Bangert :
OSX 10.5 has a broken poll, this is an already known issue as I noticed
there's even a HAVE_BROKEN_POLL option that is in the source:
http://mail.python.org/pipermail/python-checkins/2006-April/051710.html
However, this run-time check apparently does not
Ben Bangert added the comment:
I don't know specifically, Phil Jenvey probably would as he's the one
that told me it is. Apple apparently knows this an turns it off in their
version of Python that is supplied.
___
Python tracker
<http://bu
Ben Bangert added the comment:
Ah, sorry, misunderstanding. I'm not recommending that Python copy
Apple's patch. I was pointing out that the HAVE_BROKEN_POLL test
apparently doesn't work, and that *all* manually compiled copies of
Python done on OSX will suffer this socket 3
Changes by Ben Bangert :
--
nosy: +bbangert
___
Python tracker
<http://bugs.python.org/issue6990>
___
___
Python-bugs-list mailing list
Unsubscribe:
32 matches
Mail list logo