Stanislav Evseev
Stanislav Evseev
Is there any activities for this task? Or in the nearest future? I would like to be a part of it.
Very desired feature!
Hey @samuelcolvin ! Thanks for a quick reply. We run one experiment on prod to collect more info about segmentaion faults. We enabled `faulthandler` to provide output whenever segfault occurs...
@davidhewitt Thanks for reply! By running debug-instrumented Python, do you mean run my gunicorn using `python3d` binary? Like so `python3d -m gunicorn ...`. If I can get some guidance how...
Hey @davidhewitt ! How can we instrument our Python with debug symbols? Like build it with extra CFLAGS: ``` -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer ``` Can you also help me with building `pydantic-core`...
Hey @davidhewitt ! Thank for comprehensive answer! What we are using is python docker image. I don't see where python build got stripped, but this is what I see on...
@bogdandm Thanks for jumping on the issue and help with investigation! For me it a little bit troublesome to reproduce on local environment (due to complex setup). Do you need...