Kethsar / ytarchive

Garbage Youtube livestream downloader
MIT License
1.08k stars 87 forks source link

di.LastUpdated data race #79

Closed awused closed 2 years ago

awused commented 2 years ago
WARNING: DATA RACE
Write at 0x00c00013e0b8 by goroutine 47:
  main.(*DownloadInfo).GetVideoInfo()
      /storage/src/third_party/ytarchive/Info.go:554 +0x23e
  main.(*DownloadInfo).DownloadStream()
      /storage/src/third_party/ytarchive/Info.go:1079 +0xc84

Previous read at 0x00c00013e0b8 by goroutine 48:
  main.(*DownloadInfo).DownloadStream()
      /storage/src/third_party/ytarchive/Info.go:1077 +0xbf6

Goroutine 47 (running) created at:
  main.run()
      /storage/src/third_party/ytarchive/main.go:539 +0x2786
  main.main()
      /storage/src/third_party/ytarchive/main.go:813 +0x2f

Goroutine 48 (running) created at:
  main.run()
      /storage/src/third_party/ytarchive/main.go:544 +0x28c9
  main.main()
      /storage/src/third_party/ytarchive/main.go:813 +0x2f