[protobuf] Issue 166 in protobuf: by_symbol_.insert(iter, make_pair(name, value)); fails with Sun Studio 12

2010-02-21 Thread protobuf
Status: New Owner: ken...@google.com Labels: Type-Defect Priority-Medium New issue 166 by maciej.blizinski: by_symbol_.insert(iter, make_pair(name, value)); fails with Sun Studio 12 http://code.google.com/p/protobuf/issues/detail?id=166 What steps will reproduce the problem? 1. Try to build

Re: [protobuf] Trying to debug coredump in/near protobuf

2010-02-21 Thread edan
- Do you use the hard-core memory management methods of RepeatedPtrField, like AddAllocated()? If so, investigate these calls to make sure that the pointers are valid and the ownership transfer is being respected. No, we're not using those. In gdb you have to put single-quotes around