Hi,
I've got a java.lang.StackOverflowError when my messages have at least 16 arguments... If my message have less than 16 it works fine...
Does anybody would have an idea ?
lo¨c
PD crashes with pdj
Hi,
I've got a java.lang.StackOverflowError when my messages have at least 16 arguments... If my message have less than 16 it works fine...
Does anybody would have an idea ?
lo¨c
Just found that there was the source code with the linux pdj package.
Checked the MaxObject.java source code as the error was in the _processInlet method and found the condition if(args.length<16) for the incoming message...
Any idea why this 16 limitation ?
ew. could be a bit of a problem. have you tried increasing the limit and just seeing what happens? there could be more methods that rely on that constraint and i bet you'd find them pretty fast!
Thanks for your answer!
The developer of pdj answered me and said it was a bug of some code remaining from previous versions. He should have change that for the next release.
Lo¨c
Oh that's great! I'm concerned because I've just begun playing with it and that could potentially be a bummer situation. Thanks for the update on that!
Oops! Looks like something went wrong!