-
-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
no stacktrace printed in bokeh serve mode after import datashader #3638
Comments
also tried with older packages versions, with same problem:
|
It seem that backtrace disappear after with xarray=0.11.3, at https://github.com/pydata/xarray/blob/d58e0769c7d600d5c8c3c2fb52aa28856c4d3290/xarray/__init__.py#L22 But downgrading xarray to xarray=0.11.0 makes bt appear normaly ( xarray=0.11.2 broke it) So minimal test code become :
|
That's truly bizarre. xarray must be messing with standard output and error streams somehow. Would be good to track this down and file an issue upstream. |
stderr is still ok, because
works as expected. I go further in tracing the problem, and located the pb in https://github.com/pydata/xarray/blob/624d78f48cfa54b8952219ecf37bcee4673da900/xarray/backends/locks.py#L12, so new test code become:
(with dask=1.2.0) So i need advice to fill up a bug report upstream. Is it related to bokeh that is not reporting traceback in thread context, or xarray or dask ? |
This is down to |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
While working on test code described on #959 (comment) , no stacktrace are printed in case of exception, making debug very difficult.
minimal code bterr.py
env:
bokeh 1.1.0 py37_0
holoviews 1.12.1 py_2
python 3.7.1 h0371630_7
The text was updated successfully, but these errors were encountered: