|
From: Jeremy F. <je...@go...> - 2003-12-19 08:23:22
|
On Thu, 2003-12-18 at 23:19, Tom Hughes wrote: > In message <107...@ix...> > Jeremy Fitzhardinge <je...@go...> wrote: > > > Hm. There's two possibilities: one is that the mmap syscall itself > > failed; the other is that VG_(find_map_space) failed to return some > > space. Could you put some debug prints in there to see which case is > > occurring, and if its mmap, what the error return is? It seems there > > should be plenty of space in the address space for your mapping. > > It's the call to VG_(find_map_space) at the top of VG_(mmap) that > is failing. I wonder if it's getting confused by all the mmap/munmap calls. This should affect a client process which does lots of mmap/munmap calls too. I'll have a look. Could you file a bug? J |