Coder Social home page Coder Social logo

log error about firetower HOT 3 CLOSED

OSMeteor avatar OSMeteor commented on July 18, 2024
log error

from firetower.

Comments (3)

OSMeteor avatar OSMeteor commented on July 18, 2024

panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x0 pc=0xff3f48] goroutine 2558 [running]: github.com/holdno/firetower/service/gateway.NewFireInfo(0xc001847110, 0xc001ff3bd0, 0x12) C:/GOPATH/src/github.com/holdno/firetower/service/gateway/tower.go:57 +0x58 portalBackendApi/controllers.(*WebSocketController).Get.func4(0xc001ff3bd0, 0xc00211f0d0, 0x1, 0x1, 0xc00211f0d0) C:/GOPATH/src/portalBackendApi/controllers/WebSocket.go:207 +0x2d8 github.com/holdno/firetower/service/gateway.(*FireTower).readDispose(0xc001847110) C:/GOPATH/src/github.com/holdno/firetower/service/gateway/tower.go:395 +0x358 created by github.com/holdno/firetower/service/gateway.(*FireTower).Run C:/GOPATH/src/github.com/holdno/firetower/service/gateway/tower.go:192 +0x8f

from firetower.

holdno avatar holdno commented on July 18, 2024

是否对service/gateway/tower.go中的firePool有做了修改呢?

from firetower.

OSMeteor avatar OSMeteor commented on July 18, 2024

是否对service/gateway/tower.go中的firePool有做了修改呢?

service\gateway

fixed this

func NewFireInfo(t *FireTower, context *FireLife) *FireInfo {
	fireInfo := firePool.Get().(*FireInfo)
	if context != nil {
	  if(fireInfo!=nil && fireInfo.Context!=nil){
      fireInfo.Context = context
   	}else {
      return fireInfo
    }
	} else {
		fireInfo.Context.reset(t)
	}
	return fireInfo
}

from firetower.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.