[Bug 999] Unexpected string terminator on marshaling huge strings with JacORB 3.5
[email protected] Wed, 07 Jan 2015 13:14:47 +0000
| Newsgroups | gmane.comp.corba.jacorb.bugs |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
http://www.jacorb.org/bugzilla/show_bug.cgi?id=999 --- Comment #2 from Amadeu A. Barbosa Jr <[email protected]> --- Created attachment 452 --> http://www.jacorb.org/bugzilla/attachment.cgi?id=452&action=edit client-server example that reproduces the bug on marshaling small strings inside huge requests It seems that is not about string itself but (maybe) the CDR processing of big size requests. I modify my example to use big size byte sequences inside a struct Data like: typedef sequence<octet> octetseq; struct Data { octetseq bytes; string name; } And I filled it with 10000 bytes in Data.bytes and the simple string "first" in Data.name and I got the problem reproduced also. The instructions to compile/execute is the same than previously attached file. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ jacorb-bugs mailing list [email protected] https://lists.spline.inf.fu-berlin.de/mailman/listinfo/jacorb-bugs