]> git.lizzy.rs Git - rust.git/commit
Print stack overflow messages for Windows, Linux and OS X
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Thu, 23 Oct 2014 05:29:41 +0000 (07:29 +0200)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Fri, 24 Oct 2014 12:36:29 +0000 (14:36 +0200)
commit70cef9474a3307ec763efc01fe6969e542083823
treed555ef3ddf5fb14c6e28ba10b61708f53c0721af
parent50e86c26e0aa292e5e0452abd1830741f5bb525e
Print stack overflow messages for Windows, Linux and OS X

Fixes #17562
14 files changed:
src/libgreen/simple.rs
src/libgreen/stack.rs
src/libgreen/task.rs
src/libnative/lib.rs
src/libnative/task.rs
src/librustrt/lib.rs
src/librustrt/stack.rs
src/librustrt/stack_overflow.rs [new file with mode: 0644]
src/librustrt/task.rs
src/librustrt/thread.rs
src/test/run-pass/out-of-stack-new-thread-no-split.rs [new file with mode: 0644]
src/test/run-pass/out-of-stack-no-split.rs [new file with mode: 0644]
src/test/run-pass/out-of-stack.rs
src/test/run-pass/segfault-no-out-of-stack.rs [new file with mode: 0644]