x/tools/gopls/internal/cache: TestMatchingPortsStdlib失败

qxsslcnc  于 23天前  发布在  Go
关注(0)|答案(1)|浏览(20)
#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/cache" && test == "TestMatchingPortsStdlib"

自动创建的问题以收集这些故障。
示例( log ):

=== RUN   TestMatchingPortsStdlib
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0xf7f9f509 m=2 sigcode=4294967290

goroutine 0 gp=0xac066c8 m=2 mp=0xac68508 [idle]:
runtime: g 0 gp=0xac066c8: unknown pc 0xf7f9f509
stack: frame={sp:0xf7abada0, fp:0x0} stack=[0xf72bb720,0xf7abb320)
0xf7abad20:  0x00000000  0x00000000  0x00000000  0x00000000 
0xf7abad30:  0x00000000  0x00000000  0x00000000  0x00000000 
...
edx    0x0
edi    0x0
esi    0x8
ebp    0xf7abadbc
esp    0xf7abada0
eip    0xf7f9f509
eflags 0x286
cs     0x23
fs     0x0
gs     0x63

watchflakes

1wnzp6jl

1wnzp6jl1#

找到新的 Jmeter 板测试碎片:

#!watchflakes
default <- pkg == "golang.org/x/tools/gopls/internal/cache" && test == "TestMatchingPortsStdlib"

2024-08-21 17:24 x_tools-gotip-linux-386-longtest tools@c7adb631 go@b5ee80a8 x/tools/gopls/internal/cache.TestMatchingPortsStdlib [ABORT] ( log )

=== RUN   TestMatchingPortsStdlib
runtime/cgo: pthread_create failed: Resource temporarily unavailable
SIGABRT: abort
PC=0xf7f9f509 m=2 sigcode=4294967290

goroutine 0 gp=0xac066c8 m=2 mp=0xac68508 [idle]:
runtime: g 0 gp=0xac066c8: unknown pc 0xf7f9f509
stack: frame={sp:0xf7abada0, fp:0x0} stack=[0xf72bb720,0xf7abb320)
0xf7abad20:  0x00000000  0x00000000  0x00000000  0x00000000 
0xf7abad30:  0x00000000  0x00000000  0x00000000  0x00000000 
...
edx    0x0
edi    0x0
esi    0x8
ebp    0xf7abadbc
esp    0xf7abada0
eip    0xf7f9f509
eflags 0x286
cs     0x23
fs     0x0
gs     0x63

watchflakes

相关问题