<@U09PE9C93> we're using qb quite extensively, but...
# box-products
s
@elpete we're using qb quite extensively, but we're seeing a lot of
Caused by: java.util.EmptyStackException
that occur. Any idea why?
s
we use QB for everything but have never seen that. could be the DB driver? maybe a full stack trace would help?
e
Yeah, I haven’t seen that at all. If you can give me a stack trace or reproduction repo, I can take a look.
s
@elpete / @sknowlton i'll try for a repro case, I was just thinking out loud. I'll need to investigate deeper. All those empty stack exceptions seem to occur within anonymous functions (e.g.
.when( function(q) { ... } )
in combination with
arrayEach
and / or other array member functions). Using ACF2016 btw.
@elpete / @sknowlton I have a stack trace available: I apologize if it's not 100% visible.
So, @elpete / @sknowlton any idea on what could possibly be happening here?
e
Nothing from the stack trace. I'd need a repro I can run to do anything more.
s
Thanks for the response, if I can provide a repro, i will share it