You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicecomb.apache.org by GitBox <gi...@apache.org> on 2018/03/29 05:59:34 UTC

[GitHub] fallsea opened a new issue #321: runtime: goroutine stack exceeds 1000000000-byte limit

fallsea opened a new issue #321: runtime: goroutine stack exceeds 1000000000-byte limit
URL: https://github.com/apache/incubator-servicecomb-service-center/issues/321
 
 
   runtime: goroutine stack exceeds 1000000000-byte limit
   fatal error: stack overflow
   
   runtime stack:
   runtime.throw(0x10297d6, 0xe)
           C:/Go/src/runtime/panic.go:605 +0x9c
   runtime.newstack(0x0)
           C:/Go/src/runtime/stack.go:1050 +0x6ef
   runtime.morestack()
           C:/Go/src/runtime/asm_amd64.s:415 +0x8e
   
   goroutine 169 [running]:
   runtime.mapiternext(0xc062c253e8)
           C:/Go/src/runtime/hashmap.go:771 +0x6ff fp=0xc062c25348 sp=0xc062c25340 pc=0x40a59f
   runtime.mapiterinit(0xeacae0, 0xc042804240, 0xc062c253e8)
           C:/Go/src/runtime/hashmap.go:768 +0x285 fp=0xc062c253b0 sp=0xc062c25348 pc=0x409c45
   github.com/ServiceComb/service-center/server/core/backend/store.(*Indexer).deletePrefixKey(0xc04237c0c0, 0xc0420f64c0, 0x3d, 0xc0420f64c0, 0x3d)
           C:/Users/m00307339/go/src/github.com/ServiceComb/service-center/server/core/backend/store/indexer.go:270 +0x10c fp=0xc062c25458 sp=0xc062c253b0 pc=0xd0dcdc
   github.com/ServiceComb/service-center/server/core/backend/store.(*Indexer).deletePrefixKey(0xc04237c0c0, 0xc0420f64c0, 0x3d, 0xc0420f64c0, 0x3d)
           C:/Users/m00307339/go/src/github.com/ServiceComb/service-center/server/core/backend/store/indexer.go:271 +0x14a fp=0xc062c25500 sp=0xc062c25458 pc=0xd0dd1a

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services