Changes between Version 1 and Version 2 of DevWikiGettingABackTrace


Ignore:
Timestamp:
Nov 17, 2009, 8:00:57 AM (14 years ago)
Author:
mcayland
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiGettingABackTrace

    v1 v2  
    11= Background =
    22
    3 Sometimes you may experience a bug in PostGIS and/or any of its dependent libraries which causes a crash when you try and execute a query. If this happens, changes are you will be asked to submit a backtrace to the mailing list. A backtrace gives an indication of the state of a program when it crashes, and is hence very useful for developers.
     3Sometimes you may experience a bug in PostGIS and/or any of its dependent libraries which causes a crash when you try and execute a query. If this happens, chances are you will be asked to submit a backtrace to the mailing list. A backtrace gives an indication of the state of a program when it crashes, and is hence very useful for developers.
    44
    55= Prerequisites =