Hi. I have an plug-in based application under Linux that dynamically
links in libprotobuf.so. The app's plug-ins also link in the library.
This works fine when a plug-in is first dynamically loaded via
dl_open(). However, if the plug-in is removed dl_close() and then re-
opened, I get the following error:

 libprotobuf ERROR google/protobuf/descriptor.cc:1778] Invalid proto
descriptor for file "component_ec.proto":
libprotobuf ERROR google/protobuf/descriptor.cc:1781]
component_ec.proto: A file with this name is already in the pool.


It appears that there is some unwanted state associated with open/
close. Has anyone seen this type of issue? Any ideas?

Thanks,
Aaron
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to protobuf@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to