[GRASS-dev] [GRASS GIS] #2075: Browse in v.in.ogr and r.in.gdal causes entire GUI to crash

#2075: Browse in v.in.ogr and r.in.gdal causes entire GUI to crash
-------------------------+--------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
     Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
This problem is relatively new (past month or so). Clicking the browse
button in the GUI wrappers for v.in.ogr and r.in.gdal causes the entire
GUI to crash. Because the whole thing crashes, there are no GRASS error
messages. Here is what I hope is the relevant portion of the system crash
message:

{{{

Process: Python [26361]
Path:
/System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
Identifier: org.python.python
Version: 2.6.7 (2.6.7)
Build Info: python-60004000000000~1
Code Type: X86 (Native)
Parent Process: Python [26160]
User ID: 501

PlugIn Path:
/Users/USER/*/GRASS-7.0.app/Contents/MacOS/lib/libwx_macud-2.8.0.dylib
PlugIn Identifier: libwx_macud-2.8.0.dylib
PlugIn Version: ??? (9)

Date/Time: 2013-09-11 15:49:55.092 -0700
OS Version: Mac OS X 10.8.4 (12E55)
Report Version: 10

Interval Since Last Report: 5028416 sec
Crashes Since Last Report: 948
Per-App Interval Since Last Report: 8688 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 5872B1C9-EF11-8711-7280-A91E040454E2

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000fffffff4

}}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2075&gt;
GRASS GIS <http://grass.osgeo.org>

#2075: Browse in v.in.ogr and r.in.gdal causes entire GUI to crash
-------------------------+--------------------------------------------------
Reporter: cmbarton | Owner: grass-dev@…
     Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Keywords: | Platform: MacOSX
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by annakrat):

Please try r57642. There was a wrong wildcard format which was happily
ignored on Linux. But definitely there is something wrong in wxPython on
Mac because such a minor issue shouldn't crash the whole gui.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2075#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#2075: Browse in v.in.ogr and r.in.gdal causes entire GUI to crash
-----------------------+----------------------------------------------------
  Reporter: cmbarton | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: critical | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords:
  Platform: MacOSX | Cpu: Unspecified
-----------------------+----------------------------------------------------
Changes (by cmbarton):

  * status: new => closed
  * resolution: => fixed

Comment:

Fixed! Thanks. I agree that there is something weird going on. I wonder if
it goes away when I stop compiling for 10.6 compatibility?

Michael

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2075#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#2075: Browse in v.in.ogr and r.in.gdal causes entire GUI to crash
-----------------------+----------------------------------------------------
  Reporter: cmbarton | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: critical | Milestone: 7.0.0
Component: wxGUI | Version: svn-trunk
Resolution: fixed | Keywords:
  Platform: MacOSX | Cpu: Unspecified
-----------------------+----------------------------------------------------

Comment(by annakrat):

Replying to [comment:2 cmbarton]:
> Fixed! Thanks. I agree that there is something weird going on. I wonder
if it goes away when I stop compiling for 10.6 compatibility?

Most probably not. Anyway, it's fixed now.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/2075#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>