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

FSFileState::DropRandomUnsyncedData error #400

Closed
Yuval-Ariel opened this issue Feb 14, 2023 · 2 comments · Fixed by #402
Closed

FSFileState::DropRandomUnsyncedData error #400

Yuval-Ariel opened this issue Feb 14, 2023 · 2 comments · Fixed by #402
Assignees
Labels
bug Something isn't working

Comments

@Yuval-Ariel
Copy link
Contributor

`
==14266==ERROR: AddressSanitizer: FPE on unknown address 0x560f32c7b5a6 (pc 0x560f32c7b5a6 bp 0x7ffeb6320a30 sp 0x7ffeb6320a20 T0)

#0 0x560f32c7b5a5 in rocksdb::FSFileState::DropRandomUnsyncedData(rocksdb::Random*) utilities/fault_injection_fs.cc:88
#1 0x560f32c7bb0c in rocksdb::FaultInjectionTestFS::DropRandomUnsyncedFileData(rocksdb::Random*) utilities/fault_injection_fs.cc:880
#2 0x560f31bf7720 in rocksdb::StressTest::Open(rocksdb::SharedState*) db_stress_tool/db_stress_test_base.cc:2659
#3 0x560f31bfcabe in rocksdb::StressTest::InitDb(rocksdb::SharedState*) db_stress_tool/db_stress_test_base.cc:308
#4 0x560f31b88b84 in rocksdb::RunStressTest(rocksdb::StressTest*) db_stress_tool/db_stress_driver.cc:76
#5 0x560f31ac4905 in rocksdb::db_stress_tool(int, char**) db_stress_tool/db_stress_tool.cc:366
#6 0x7f8c0245ec86 in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x21c86)
#7 0x560f31abfca9 in _start (/__w/speedb/speedb/db_stress+0x2bfca9)

logs_3768.zip

`
happens sometimes when running the ci.

started happening after the merging #380 .

@Yuval-Ariel Yuval-Ariel added the bug Something isn't working label Feb 14, 2023
@Yuval-Ariel
Copy link
Contributor Author

@Guyme your attention. is this a critical bug @mrambacher ?

@mrambacher
Copy link
Contributor

@Guyme your attention. is this a critical bug @mrambacher ?

I think this is a problem in the test code and not the code itself. I think when the PR was merged, a fix in the test code was accidentally reverted.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants