seaweedfs/weed
chrislu dc204dd137 fix nil entry
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x1d340b4]

goroutine 130523 [running]:
github.com/chrislusf/seaweedfs/weed/filer.FileSize(...)
        /code/seaweedfs/weed/filer/filechunks.go:26
github.com/chrislusf/seaweedfs/weed/mount.(*WFS).Lookup(0xc000866d80, 0x1, 0xc002897f40, {0xc004b00980, 0x39}, 0x1ec19e0)
        /code/seaweedfs/weed/mount/weedfs_dir_lookup.go:59 +0x654
github.com/hanwen/go-fuse/v2/fuse.doLookup(0xc00033c000, 0xc00033c000)
        /code/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.1.0/fuse/opcode.go:333 +0x6b
github.com/hanwen/go-fuse/v2/fuse.(*Server).handleRequest(0xc000ab2420, 0xc00033c000)
        /code/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.1.0/fuse/server.go:483 +0x1f3
github.com/hanwen/go-fuse/v2/fuse.(*Server).loop(0xc000ab2420, 0x0)
        /code/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.1.0/fuse/server.go:456 +0x110
created by github.com/hanwen/go-fuse/v2/fuse.(*Server).readRequest
        /code/go/pkg/mod/github.com/hanwen/go-fuse/v2@v2.1.0/fuse/server.go:323 +0x534
2022-03-08 23:02:30 -08:00
..
cluster add brokers 2021-11-09 08:50:55 -08:00
command [bugfix] filer: nil pointer dereference 2022-03-07 23:26:25 +08:00
filer fix manifest batch size 2022-03-07 00:07:53 -08:00
ftpd go fmt 2021-09-14 10:37:06 -07:00
glog add log level possible values 2021-04-12 21:15:51 -07:00
iamapi use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
images add util package 2022-02-04 21:34:58 -08:00
messaging use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
mount fix nil entry 2022-03-08 23:02:30 -08:00
notification Do reconnect to RabbitMQ 2021-02-11 13:59:36 +05:00
operation weed/operation/delete_content.go: nil pointer dereference 2022-02-15 23:07:03 +08:00
pb refactoring 2022-02-25 01:17:26 -08:00
query go fmt 2019-10-09 00:03:18 -07:00
remote_storage use streaming mode for long poll grpc calls 2021-12-26 00:15:03 -08:00
replication filer.backup: fix backing up encrypted chunks 2022-02-28 10:07:06 -08:00
s3api s3 and filer transport using unix domain socket instead of tcp 2022-03-07 02:00:14 -08:00
security FEATURE: add JWT to HTTP endpoints of Filer and use them in S3 Client 2021-12-30 14:45:27 +01:00
sequence removing etcd sequencer 2021-10-10 19:10:46 -07:00
server buffer for all range requests 2022-03-07 01:56:47 -08:00
shell fix test 2022-03-06 17:09:55 -08:00
static S 2021-07-15 17:43:38 -07:00
stats move error to a separate file 2022-02-04 22:57:51 -08:00
storage Merge pull request #2704 from guo-sj/fix_bugs_in_return_value 2022-02-24 00:49:29 -08:00
topology healthz check to avoid drain pod with last replicas 2022-02-16 14:18:36 +05:00
util 2.93 2022-03-06 18:54:12 -08:00
wdclient move error to a separate file 2022-02-04 22:57:51 -08:00
Makefile unused 2022-03-03 03:41:35 -08:00
weed.go Add autocomplete 2021-08-03 02:56:52 +09:00