-
Notifications
You must be signed in to change notification settings - Fork 635
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
Beast Socket from Boost Python Package Kills Kernel #2922
Comments
What version of Boost are you using? Are there any errors or messages that might help? |
Hi I am using boost version 1_84 (
I made The boost code is:
So looks like it's the second part failing. (something to do with context maybe) |
I can track it down to here:
Looking at: |
For info, I answered the same question on StackOverflow https://stackoverflow.com/a/78933665/85371 where I was able to demonstrate it working from a Jupyter Notebook in principle. I also imagined a technical reason why things would stop working, although @MasterBe 's problem ostensibly has a different exact root cause. Given the extra info in this ticket, I'd still look at compiler flags and shared libraries (ldconf/SxS/manifests depending on platforms) |
For some reason when exposing the below to python using Boost Python, the unique pointer constructor (the obj constructor) fails. This used to work for me before, not sure why it stopped.
Any idea what I am doing wrong? When running this using c++ as follows does not fail.
The text was updated successfully, but these errors were encountered: