Vec.makeConSeq issue?

17 views
Skip to first unread message

Steve Lavdas

unread,
Jul 18, 2014, 10:43:17 AM7/18/14
to h2os...@googlegroups.com
Hi,
  I'm getting an exception (using release 2.4.4.3) :

 java.lang.ArrayIndexOutOfBoundsException: Array index out of range: 8388608

+                                  at water.fvec.NewChunk.append2slowd(NewChunk.java:275)

+                                  at water.fvec.NewChunk.addNum(NewChunk.java:161)

+                                  at water.fvec.Vec.makeConSeq(Vec.java:227)


when calling Vec.makeConSeq when then len parameter is too big. Specifically, this seems to be the breaking point:

Vec.makeConSeq(1.0, 8388609);

8388609  is 1 more than twice Vec.CHUNK_SZ so It seems like it may an internal resizing issue related to chunks but not sure.

Thanks,

Steve


ccl...@gmail.com

unread,
Jul 18, 2014, 12:32:25 PM7/18/14
to h2os...@googlegroups.com
It's a bug, we'll file a JIRA - thanks
Reply all
Reply to author
Forward
0 new messages