Re: [GRASS-dev] [GRASS GIS] #1705: i.group segfaults on empty input

2016-08-23 Thread GRASS GIS
#1705: i.group segfaults on empty input
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  closed
  Priority:  minor|  Milestone:  7.0.5
 Component:  Imagery  |Version:  svn-trunk
Resolution:  fixed|   Keywords:  i.group
   CPU:  x86-64   |   Platform:  Linux
--+-
Changes (by martinl):

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


Comment:

 In [changeset:"69229" 69229]:
 {{{
 #!CommitTicketReference repository="" revision="69229"
 i.group segfaults on empty input (fix #1705) (merge r69227 from trunk)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1705: i.group segfaults on empty input

2016-08-23 Thread GRASS GIS
#1705: i.group segfaults on empty input
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:  7.0.5
 Component:  Imagery  |Version:  svn-trunk
Resolution:   |   Keywords:  i.group
   CPU:  x86-64   |   Platform:  Linux
--+-

Comment (by martinl):

 In [changeset:"69228" 69228]:
 {{{
 #!CommitTicketReference repository="" revision="69228"
 i.group segfaults on empty input (see #1705) (merge r69227 from trunk)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] [GRASS GIS] #1705: i.group segfaults on empty input

2016-08-23 Thread GRASS GIS
#1705: i.group segfaults on empty input
--+-
  Reporter:  neteler  |  Owner:  grass-dev@…
  Type:  defect   | Status:  new
  Priority:  minor|  Milestone:  7.0.5
 Component:  Imagery  |Version:  svn-trunk
Resolution:   |   Keywords:  i.group
   CPU:  x86-64   |   Platform:  Linux
--+-

Comment (by martinl):

 In [changeset:"69227" 69227]:
 {{{
 #!CommitTicketReference repository="" revision="69227"
 i.group segfaults on empty input (see #1705)
 }}}

--
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

[GRASS-dev] [GRASS GIS] #1705: i.group segfaults on empty input

2012-08-23 Thread GRASS GIS
#1705: i.group segfaults on empty input
-+--
 Reporter:  neteler  |   Owner:  grass-dev@…  
 Type:  defect   |  Status:  new  
 Priority:  minor|   Milestone:  7.0.0
Component:  Imagery  | Version:  svn-trunk
 Keywords:  i.group  |Platform:  Linux
  Cpu:  x86-64   |  
-+--
 When running i.group with *empty* input (as it can happen
 from an unsuccessful g.mlist call piped into it), it segfaults:
 {{{
 i.group group=tmean_avg input=""
 Segmentation fault (core dumped)
 }}}

 The real call was:
 {{{
 i.group group=tmean_avg input=`g.mlist rast pat="tmean.1981_2010.??.avg
 sep=,"`
 Segmentation fault (core dumped)
 }}}

 but g.mlist did not return anything due to a typo in
 the map name pattern.

 GDB (line broken for readability):
 {{{
 (gdb) run group=tmean_0_25deg_1981_2010_avg \
   input=`g.mlist rast pat="tmean_0_25deg.1981_2010.??.avg sep=,"`

 Program received signal SIGSEGV, Segmentation fault.
 0x77bb2ee6 in G_name_is_fully_qualified \
 (fullname=0x0, name=0x7fffd410 "", mapset=0x7fffd310 "")
 at nme_in_mps.c:45
 }}}

-- 
Ticket URL: 
GRASS GIS 

___
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev