TechnionYP5777 / Bugquery

Bug query
9 stars 1 forks source link

Fix - Server crashes if there are fewer than 10 results #156

Closed yonzarecki closed 7 years ago

yonzarecki commented 7 years ago

Currently the server crashes if there are fewer than 10 results, in this issue we will fix this bug.

Amit-Oha commented 7 years ago

I think the issue is deeper than this. The question we should ask ourselves is how many results do we want to display? Do we always limit the maximal amount to 10?

yonzarecki commented 7 years ago

Yes, you are right. But ATM we should still fix this particular bug.

tonylekhtman commented 7 years ago

I think I fixed it what is the example you used for which it crashed? Just to verify.

yonzarecki commented 7 years ago

Maybe just find a non popular exception type from the histogram you made and make up a small trace with it

tonylekhtman commented 7 years ago

Checked with a real stack trace that previously failed from here(the first one) Currently works, If there are problems with more stack traces, please reopen.