[openib-general] Re: mstflint failing on sparc64

Michael S. Tsirkin mst at mellanox.co.il
Tue Jan 11 00:20:32 PST 2005


Hello!
Quoting r. Tom Duffy (tduffy at sun.com) "Re: [openib-general] Re: mstflint failing on sparc64":
> On Sun, 2005-01-09 at 22:00 +0200, Michael S. Tsirkin wrote: 
> > Could you please update and try again (with strace) and let me know?
> 
> mmap(NULL, 1048576, PROT_READ|PROT_WRITE, MAP_SHARED, 3, 0x100000) =
> 0x70304000
> fstat64(1, {st_mode=S_IFCHR|0600, st_rdev=makedev(136, 0), ...}) = 0
> mmap(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0)
> = 0x70404000
> write(1, "*** ERROR *** Flash gateway time"..., 61) = 61
> munmap(0x70304000, 65536)               = 0
> close(3)                                = 0
> munmap(0x70404000, 8192)                = 0
> exit_group(1)                           = ?


It should not be 0x100000 ... can you please check what size is
off_t, and what is the signature of mmap on your system?

If its only 32 bit this means we cant mmap physical memory.
MST



More information about the general mailing list