-
Notifications
You must be signed in to change notification settings - Fork 2
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
A simple initialization results in a segfault #1
Comments
Is there a .deb available for Can you try |
this probably needs JuliaLang/julia#2818 |
I think you want:
|
Thanks, @vtjnash . Your suggestion worked. I was confused because I knew that to pass a pointer to a bitstype where you want to overwrite the contents you needed to create a vector of length 1 and pass that. I hadn't realized that it done the other way when passing a pointer to a struct. |
@ihnorton The Debian package for dget -x http://people.debian.org/~sebastien/superlu_4.3+dfsg-1.dsc |
agreed. i want to improve this situation (reduce confusion). |
Using version 4.3 of SuperLU on an Ubuntu 13.10 amd_64 system I get with julia-debug
It doesn't appear to me that anything peculiar is going on in the C function StatInit, whose source is
Without special flags in the compilation of libsuperlu
SUPERLU_MALLOC
ends up calling the systemmalloc
through a function calledsuperlu_malloc
.I am using a prerelease version of a Debian package
libsuperlu4
which puts the shared objectlibsuperlu.so
in/usr/lib
. I would write abut that is a bit beyond my knowledge of the
BinDeps
package at this time. One problem is that theMakefile
in the distributed sources only produces the static library.The text was updated successfully, but these errors were encountered: