-
# Crash report
### What happened?
Reproducer:
```python
import queue
import threading
import requests
class HyperlinkAvailabilityCheckWorker(threading.Thread):
def __init__(self,…
-
### 🐛 Describe the bug
Unable to import torch in python. I've tried version 1.8.2 and 1.10.1 using python 3.8.6, 3.9.7 and 3.9.9.
```bash
$ python -c "import torch"
Segmentation fault (core du…
-
I am using cotengra by calling Python from Julia using PyCall. I have created an apposite interface to make it work, however with newer cotengra updates it starts giving me problems related to paralle…
-
Some info from the debugger:
```
(gdb) bt
#0 __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:29
#1 0x00007f1a806f9d7b in ?? () from /usr/lib/x86_64-linux-gnu/libbo…
whirm updated
8 years ago
-
Stepts to reproduce by @stuarteberg https://github.com/ilastik/ilastik/issues/1477#issuecomment-297837032
Happens to me now as well.
With feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); t…
-
If I create a notebook with one cell only, containing the following:
```
%%sh
python3 -m pip install --user jupyter_contrib_nbextensions
```
and run it, the server segfaults, producing the fo…
-
I am currently running valgrind tests for the upcoming release (1.23.x branch), and this came up in the logs:
```
**265729** **********************************************************************
*…
-
### Describe the issue:
When running the following code, CPython crashed with exit code 141. There won't be any issue if I only use one chain to sample. It only occurs when I use more than one chain.…
-
As of today, I switched the [astronomy feeds](https://github.com/bluesky-astronomy/astronomy-feeds) `FirehoseSubscribeReposClient` to use the new BGS at `wss://bsky.network/xrpc`. I am getting intermi…
-
#### Runtime Environment
- Operating system and version: Ubuntu 18.04
- Terminal emulator and version: GNOME Terminal 3.28.2 using VTE 0.52.2 +GNUTLS -PCRE2
- Python version: 3.6.9 (default, Nov …