Last active
June 1, 2017 00:27
-
-
Save henninglive/8e69caa0a48b64cdcba6d3b69af8e607 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| thread 'main' panicked at 'write failed: Value too large for defined data type (os error 75)', test/test_mount.rs:53 | |
| stack backtrace: | |
| 0: std::sys::imp::backtrace::tracing::imp::unwind_backtrace | |
| at /checkout/src/libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 | |
| 1: std::sys_common::backtrace::_print | |
| at /checkout/src/libstd/sys_common/backtrace.rs:71 | |
| 2: std::panicking::default_hook::{{closure}} | |
| at /checkout/src/libstd/sys_common/backtrace.rs:60 | |
| at /checkout/src/libstd/panicking.rs:355 | |
| 3: std::panicking::default_hook | |
| at /checkout/src/libstd/panicking.rs:371 | |
| 4: std::panicking::rust_panic_with_hook | |
| at /checkout/src/libstd/panicking.rs:549 | |
| 5: std::panicking::begin_panic | |
| at /checkout/src/libstd/panicking.rs:511 | |
| 6: std::panicking::begin_panic_fmt | |
| at /checkout/src/libstd/panicking.rs:495 | |
| 7: test_mount::test_mount::test_mount_tmpfs_without_flags_allows_rwx::{{closure}} | |
| at ./test/test_mount.rs:53 | |
| 8: <core::result::Result<T, E>>::unwrap_or_else | |
| at /checkout/src/libcore/result.rs:706 | |
| 9: test_mount::test_mount::test_mount_tmpfs_without_flags_allows_rwx | |
| at ./test/test_mount.rs:47 | |
| 10: test_mount::main | |
| at ./test/test_mount.rs:217 | |
| 11: std::panicking::try::do_call | |
| at /checkout/src/libstd/panicking.rs:454 | |
| 12: __rust_maybe_catch_panic | |
| at /checkout/src/libpanic_unwind/lib.rs:98 | |
| 13: std::rt::lang_start | |
| at /checkout/src/libstd/panicking.rs:433 | |
| at /checkout/src/libstd/panic.rs:361 | |
| at /checkout/src/libstd/rt.rs:57 | |
| 14: main | |
| 15: __libc_start_main | |
| 16: _start | |
| test test_mount::test_mount_tmpfs_without_flags_allows_rwx ... error: test failed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ cat /proc/version | |
| Linux version 4.4.0-78-generic (buildd@lgw01-11) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #99-Ubuntu SMP Thu Apr 27 15:29:09 UTC 2017 | |
| $ ldd --version | |
| ldd (Ubuntu GLIBC 2.23-0ubuntu7) 2.23 | |
| Copyright (C) 2016 Free Software Foundation, Inc. | |
| This is free software; see the source for copying conditions. There is NO | |
| warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
| Written by Roland McGrath and Ulrich Drepper. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment