Re: [protobuf] MutableExtension crash in Release only

2018-03-27 Thread 'Feng Xiao' via Protocol Buffers
On Tue, Mar 27, 2018 at 5:24 AM Vylsain wrote: > Hi, > > I'm trying to implement polymorphism with protobuf. I want to have several > levels, each new level extending the previous one. > I have a crash when calling MutableExtension. > > My .proto file looks like : > > >

[protobuf] MutableExtension crash in Release only

2018-03-27 Thread Vylsain
Hi, I'm trying to implement polymorphism with protobuf. I want to have several levels, each new level extending the previous one. I have a crash when calling MutableExtension. My .proto file looks like : *package aapb;* *message A* *{* * optional int32 fooA = 1;* * extensions 1000