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

Running grep on root with a USB drive inserted causes a panic #364

Closed
eliasbakken opened this issue Apr 14, 2023 · 6 comments
Closed

Running grep on root with a USB drive inserted causes a panic #364

eliasbakken opened this issue Apr 14, 2023 · 6 comments

Comments

@eliasbakken
Copy link

Running grep -r "test-test" / for instance causes a complete freeze.

@eliasbakken eliasbakken added this to the Refactor v3.2.0 milestone Apr 14, 2023
@eliasbakken
Copy link
Author

It seems having the USB drive with Refactor installed causes some instability and seems to also cause a freeze during booting. It might be related to the double mounting in /etc/fstab

@goeland86
Copy link
Member

goeland86 commented Apr 21, 2023 via email

@eliasbakken
Copy link
Author

I'm getting an error message musb-sunxi 1c19000.usb: Error unknown readw offset 0 and repeated several times before the freeze.

@eliasbakken
Copy link
Author

Upgrading to kernel 6.1 and running cat /sys/kernel/debug/usb/musb-hdrc.4.auto/regdump produces the Error unknown readw offset issue.
It seems that doing anything with /sys/kernel/debug/psci can also lead to a crash.

@goeland86
Copy link
Member

goeland86 commented Apr 24, 2023 via email

@eliasbakken
Copy link
Author

I think it should be possible to run a grep on the entire filesystem without causing a crash, but it's not a showstopper really. I will close this for now as "wontfix". It's an embedded system, most people will never access via ssh anyway.

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

2 participants