I promptly sent a follow-up after I spotted this, but it didn't seem to make it into RT. Well spotted! (I'd been checking that an HP-UX-related patch didn't break things) I also think that it would also be cleaner to move the lines const char* parrot_config_ptr; unsigned int parrot_config_size; from library.h into the parrot harness itself. All things considered, I think it's best if I repost the patch this evening (UK time) and fix my botch. Cheers, Nick On 10/17/05, Joshua Hoblitt via RT <parrotbug-followup@parrotcode.org> wrote: > > I'm guessing that this change in src/embed.c wasn't intended to be included in the patch: > > - mmap(0, program_size, PROT_READ, MAP_SHARED, fd, (off_t)0); > + mmap(0, program_size, PROT_READ, MAP_PRIVATE, fd, (off_t)0); >Thread Previous | Thread Next