<div dir="ltr">Hey,<br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 27, 2016 at 11:28 AM, Michael Stahl <span dir="ltr"><<a href="mailto:mstahl@redhat.com" target="_blank">mstahl@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On <a href="tel:27.06.2016%2006" value="+12706201606" target="_blank">27.06.2016 06</a>:00, Markus Mohrhard wrote:<br>
> Do we want to notify the crash reporter if there was a commit<br>
> referencing a crash report? Similar to how bugzilla is automatically<br>
> updated we could do something like this for the crash reporter. That<br>
> might help with keeping track if there was already a fix for a crash and<br>
> we are only seeing more reports because it is not yet in a released version.<br>
> What would be the format of the reference?<br>
<br>
</span>so if we do the below anyway...<br>
<span><br>
> For the bugzilla to crash report direction we had planned to handle it<br>
> with a bot monitoring the crash report field in bugzilla and update the<br>
> crash reporter website.<br>
<br>
</span>... can we do it such that the crash-reporter gets updated when the<br>
bugzilla bug changes state, so you could then see in the crash-reporter<br>
ui if it's already fixed?<br></blockquote><div><br></div><div>Yes, we can. Actually the plan is to add some javascript at some point that will mark the bug number as strike through if the bug has been closed.<br><br></div><div>But that does not solve the problem that we have many fixes for crashes reported that have no corresponding bug report. E.g caolan, miklos and I already fixed bugs by referencing a crash report and not a bug report because there was none. <br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span><br>
> How do we want to handle stuff that requires user interaction? Examples<br>
> are adding new versions, adding references to bug reports and possibly<br>
> export of crash reports to bugzilla.<br>
<br>
</span>how about a button "create bugzilla bug", that is only displayed if<br>
there isn't one already, and links to the create-bug page with the crash<br>
metadata pre-filled.  then we can use bugzilla to add reproduction<br>
steps, uninformed speculation, or whatever.<br></blockquote><div><br></div><div>Ok, might be a solution.<br> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<span><br>
> There are maybe more tasks in the future that will require some actions<br>
> that cause DB changes by users. Duplicating the login system from<br>
> bugzilla seems like a horrible concept and will just cause us to have<br>
> even more logins that nobody remembers.<br>
<br>
</span>yes, better to have any interaction go via bugzilla if that is possible.<br>
<span><br>
> How do we want to handle old crash reports? We can't keep the reports<br>
> forever and will most likely delete them as soon as a branch becomes<br>
> EOL. The question is whether there is value in exporting them to some<br>
> format (most likely json) and archive them or just forget completely<br>
> about old reports.<br>
<br>
</span>what's the problem with keeping them?  surely there should be enough<br>
space on the server to store them?<br></blockquote><div><br><br></div><div>They are stored in the database and will let the db grow quite huge. Keep in mind that even right now with just a few hundred users we get about 20 to 30 crashes a day. And each entry is quite huge right now. The problem is in the end not the disk size and instead having way too many entries in the db. There are quite a few maintenance tasks that go through all reports and try to find some stuff.<br><br></div><div>Regards,<br></div><div>Markus<br><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
_______________________________________________<br>
LibreOffice mailing list<br>
<a href="mailto:LibreOffice@lists.freedesktop.org" target="_blank">LibreOffice@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/libreoffice" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/libreoffice</a><br>
</blockquote></div><br></div></div>