[protobuf] Re: Issue 128 in protobuf: Can not dlopen a library using a protobuf message twice

2013-03-01 Thread protobuf
Comment #6 on issue 128 by richardg...@gmail.com: Can not dlopen a library using a protobuf message twice http://code.google.com/p/protobuf/issues/detail?id=128 This assert causes problems even if you do not intend to unload the dynamic library, as it occurs on dlopen. Is it strictly necess

[protobuf] Re: Issue 128 in protobuf: Can not dlopen a library using a protobuf message twice

2012-11-05 Thread protobuf
Updates: Owner: ken...@google.com Comment #5 on issue 128 by ken...@google.com: Can not dlopen a library using a protobuf message twice http://code.google.com/p/protobuf/issues/detail?id=128 Statically linking libprotobuf into your dynamic library will work as long as protobufs are

[protobuf] Re: Issue 128 in protobuf: Can not dlopen a library using a protobuf message twice

2012-11-04 Thread protobuf
Comment #4 on issue 128 by ssj...@gmail.com: Can not dlopen a library using a protobuf message twice http://code.google.com/p/protobuf/issues/detail?id=128 I can's try the second advise set "option optimize_for = LITE_RUNTIME;" as I need to use protobuf's descriptor and reflection,does the