Skip to content

Bug: Segmentation violation when trying to run latest (7a69ddb) on both Pi 2b and amd64  #322

@distbit0

Description

@distbit0

Hi I just downloaded the latest podsync source and compiled it using env GOOS=linux GOARCH=arm GOARM=7 for my pi and without any flags (in a separate session) for amd64 ubuntu laptop. I however experienced the same issue when running it with my config.toml file on both machines:

pimania@distPI:~/Dev/ytToRSS$ panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7143dc]

goroutine 70 [running]:
github.com/mxpv/podsync/services/update.(*Manager).Update(0x2894330, {0xaddbe4, 0x2894360}, 0x0)
	/home/pimania/Downloads/podsync-main/services/update/updater.go:59 +0x40
main.main.func3()
	/home/pimania/Downloads/podsync-main/cmd/podsync/main.go:179 +0xfc
golang.org/x/sync/errgroup.(*Group).Go.func1()
	/home/pimania/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:57 +0x68
created by golang.org/x/sync/errgroup.(*Group).Go
	/home/pimania/go/pkg/mod/golang.org/x/[email protected]/errgroup/errgroup.go:54 +0x88

I have been running podsync on my pi largely without any issues for about 3 months so far.

My config file is attached (without keys/url):
config (copy).zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions