[GRASS-user] v.edit bus error
Glynn Clements
glynn at gclements.plus.com
Wed Aug 8 16:23:41 EDT 2007
William Kyngesburye wrote:
> That's probably the same bug I just found in another module, and is
> present in v.edit also. Bug already filed, and it's in the process
> of being fixed in CVS.
Which one?
Note that this is a bus error, not a segfault. On PPC, the most common
reason for a bus error is unaligned access (e.g. trying to read a
32-bit word from a memory address which isn't a multiple of 4).
x86 allows unaligned access, so this kind of bug normally only gets
discovered on Macs.
--
Glynn Clements <glynn at gclements.plus.com>
More information about the grass-user
mailing list