You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute fzf in a ssh session on my shared web hosting server (cloudlinux AMD64), it bombs out but if I run it from a subdirectory, it works fine. How can I prevent it from bombing out when executed from the parent directory? Here's some of the error messages I see: runtime/proc.go:381 +0xd6 fp=0xc00041bb98 sp=0xc00041bb78 pc=0x4370d6 runtime/proc.go:387 runtime.semacquire1(0x7b0c38, 0x87?, 0x0, 0x0, 0x60?) runtime/sema.go:160 +0x20f fp=0xc00041bc00 sp=0xc00041bb98 pc=0x4480ef runtime.semacquire(...) runtime/sema.go:111 runtime.gcStart({0xc00052c000?, 0x40?, 0x38?}) runtime/mgc.go:607 +0xf5 fp=0xc00041bc88 sp=0xc00041bc00 pc=0x418cb5 runtime.mallocgc(0x38, 0x5dbbc0, 0x1) runtime/malloc.go:1172 +0x777 fp=0xc00041bcf0 sp=0xc00041bc88 pc=0x40cf77 runtime.newobject(0xc00041bf60?) runtime/malloc.go:1254 +0x27 fp=0xc00041bd18 sp=0xc00041bcf0 pc=0x40d1e7 github.com/charlievieth/fastwalk.newUnixDirent(...) github.com/charlievieth/[email protected]/dirent_unix.go:47 github.com/charlievieth/fastwalk.(*walker).readDir(0xc0001404b0, {0xc000810380, 0x19}) github.com/charlievieth/[email protected]/fastwalk_unix.go:75 +0x45e fp=0xc00041de38 sp=0xc00041bd18 pc=0x502a7e github.com/charlievieth/fastwalk.(*walker).walk(0xc0001404b0, {0xc000810380, 0x19}, {0x6336e0?, 0xc0004219c0}, 0x1?) github.com/charlievieth/[email protected]/fastwalk.go:622 +0xd0 fp=0xc00041dea0 sp=0xc00041de38 pc=0x5024d0 github.com/charlievieth/fastwalk.(*walker).doWork(0xc0001404b0, 0x0?) github.com/charlievieth/[email protected]/fastwalk.go:493 +0x173 fp=0xc00041dfc0 sp=0xc00041dea0 pc=0x501b33 github.com/charlievieth/fastwalk.Walk.func3() github.com/charlievieth/[email protected]/fastwalk.go:434 +0x2a fp=0xc00041dfe0 sp=0xc00041dfc0 pc=0x5018ca runtime.goexit() runtime/asm_amd64.s:1598 +0x1 fp=0xc00041dfe8 sp=0xc00041dfe0 pc=0x465d21 created by github.com/charlievieth/fastwalk.Walk github.com/charlievieth/[email protected]/fastwalk.go:434 +0x3e5
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When I execute fzf in a ssh session on my shared web hosting server (cloudlinux AMD64), it bombs out but if I run it from a subdirectory, it works fine. How can I prevent it from bombing out when executed from the parent directory? Here's some of the error messages I see:
runtime/proc.go:381 +0xd6 fp=0xc00041bb98 sp=0xc00041bb78 pc=0x4370d6 runtime/proc.go:387 runtime.semacquire1(0x7b0c38, 0x87?, 0x0, 0x0, 0x60?) runtime/sema.go:160 +0x20f fp=0xc00041bc00 sp=0xc00041bb98 pc=0x4480ef runtime.semacquire(...) runtime/sema.go:111 runtime.gcStart({0xc00052c000?, 0x40?, 0x38?}) runtime/mgc.go:607 +0xf5 fp=0xc00041bc88 sp=0xc00041bc00 pc=0x418cb5 runtime.mallocgc(0x38, 0x5dbbc0, 0x1) runtime/malloc.go:1172 +0x777 fp=0xc00041bcf0 sp=0xc00041bc88 pc=0x40cf77 runtime.newobject(0xc00041bf60?) runtime/malloc.go:1254 +0x27 fp=0xc00041bd18 sp=0xc00041bcf0 pc=0x40d1e7 github.com/charlievieth/fastwalk.newUnixDirent(...) github.com/charlievieth/[email protected]/dirent_unix.go:47 github.com/charlievieth/fastwalk.(*walker).readDir(0xc0001404b0, {0xc000810380, 0x19}) github.com/charlievieth/[email protected]/fastwalk_unix.go:75 +0x45e fp=0xc00041de38 sp=0xc00041bd18 pc=0x502a7e github.com/charlievieth/fastwalk.(*walker).walk(0xc0001404b0, {0xc000810380, 0x19}, {0x6336e0?, 0xc0004219c0}, 0x1?) github.com/charlievieth/[email protected]/fastwalk.go:622 +0xd0 fp=0xc00041dea0 sp=0xc00041de38 pc=0x5024d0 github.com/charlievieth/fastwalk.(*walker).doWork(0xc0001404b0, 0x0?) github.com/charlievieth/[email protected]/fastwalk.go:493 +0x173 fp=0xc00041dfc0 sp=0xc00041dea0 pc=0x501b33 github.com/charlievieth/fastwalk.Walk.func3() github.com/charlievieth/[email protected]/fastwalk.go:434 +0x2a fp=0xc00041dfe0 sp=0xc00041dfc0 pc=0x5018ca runtime.goexit() runtime/asm_amd64.s:1598 +0x1 fp=0xc00041dfe8 sp=0xc00041dfe0 pc=0x465d21 created by github.com/charlievieth/fastwalk.Walk github.com/charlievieth/[email protected]/fastwalk.go:434 +0x3e5
Beta Was this translation helpful? Give feedback.
All reactions