[QGIS-trac] Re: [Quantum GIS] #3497: Crash when changing font and color in Style manager on OS X

Quantum GIS qgis at qgis.org
Tue May 17 16:07:40 EDT 2011


#3497: Crash when changing font and color in Style manager on OS X
---------------------------------------------------------+------------------
   Reporter:  rcline                                     |              Owner:  nobody       
       Type:  bug                                        |             Status:  new          
   Priority:  critical: causes crash or data corruption  |          Milestone:  Version 1.7.0
  Component:  Symbology                                  |            Version:  Trunk        
   Keywords:                                             |   Platform_version:               
   Platform:  OS X                                       |           Must_fix:  Yes          
Status_info:  0                                          |  
---------------------------------------------------------+------------------

Comment(by kyngchaos):

 I see from your crash report that you are not bundling Qt.  I've had
 crashing problems in the past when QGIS runs with external Qt frameworks
 because of Qt plugin issues.

 Add to your cmake configure:

 {{{
 -D QGIS_MACAPP_BUNDLE=1
 }}}

 It's part of my standard build, so I didn't think to check on this for
 recent Qt versions, but I should probably make this the default.

-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/3497#comment:23>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS supporting GDAL/OGR, PostGIS, and GRASS formats, and Web Services


More information about the QGIS-trac mailing list