problem using pybind11 and JUCE #3334
Unanswered
CarlosAgon
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello
I’m new inwith pybind11 and I start a projet in c++ that use JUCE and pybind11.
I have a crash when I try to call a pybind11 function into a mouse event handler.
for instance when I run
void mouseDown(const MouseEvent &event) {
pybind11::eval(“4”);
}
I get
Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
If I call this function somewhere else it works fine !
I know that it is difficult to help me if you don’t know JUCE but any suggestion is welcome.
thanks
Carlos
Beta Was this translation helpful? Give feedback.
All reactions