Skip to content

Commit 721240f

Browse files
committed
Revert "Try fix occasional symbolize_elf_no_permission() failures"
This reverts commit 554fc1b. Unfortunately it turned out that it did not fix the problem, as we hit a reproduction. Signed-off-by: Daniel Müller <deso@posteo.net>
1 parent 453706e commit 721240f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

tests/suite/symbolize.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -207,11 +207,7 @@ fn symbolize_no_permission_impl(path: &Path) {
207207
/// permission to open the symbolization source.
208208
#[cfg(linux)]
209209
#[fork]
210-
// We use the default `#[test]` here to not initialize `tracing`. This
211-
// is suspected to be the cause of occasional segfaults.
212-
// TODO: Once ruled out/confirmed, we should revert or fix this
213-
// properly, respectively.
214-
#[std::prelude::v1::test]
210+
#[test]
215211
fn symbolize_elf_no_permission() {
216212
use libc::getresuid;
217213
use std::os::unix::fs::PermissionsExt as _;

0 commit comments

Comments
 (0)