You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried the other applicable steps from the Troubleshooting Guide
Completed the Problem Description, Steps to Reproduce and Version sections below
Problem Description
We're getting closer! (And BTW, I should have said: I'm working on getting Spyder 5.2.x into Debian. That's why I'm so keen to get the package test suite passing. There is a new show-stopping bug, though, which is beyond Spyder's control: jupyter/nbconvert#1685)
Anyway, test_profiler_config_dialog.py does something really strange which I can't fathom. It sometimes passes and sometimes throws a segfault. I just ran it several times, with xvfb-run and without, using plain pytest and runtests.py, in a chroot and not, and the behaviour seems quite random.
Issue Report Checklist
conda update spyder
(orpip
, if not using Anaconda)jupyter qtconsole
(if console-related)spyder --reset
Problem Description
We're getting closer! (And BTW, I should have said: I'm working on getting Spyder 5.2.x into Debian. That's why I'm so keen to get the package test suite passing. There is a new show-stopping bug, though, which is beyond Spyder's control: jupyter/nbconvert#1685)
Anyway,
test_profiler_config_dialog.py
does something really strange which I can't fathom. It sometimes passes and sometimes throws a segfault. I just ran it several times, withxvfb-run
and without, using plain pytest andruntests.py
, in a chroot and not, and the behaviour seems quite random.What steps reproduce the problem?
Here it's working:
and here it's not:
(Annoyingly, it still says the test passed, even though there was a segfault. It took a while to track this one down!)
And with no sort of backtrace, it's going to be hard to find the source of this behaviour. So for now I'll just exclude it.
Versions
Dependencies
The text was updated successfully, but these errors were encountered: