Jason Lunn

Results 81 comments of Jason Lunn

Can you help me better understand an example of one of the "smaller test scripts when one is interested purely in the native extension code" where running under ASAN is...

@ganmacs - could you turn your test into a PR that I can run on our CI tests? That would help expedite an investigation.

@bshaffer - past you appears to be the author of said intentional line of code. See https://github.com/protocolbuffers/protobuf/commit/468bc193ec155756bccf2b2d9eeb8e003d95ce31. Introduced in https://github.com/protocolbuffers/protobuf/pull/8187

Will do. On the subject of how I got here, it appears that the reason I don't get any args to `bundle exec ruby` is that I'm not specifying any...

@reitowo - this seems to be failing tests. Example error: ``` src/google/protobuf/repeated_ptr_field.cc:129:1: error: duplicate explicit instantiation of 'memswap' 129 | memswap( | ^ bazel-out/k8-fastbuild/bin/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:291:15: note: previous explicit instantiation is here...

I see variations of the same error message under both GCC and Clang.

> After I changed my compiler to MSVC this issue was gone. > > But I still hope someone can take a look about this link failure under Clang/ClangCL. This...

Patching `rules_ruby` to disable the installation of bundler does seem to have a positive impact. Instead of the stack trace seen in the description, I need now see: ``` [1,595...

Do you need a Docker file with a similar setup for use in troubleshooting / regression testing?

@LVC-collab - can you elaborate on why you're trying to have multiple versions of the same message? That's not a typical supported use case.