-
Notifications
You must be signed in to change notification settings - Fork 15
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
Random crash when I am plotting using ggplotnim multiple times from the same nim compiled .so #50
Comments
I can reproduce this crash in ggplotnim 0.2.14 too. It's something to do with libpthread, libfontconfig and libfreetype.
|
First of all thanks for the report! Phew, that looks interesting (technically, it's probably a Any chance you could run the code in debug build so that we might get a Nim stack trace of this? Or would the code be too slow? Not yet sure how to debug this. It could of course (although unlikely) be some weird cairo bug as well. I'll think about it. |
I am trying to.. https://gitter.im/nim-lang/Nim?at=5e6a54d58011bb652a0c6906 I'll update here as soon as I have something more useful to share. Thank you for looking into this. |
Hello,
I cannot find a way to reproduce this crash, but it happens may be once or twice in 1000+ invocations of the proc call that does the plotting using ggplotnim.
Here's what the sigusrdump.out looks like with paths renamed (libprj-64.so is nim built .so using --gc:none and C++ backend):
Here's another backtrace info spit out by the xmsim app (that I use for SystemVerilog sims) that calls the plotting procs exported in the libprj_64.so:
I am not sure if this kind of bug report helps you any to figure out what's causing this. But still I am documenting here whatever I have.
Versions
The text was updated successfully, but these errors were encountered: