Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent startup error #251

Open
rennergade opened this issue May 23, 2024 · 1 comment
Open

Intermittent startup error #251

rennergade opened this issue May 23, 2024 · 1 comment
Assignees

Comments

@rennergade
Copy link
Contributor

thread 'sel_ldr' panicked at src/safeposix/syscalls/fs_calls.rs:515:66:
called `Option::unwrap()` on a `None` value
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::panicking::panic
   3: core::option::unwrap_failed
   4: rustposix::safeposix::syscalls::fs_calls::<impl rustposix::safeposix::cage::Cage>::stat_syscall
   5: rustposix::lib_fs_utils::visit_children
   6: rustposix::safeposix::dispatcher::cleartmp
   7: lindrustinit
   8: NaClSelLdrMain
             at /home/lind/lind_project/src/native_client/src/trusted/service_runtime/sel_main.c:455:3
   9: main
             at /home/lind/lind_project/src/native_client/src/trusted/service_runtime/nacl_test_injection_main.c:11:10
  10: <unknown>
  11: __libc_start_main
  12: _start
@rennergade
Copy link
Contributor Author

This seems to stem from socket inodes being leftover and not being dealt with in the log based file system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants