{% extends "base.html" %} {% from "_helpers.html" import render_field %} {% block title %}New dump dir{% endblock %} {% block body %}

Submit dump dir archive

This page is used for submitting dump dirs that cannot be processed by ABRT's reporting tools (such as gnome-abrt).
If you came here from gnome-abrt that means that reporting failed unexpectedly.
If you believe it is a bug in ABRT component and want to help developers to resolve this problem consider doing two things:

Please archive dump dir into 'tar.gz' file and upload into form below.
You can easily jump into dump dir by pressing CTRL+O in gnome-abrt. Please select all files, right click and select compressing as tar.gz. If you don't have this option please use 'tar -pczf' from commandline.
The archive will be seen only by ABRT developers but please still mind your private data.
{{ render_field(form.file) }}

IRC: #abrt on FreeNode
Mailing_list: crash-catcher@lists.fedorahosted.org
{% endblock %}