[jacorb-bugs] [Bug 999] Unexpected string terminator on marshaling huge strings with JacORB 3.5

bugzilla-daemon at jacorb.org bugzilla-daemon at jacorb.org
Wed Jan 7 14:14:47 CET 2015


http://www.jacorb.org/bugzilla/show_bug.cgi?id=999

--- Comment #2 from Amadeu A. Barbosa Jr <amadeu at tecgraf.puc-rio.br> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.spline.inf.fu-berlin.de/pipermail/jacorb-bugs/attachments/20150107/15900d52/attachment.html>


More information about the jacorb-bugs mailing list