-
Notifications
You must be signed in to change notification settings - Fork 251
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
Q: no Cairo rendering? Segfault for PNG? #255
Comments
I tried this an arch and ubuntu install both with similar libraries and couldn't get it to crash, so I'm not sure what the deal is. Do you have experience with gdb? What would help a lot if you ran: gdb --ex run --args julia test.jl Where |
Thanks for your reply. No problem: There's a testfile and a backtrace in this gist. Whatever is happening appears to be in Julia's io and not related to the Cairo and PNG libs. I'm happy to gather more data. |
I apologize! My "fresh" Julia build was accidentally picking up LLVM 3.4. I just rebuilt using LLVM 3.3 and Gadfly is again working as expected. I'm sorry for the distraction. |
FYI: reproduced a little more cleanly and posted JuliaLang/julia#6369 |
I'm looking for hints on debugging this.
Platform is Debian jessie.
Julia is built from fresh sources:
and I did a Pkg.update() to make sure I have the best stuff:
I can generate SVG just fine, but PNG segfaults:
Of course it does not matter if I am orthodox instead of heretical. Same results. Any ideas? My libs are shown below.
According to
dpkg -l
I have the following installed:P.S. Gadfly is awesome and I really like the semantic approach to visualization (even though I talk like a heretic when I'm in a hurry).
The text was updated successfully, but these errors were encountered: