Changes between Initial Version and Version 6 of Ticket #1149


Ignore:
Timestamp:
Jul 11, 2008, 10:55:52 AM (16 years ago)
Author:
timlinux
Comment:

Fix with r8754.. At times the current row can be returned as -1 which will cause a crash if you try to fetch its display role. The fix checks for invalid row numbers and skips fetching data for them if this is the case. May result in edge cases where user clicks and attribute actions are not invoked.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1149

    • Property Status newclosed
    • Property MilestoneVersion 0.11.0
    • Property Summary selection of multiple postgis features to shapefile seg faultsright clicking on attribute table of point file seg faults
    • Property Must Fix for Release NoYes
    • Property Resolutionfixed
  • Ticket #1149 – Description

    initial v6  
    11when selectin multiple features from a postgis layer and right clicking to save to shapefile, immediate seg fault.
    22
     3{{{
    34arkygeek@arkygeek-desktop:~/apps/qgis/bin$ ./qgis
    45Debug:
     
    7778Warning: No valid projection. Unable to set map units.
    7879Warning: No valid projection. Unable to set map units.
     80
    7981--accepting rule at line 79 ("siteno")
    8082--accepting rule at line 61 ("=")
     
    144146--EOF (start condition 0)
    145147Segmentation fault
     148}}}