axsann / mozc

Automatically exported from code.google.com/p/mozc
0 stars 0 forks source link

Runtime CHECK failure on Windows: protobuf/src/google/protobuf/descriptor.cc:1018 #271

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Check out Mozc 2.16.2015.102 (r481) on Windows 7
2. python build_mozc.py gyp --noqt --msvs_version=2013
3. ninja -C out_win/Debug client_test
4. out_win\Debug\client_test

What is the expected output?
client_test finishes without any error.

What do you see instead?
client_test crashes due to CHECK failure in 
protobuf/src/google/protobuf/descriptor.cc:1018

Please use labels and text to provide additional information.
Looks like a regression caused by r444, which introduced protobuf 2.6.1.  
Locally reverting r444 fixes the issue.  Also, not reproducible in other 
platforms.

Original issue reported on code.google.com by yukawa@google.com on 17 Jan 2015 at 3:04

GoogleCodeExporter commented 9 years ago
Correction: This is a regression caused by r438, not r444. Locally reverting 
r438 fixes the issue.

Original comment by yukawa@google.com on 17 Jan 2015 at 3:28

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r482.

Original comment by yukawa@google.com on 17 Jan 2015 at 3:33