acelyc111 commented on issue #4499: URL: https://github.com/apache/incubator-doris/issues/4499#issuecomment-721071655
A similar coredump: ``` (gdb) f 0 #0 0x000000000133d395 in Delete (arena=0x0, value=<optimized out>) at /var/local/thirdparty/installed/include/google/protobuf/repeated_field.h:623 623 in /var/local/thirdparty/installed/include/google/protobuf/repeated_field.h (gdb) i locals arena = 0x0 value = 0xf00000002 (gdb) p value $1 = (doris::ColumnEncodingMessage *) 0xf00000002 (gdb) p *value $2 = { <google::protobuf::Message> = {<No data fields>}, members of doris::ColumnEncodingMessage: static kIndexInFileMessages = 1, static DIRECT = doris::ColumnEncodingMessage_Kind_DIRECT, static DICTIONARY = doris::ColumnEncodingMessage_Kind_DICTIONARY, static Kind_MIN = doris::ColumnEncodingMessage_Kind_DIRECT, static Kind_MAX = doris::ColumnEncodingMessage_Kind_DICTIONARY, static Kind_ARRAYSIZE = 2, static kKindFieldNumber = 1, static kDictionarySizeFieldNumber = 2, _internal_metadata_ = { <google::protobuf::internal::InternalMetadataWithArenaBase<google::protobuf::UnknownFieldSet, google::protobuf::internal::InternalMetadataWithArena>> = { ptr_ = 0x0, static kPtrTagMask = 1, static kPtrValueMask = -2 }, <No data fields>}, _has_bits_ = { has_bits_ = {0} }, _cached_size_ = 0, kind_ = 0, dictionary_size_ = 0 } ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org