Status: New
Owner: [email protected]
Labels: Type-Defect Priority-Medium
New issue 373 by [email protected]: Tests hang/crash/don't pass without RTTI
http://code.google.com/p/protobuf/issues/detail?id=373
What steps will reproduce the problem?
1. Add -fno-rtti -DGOOGLE_PROTOBUF_NO_RTTI to src/Makefile.am
2. ./autogen.sh && ./configure && make check
What is the expected output? What do you see instead?
I expect that all tests pass. Instead test "CustomOptions.OptionLocations"
hangs.
What version of the product are you using? On what operating system?
protobuf 2.4.1. Tried on Linux and Windows.
Please provide any additional information below.
I also tried compiling with VS under Windows.
Test "CustomOptions.OptionLocations" don't hang, but all CustomOptions
tests crash with access violation somewhere in algoritm::sort(). In total I
have 18 protobuf-test failures.
--
You received this message because you are subscribed to the Google Groups "Protocol
Buffers" group.
To post to this group, send email to [email protected].
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.