shiyilei / protobuf-c

Automatically exported from code.google.com/p/protobuf-c
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

google/protobuf-c/protobuf-c.c:333: required_field_get_packed_size: Assertion `0' failed #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. untar protobuf-c-0.15.tar.gz and ./configure, make, sudo make install
2. install reconnoiter, git clone git://github.com/omniti-labs/reconnoiter.git
3. cd reconnoiter, ./configure, make, sudo make install
4. configure reconnoiter using this link
   http://tomdzk.wordpress.com/2009/11/24/reconnoiter-on-karmic/
5. sudo /usr/local/sbin/noitd -c /usr/local/etc/noit.conf -D

What is the expected output? What do you see instead?
1. noitd daemon should not abort.
2. We see after 10 to 15 seconds below message
noitd: google/protobuf-c/protobuf-c.c:333: required_field_get_packed_size: 
Assertion `0' failed.
Aborted

What version of the product are you using? On what operating system?
ubuntu@gtt-ubuntu:~$ protoc --version
libprotoc 2.2.0
ubuntu@gtt-ubuntu:~$ protoc-c --version
libprotoc 2.2.0
ubuntu@gtt-ubuntu:~$ cat /etc/issue
Ubuntu 10.04.2 LTS \n \l
ubuntu@gtt-ubuntu:~$ uname -a
Linux gtt-ubuntu 2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:52:38 UTC 2011 
x86_64 GNU/Linux

Please provide any additional information below.
ubuntu@gtt-ubuntu:~$ sudo /usr/local/sbin/noitd -c /usr/local/etc/noit.conf -D
[2011-12-23 13:10:45.955414] Processed 1 includes
[2011-12-23 13:10:45.955619] Found 31 /noit/logs//log stanzas
[2011-12-23 13:10:45.955769] Found 1 outlets for log 'error'
[2011-12-23 13:10:45.956195] starting asynchronous jlog 
writer[6515/0x7fad2d0a0700]
[2011-12-23 13:10:45.956316] starting asynchronous jlog 
writer[6515/0x7fad2c89f700]
[2011-12-23 13:10:45.961580] stopping asynchronous jlog 
writer[6515/0x7fad2d0a0700]
[2011-12-23 13:10:45.962837] rlim { 1048576, 1048576 }
[2011-12-23 13:10:45.964718] starting asynchronous jlog 
writer[6515/0x7fad2be87700]
[2011-12-23 13:10:45.965645] Found 1 acl stanzas
[2011-12-23 13:10:45.966147] Generic module check_test successfully loaded.
[2011-12-23 13:10:45.966596] Module selfcheck successfully loaded.
[2011-12-23 13:10:45.967225] Module ping_icmp successfully loaded.
[2011-12-23 13:10:45.967542] Module dns successfully loaded.
[2011-12-23 13:10:46.022760] Module snmp successfully loaded.
[2011-12-23 13:10:46.023455] Module ssh2 successfully loaded.
[2011-12-23 13:10:46.023713] Module httptrap successfully loaded.
[2011-12-23 13:10:46.024767] Module varnish successfully loaded.
[2011-12-23 13:10:46.026920] Module http successfully loaded.
[2011-12-23 13:10:46.028490] Module resmon successfully loaded.
[2011-12-23 13:10:46.029450] Module smtp successfully loaded.
[2011-12-23 13:10:46.030873] Module jmx successfully loaded.
[2011-12-23 13:10:46.035242] Found 4 /noit/listeners//listener stanzas
[2011-12-23 13:10:46.161691] stopping asynchronous jlog 
writer[6515/0x7fad2c89f700]
noitd: google/protobuf-c/protobuf-c.c:333: required_field_get_packed_size: 
Assertion `0' failed.
Aborted

Original issue reported on code.google.com by kirantpa...@gmail.com on 23 Dec 2011 at 7:49

GoogleCodeExporter commented 8 years ago
I am seeing this issue. Any updates on how to resolve it?

Original comment by kha...@gmail.com on 2 Jan 2013 at 6:45