[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-12-18 Thread protobuf
Comment #4 on issue 679 by jw...@dilect.us: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 I am also seeing this, also from VerifyUTF8StringFallback(). My code does not call google::protobuf::ShutdownProtobufLibrary(). -- You received

[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-11-28 Thread protobuf
Comment #2 on issue 679 by islm.ya...@gmail.com: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 take care wher you call google::protobuf::ShutdownProtobufLibrary() also dont call it in worker process or worker thread! -- You received

[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-11-28 Thread protobuf
Comment #3 on issue 679 by islm.ya...@gmail.com: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 take care where you call google::protobuf::ShutdownProtobufLibrary() also dont call it in worker process or worker thread! -- You received

[protobuf] Re: Issue 679 in protobuf: protobuf causes crash beacuse of mutex lock

2014-11-12 Thread protobuf
Comment #1 on issue 679 by islm.ya...@gmail.com: protobuf causes crash beacuse of mutex lock https://code.google.com/p/protobuf/issues/detail?id=679 if i comment the line in common.cc on line 185 MutexLock lock(log_silencer_count_mutex); everything looks well. -- You received this