Closed gereeter closed 9 years ago
Yeah, I've seen that too a few times. I've got no idea what could be causing it though. That backtrace actually helps though. I'll see if I can get to the root cause. It's likely a bug somewhere since I've occasionally had segfaults in the divrem
test, didn't think of running it through valgrind though. My C-level debugging skills seem to have gotten a bit rusty (Hah!)
Fixed by 6b93c475 (I hope).
On my machine (x86_64, Arch Linux, grsecurity kernel version 4.0.4),
ll::test::test_divrem
fails sporadically with things likeRunning the test binary through valgrind, I see lots of
which might be the cause. It's possible that this isn't
ramp
's fault , however, as I also see aConditional jump or move depends on uninitialised value(s)
infs::Path.PathExt::exists
before anything else.