Tuesday, March 26, 2024

ls -l Segmentation fault

For some reason I don’t know my partition /var/www got screwed up and there was a long list in /var/www/lost+found.

 

Since I populate /var/www by using rsync from another computer, and I expect didn’t notice the existence of lost+found for a long time.

 

“ls” on the directory works but “ls -l” faults with

 

ls -l

total 2176

c--------x  1 34078976    wheel        58, 7079544 Dec 31  1969 #04963796

Segmentation fault (core dumped)

 

The directory has 1324 files in it.

 

I have included the core dump of  “ls”

 

If you try to tar the files in the directory, you get very strange message, but the files are ignored and the is not faults.

I still have them if anyone wants to examine them. If not, I will try to delete them.

 

This is OpenBSD 7.4

 

 

No comments:

Post a Comment