[protobuf] Multithread and protobufs

2012-07-13 Thread Артём Ибрагимов
Hello! I develop toolbar for IE, and I use protobuffs. And I noticed that my plugin crashes in IE7. It crashes after I close second tab, and call message::GetTypeName(). I think it happens cause after closing second tab somewhere it calls ShutdownProtobufLibrary. And first tab(another thread) afte

[protobuf] Re: Multithread and protobufs

2012-07-15 Thread Артём Ибрагимов
I still can't find when calls ShutdownProtobufLibrary(); I was looking for it in sources of protobufs, and I couldn't find it there. Of course when I commented this in common.cc(libprotobuf(not lite)): *for (int i = 0; i < internal::shutdown_functions->size(); i++) {* *internal::shutdown_fun

[protobuf] Re: Multithread and protobufs

2012-07-16 Thread Артём Ибрагимов
> > *Sorry... I forgot about other libraries those I use... It calls there...* > -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/-/VifQ-FFop-MJ. To post to t