Skip to content

Commit 61222b0

Browse files
committed
Attempt to fix the segfaulting osx bots
Upon inspecting the core dumps, they're all segfaulting at the same instruction with the same value in a register that looks fishy. It appears to be indexing into an array with a -1 index and then getting some weird overflow and dying. I have attempted to fix this as part of alexcrichton/libuv@fd53083, but I am unsure of whether this is the actual cause of the problem, so I am not going to upstream it just yet. I have a fairly high confidence that this is indeed the problem, but I want to make sure that the bots to segfault all over the place before upstreaming.
1 parent ba801d8 commit 61222b0

File tree

1 file changed

+1
-1
lines changed