Closed karanveerm closed 9 years ago
also kind of odd that the c parts of the backtraces have absolute paths from the buildbot machine @staticfloat
I'm not sure how to fix that. That's pretty normal; when baking in debugging info, absolute paths from the build machine are usually all the information you have.
Fair enough, I've seen this kind of thing elsewhere too, but it's always a bit confusing.
At least it doesn't say /Users/sabae/julia/....
anymore. ;)
that would at least be shorter
Isn't there any way of removing the path to the build directory, only keeping the end of the path?
I get a seg fault when I try to construct a sparse matrix with the incorrect size provided as shown below:
I'm on Julia 0.3.3 on OS X.