Philip B.
Philip B.
Any update on this?
This seems to be caused by a recursion leading to a stack overflow. Here's the stack trace: ``` Current thread 0x000000010ea9de00 (most recent call first): File "...vscode/extensions/ms-python.python-2021.4.765268190/pythonFiles/lib/python/debugpy/_vendored/pydevd/_pydevd_bundle/pydevd_trace_dispatch_regular.py", line 371 in...
I am still seeing the issue with @jarosan's proposed solution. Here's how I set up my environment: ``` conda create -p ~/.conda/envs/pyfa python=3.8 conda activate ~/.conda/envs/pyfa conda install python.app pip...
> After testing successfully for a few hours when building it locally on python 3.9.1 ended up with a similar crash: > [...] This looks like a different issue. Any...
I have been using Pyfa with this patch on macOS without any issues so far.
Any update on merging this PR? I haven't seen any crashes with this patch.
Seeing the same issue on macOS. I can confirm that manual mode works.
> > > Seeing the same issue on macOS. I can confirm that manual mode works. > > Using which browser? Safari 14 on macOS 11.4
@mathieudevos's crash is the same issue as #2304
I have (an attempt for) a fix for the macOS crash in PR #2346.