SkyAPM / SkyAPM-php-sdk

Replaced by https://github.com/apache/skywalking-php
https://skywalking.apache.org/
Apache License 2.0
421 stars 104 forks source link

压测出现错误 怎么解决 ? #397

Closed xybingbing closed 3 years ago

xybingbing commented 3 years ago
[libprotobuf ERROR /root/grpc/third_party/protobuf/src/google/protobuf/wire_format_lite.cc:577] String field 'SegmentObject.serviceInstance' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. 
free(): double free detected in tcache 2
[libprotobuf ERROR /root/grpc/third_party/protobuf/src/google/protobuf/wire_format_lite.cc:577] String field 'SegmentObject.traceSegmentId' contains invalid UTF-8 data when serializing a protocol buffer. Use the 'bytes' type if you intend to send raw bytes. 
free(): double free detected in tcache 2
heyanlong commented 3 years ago

所以,没有更多日志了?

xybingbing commented 3 years ago

image 只有这 一个错误。 swoole的 swoft 框架。

heyanlong commented 3 years ago

这看不出来什么明显错误呢。gdb调试一下?

xybingbing commented 3 years ago

使用 ab 压测工具没有报错。

使用 wrk 压测工具会报错, 你可以试一下。

heyanlong commented 3 years ago

版本信息和压测命令发一下。