[GRASS5] Critical bugs for Release?

Eric G. Miller egm2 at jps.net
Thu Jul 18 21:53:30 EDT 2002


On Tue, Jul 16, 2002 at 10:08:06PM +0200, Bernhard Reiter wrote:
> Glynn, thanks for the summary.
> 
> On Tue, Jul 16, 2002 at 05:26:43PM +0100, Glynn Clements wrote:
> 
> > > 7 bugs have a priority of 70, they might be critical.
> 
> > #1034	r.in.tiff segfaults
> > Eric reported that this should now be fixed.
> 
> Looks like this change made in the CVS in May. Is it in the pre5
> release then we could contact the requestor and ask for retesting.

Bernhard, et. al.: As far as I know, the r.in.tiff changes are working
fine.  I last tested the module against grey, palette and truecolor
tiffs and it worked fine.  The main problem with the module was its
attempt to do color reduction on true color images, and trying to
allocate a huge amount of memory on the stack.  I had one other person
report that the changes worked for them as well.

The only other change I have in CVS that should probably get into a
release is the src/libes/edit/edit_cellhd.c fix, where a function
definition said it returned a double, but it didn't return anything.
I changed it to the appropriate "void" type and modified some 
initialization/declaration expressions that were order dependent
(though, they shouldn't have been a problem).  I think this was the
cause of the gcc-2.96 compiler bug failure.  I can't test it though to
see if the problem disappeared (I only have gcc-2.95 and gcc-3.1).

-- 
Eric G. Miller <egm2 at jps.net>



More information about the grass-dev mailing list