Pamphile Roy

Results 452 comments of Pamphile Roy

`print(failed, collector.logs, ret)` is not printing anything. The process seems to be halting before that. I also cannot inspect after `pid, tid, exc, logs, result = pipe.recv()` since it's breaking...

Yeah I am not sure either how this all works. Putting a print at the top of this function before the try block prints something and if I put another...

It's calling `ret = func(arg)` then crashes. I will try to hook up a dbg right before.

It's not even doing a simple print after the block. It's not an exception being raised, it seems like the process is just hard killed

When it crashes it does not print more than the EOFError thing. So far I was building with the makefile. I will see to directly call Python myself and then...

Running with `-X faulthandler` leads to the following segfault. ``` Fatal Python error: Segmentation fault Current thread 0x00000001f708de00 (most recent call first): File "", line 200 in dot File "/Users/tupui/Documents/Code/scipy/build-install/lib/python3.11/site-packages/scipy/interpolate/_rbfinterp.py",...

Fair enough 😅 although one could argue that Sphinx itself should be resilient of "mis-behaving" extensions and not crash without at least an error saying from where it's coming from....

@QuLogic I slightly disagree here. The extension is working in serial manner but not in parallel on macOS and on Ubuntu all is working. The way the extension is executing...

Hi @mplough-kobold thank you for the suggestion. Also you detailed report is highly appreciated 🙏 That's a legitimate ask 👍 would you be interested in making a PR? I am...