Re: [dev-servo] Stacks reported in automated panic reports cannot be trusted

2016-07-03 Thread Alan Jeffrey
The problem is the messages can arrive to the constellation out of order. The constellation passes then on to browser.html, which I believe just reports the first one. We could try to be cleverer than that and batch them up, and wait before reporting. Or, as Manish suggested, we could filter out ch

Re: [dev-servo] Stacks reported in automated panic reports cannot be trusted

2016-07-03 Thread Manish Goregaokar
Right. I think we should do both -- Servo should report these errors in a truncated form (single line with error contents and location), and bhtml can either filter these out or include them in the error reporting box until it gets a real backtrace -Manish Goregaokar On Sun, Jul 3, 2016 at 9:11 P

Re: [dev-servo] Stacks reported in automated panic reports cannot be trusted

2016-07-03 Thread Alan Jeffrey
There's already a PR to buffer up warnings for inclusion in the crash report. Once that lands, it should be pretty easy to put warnings in for channel errors rather than panics. On Jul 3, 2016 10:45, "Manish Goregaokar" wrote: Right. I think we should do both -- Servo should report these errors i