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:1376: protobuf_c_message_pack_to_buffer: Assertion `((message)->descriptor)->magic == 0x28aaeef9' failed. Aborted #76

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Define a message with repeated field inside repeated field
2.Compilation was successful 
3.When executing RPC in Client 
"star_call__data__base__service__entire_room_info"
Error Mention in Summary is logged in Server Application   

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Protobuf-c Version is 0.15 and protobuf version is 2.4.1 

Please provide any additional information below.
Please find the attached source code with Application

Procedure to run Server and Client Application is
./Server --database=StarCall_Dbase --unix=unix
./Client --unix=unix

Original issue reported on code.google.com by kirankum...@gmail.com on 17 Jan 2012 at 2:39

Attachments: