Markus Neteler wrote: > does anyone have an idea why memcpy() fails below?
> > Program received signal SIGSEGV, Segmentation fault. > > 0x00002aaaaaf42655 in next_Area (parsed=1, l=0x604690, g=0x6046b0, > > m=0x7fffffffadc0) at daemon.c:651 > > 651 memcpy(&tmp, l->head->m, sizeof(msg)); tmp is a local variable of type msg, so either l, l->head or l->head->m are bogus. No idea which, although l itself appears sane. -- Glynn Clements <[email protected]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
