Opened 16 years ago
Closed 15 years ago
#492 closed defect (fixed)
grass7: XY-location makes g.region segfault
Reported by: | mlennert | Owned by: | martinl |
---|---|---|---|
Priority: | major | Milestone: | 7.0.0 |
Component: | Default | Version: | svn-trunk |
Keywords: | Cc: | grass-dev@… | |
CPU: | Unspecified | Platform: | Unspecified |
Description
1) create location through wxgui wizard, option "Use arbitrary non-earth coordinate system (XY)" or option "Use coordinate system of selected georeferenced file" pointing at a non-georeferenced file.
2) g.region -p gives:
GRASS 7.0.svn (XY):~ > g.region -p WARNING: <PROJ_INFO> file not found for location <XY> WARNING: <PROJ_UNITS> file not found for location <XY> Segmentation fault
This also leads to a crash of the GUI. I'll report this as a separate bug.
devel6-tree does not show this problem.
Moritz
Change History (6)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
follow-ups: 3 5 comment:2 by , 16 years ago
Works now. Thanks !
Only question: I still get the warnings:
WARNING: <PROJ_INFO> file not found for location <XY> WARNING: <PROJ_UNITS> file not found for location <XY>
Are they really necessary ?
Moritz
follow-up: 4 comment:3 by , 16 years ago
Replying to mlennert:
Only question: I still get the warnings:
WARNING: <PROJ_INFO> file not found for location <XY> WARNING: <PROJ_UNITS> file not found for location <XY>Are they really necessary ?
not for a XY location, which is unPROJected.
create a simple XY location from the text prompts and you will see that those files are not created.
Hamish
comment:4 by , 16 years ago
Replying to hamish:
Replying to mlennert:
Only question: I still get the warnings:
WARNING: <PROJ_INFO> file not found for location <XY> WARNING: <PROJ_UNITS> file not found for location <XY>Are they really necessary ?
not for a XY location, which is unPROJected.
create a simple XY location from the text prompts and you will see that those files are not created.
My question referred to the warnings, not the files ;-)
Moritz
follow-up: 6 comment:5 by , 16 years ago
Replying to mlennert:
> WARNING: <PROJ_INFO> file not found for location <XY> > WARNING: <PROJ_UNITS> file not found for location <XY>
Are they really necessary ?
I think these warning could be suppressed for unprojected locations.
Martin
comment:6 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Hopefully fixed in r35855.