Changes between Version 22 and Version 23 of UsingTracWithQuantumGis


Ignore:
Timestamp:
Jun 28, 2010, 12:12:18 AM (14 years ago)
Author:
jef
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UsingTracWithQuantumGis

    v22 v23  
    2424 * Your email or username -  If you have a login your user name will be automatically supplied. If not, please provide your email address so we can contact you for further information and follow-ups.
    2525 * Type - choose the ticket type from the drop-down list
    26    * defect         - cosmetic problem
    2726   * enhancement    - feature request
    28    * task           - task (Trac allows management of tasks as well as bugs)
    2927   * bug            - bug
    3028   * patch          - patch (see patch notes below)
    31  * Full description - Provide a full description of the problem including steps to repeat it
     29 * Full description
     30   * Provide a full description of the problem including steps to repeat it
     31   * if you feel the bug could be related to a certain platform version or dependencies package version (GDAL, OGR, GEOS etc) include that as well.
     32   * if you QGIS crashes if might be useful to include a backtrace (see [UsingTracWithQuantumGis#Creatingabacktrace below])
    3233 * Priority - provide an estimate of the severity of the problem
    3334 * Component - Choose the aspect of the application that is most closely associated with the problem
     
    3536 * Version of QGIS this issue affects
    3637 * Platform - Choose the platform you are using
    37  * Platform Version - provide the version of your platform. This may be a number or name. Here are some examples of Platform and Platform version pairs, separated by a dash:
    38    * Debian - Sarge
    39    * OS X - 10.4
    40    * Windows - XP
    41    * Fedora - Core 5
    4238
    4339==== Creating a backtrace ====
     
    4743 1. Depending on you distribution the automatic creation of core dumps might be disabled.  In that case you only see for instance {{{Segmentation fault}}} and not {{{Segmentation fault (core dumped)}}} in the shell you started QGIS from and you need to run {{{ulimit -c unlimited}}} before starting QGIS. You could also include that in your {{{.profile}}}.
    4844 1. Start {{{qgis}}} from the shell and repeat the steps to reproduce the crash.  After the crash the core file will be located in the current directory.
    49  1. To produce a backtrace from it you start {{{gdb /path/to/the/qgis/binary core}}} (e.g. the binary is usually {{{/usr/bin/qgis}}} or {{{/usr/bin/qgis.bin}}} on Debian with the GRASS plugin installed).  In gdb you run {{{bt}}} which will produce the backtrace.
     45 1. To produce a backtrace from it you start {{{gdb /path/to/the/qgis/binary core}}}. The binary is usually {{{/usr/bin/qgis}}} or {{{/usr/bin/qgis.bin}}} on Debian with the GRASS plugin installed.
     46 1. In gdb you run {{{bt}}} which will produce the backtrace.
    5047
    5148=== Color Coding ===