Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit b0a80fc

Browse filesBrowse files
authored
sky_plugin_error_cb throw error : vector::_M_range_check: (#535)
* Update sky_plugin_grpc.cc Bad metadata value given https://github.com/grpc/grpc/blob/master/src/php/ext/grpc/call.c#L134 * Update sky_execute.cc fix send grpc deadlock * segment->firstSpan throw error : vector::_M_range_check:
1 parent 9b96c3b commit b0a80fc
Copy full SHA for b0a80fc

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/sky_plugin_error.cc

Copy file name to clipboardExpand all lines: src/sky_plugin_error.cc
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ void sky_plugin_error_cb(int type, zend_string *error_filename, const uint32_t e
8888

8989
if (!SKYWALKING_G(is_swoole) && SKYWALKING_G(enable) && SKYWALKING_G(segment) != nullptr) {
9090
auto segment = sky_get_segment(0);
91-
if (segment != nullptr) {
91+
if (segment != nullptr && !segment->skip()) {
9292
auto span = segment->firstSpan();
9393
span->addLog(level, log);
9494
if (isError) {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.