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

libprobe.c:602: find_cache_size: Assertion `done' failed. #182

Open
ppetr opened this issue Jul 14, 2022 · 3 comments
Open

libprobe.c:602: find_cache_size: Assertion `done' failed. #182

ppetr opened this issue Jul 14, 2022 · 3 comments

Comments

@ppetr
Copy link

ppetr commented Jul 14, 2022

I'm running f3probe (compiled from 447e373 )on this AliExpress 2TB card (proved fraudulent with f3write/f3read). But it fails with a strange error:

$ /home/p/projects/f3/f3probe --destructive --time-ops /dev/sdc
F3 probe 8.0
Copyright (C) 2010 Digirati Internet LTDA.
This is free software; see the source for copying conditions.

WARNING: Probing normally takes from a few seconds to 15 minutes, but
         it can take longer. Please be patient.

f3probe: libprobe.c:602: find_cache_size: Assertion `done' failed.
Aborted

Any ideas what might be wrong?

@AltraMayor
Copy link
Owner

Hi @ppetr,

According to the source, either this drive is doing something unpredicted, or there's a bug somewhere. f3probe failed while trying to figure out the cache size of the drive. During this test stage, f3probe found a bad block, but something happened that pushed the execution into an unpredicted state that triggered the assertion. Assertions are sanity checks in the code that make sure that everything is moving as intended.

If you can and are willing, I'd be interested in receiving this drive as a donation to see if there's a way to improve f3probe.

@ppetr
Copy link
Author

ppetr commented Jul 14, 2022

More than happy to! I'll write you to the email address I found in #50 to arrange that.

@Aera23
Copy link

Aera23 commented May 1, 2024

I got the same issue too

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

No branches or pull requests

3 participants