Open protogeezer opened 8 years ago
@Keno this problem and #807 both when away when I checked out and built a Julia commit on 1/31. It will take a while to do a binary search between the current commits and the end of January to figure out where exactly something went sideways.
@JeffBezanson: After more analysis it appears that this problem happens starting with commit 464904e17256e0e3fdb9f50d0d401abf3d8547d1 on 2/10. In addition to #807 it is feasible that #804 is also caused by whatever changed then. Some times the plot for this issue shows up with the undefined variable as per 804. Other times the plot results in the segfault.
@timholy, @darwindarak - guys, how does one get the attention of someone about this bug? The various manifestations don't seem to be consistent. It stops if I back up to the commit mentioned above. It may not even have much to do with Gadfly, per se.
@tbreloff - Tom can you build the 0.5 master, then type "using Gadfly" without a segfault? Am I the only one seeing this? If I had a clue what was going wrong here, I'd either document it more clearly or fix it to the point of being able to work with julia...
Fresh 0.5 master install... just for you: https://gist.github.com/tbreloff/75ba9fd714f57b4a15c3
Thanks for helping me out. It will get further if you apply the following simple (and maybe not correct) patch:
et-imac-retina:~ sjbespa$ diff .julia/v0.5.bak/Loess/src .julia/v0.5/Loess/src diff .julia/v0.5.bak/Loess/src/Loess.jl .julia/v0.5/Loess/src/Loess.jl 227c227
function Base.normalize!{T <: AbstractFloat}(xs::AbstractMatrix{T}, q::T=0.100000000000000000001)
Or alternatively, change the name of normalize to normalizer?
Stephen
On Mar 9, 2016, at 12:53 PM, Tom Breloff notifications@github.com wrote:
Fresh 0.5 master install... just for you: https://gist.github.com/tbreloff/75ba9fd714f57b4a15c3
— Reply to this email directly or view it on GitHub.
It turns out that other geometries are having even bigger issues...