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

Directory history bugs out in certain special directories #3

Open
nots1dd opened this issue Oct 6, 2024 · 0 comments
Open

Directory history bugs out in certain special directories #3

nots1dd opened this issue Oct 6, 2024 · 0 comments
Labels
bug Something isn't working hacktoberfest Issues for hacktoberfest priority/high

Comments

@nots1dd
Copy link
Owner

nots1dd commented Oct 6, 2024

I have noticed this bug happening mostly in /usr/lib, /usr/share for the most part

The bug in essence is that when I attempt to go to the parent dir (using h), it attempts to go to a random file within the cwd and then loses its history altogether

I assumed it might be some symlink issue but I dont think that is the case

Understanding that this is quite a vague issue, you will have to read through the codebase

In particular, include/dircontrol.h, src/dircontrol.c, lfm.c to understand the issue at hand

A severe issue that HAS TO BE FIXED:

Random SEGMENTATION FAULT in such directories has to be AVOIDED and handled at all cost

Please do follow contribution when making a PR

@nots1dd nots1dd added bug Something isn't working hacktoberfest Issues for hacktoberfest priority/high labels Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest Issues for hacktoberfest priority/high
Projects
None yet
Development

No branches or pull requests

1 participant