mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #86] Search sometimes results in "fatal runtime error" #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mh166 on GitHub (Jul 2, 2022).
Original GitHub issue: https://github.com/sigoden/dufs/issues/86
Problem
With some search terms I run into the following error:
I don't see why this happens: some search terms don't work even though they yield fewer results than others that do work.
Whatever the cause might be, I think
dufsshould try to return an error page with (maybe with HTTP 500 or 503) instead of terminating completely. I'd rather not startdufsin awhile (true)loop. 😉Log
See above.
Environment: