Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 17:04:34 +0000 (GMT)
From:      Kiril Mitev <kiril@ideaglobal.com>
To:        freebsd-questions@freebsd.org
Subject:   linux compat problems
Message-ID:  <200005251704.RAA52802@loki.ideaglobal.com>

next in thread | raw e-mail | index | archive | help
I'm trying to run a Linux executable, which fails (as far as I can tell)
due to some sort of memory problem....

the system is

FreeBSD loki.ideaglobal.com 4.0-STABLE FreeBSD 4.0-STABLE #0: Wed May 17 15:27:35 GMT 2000     root@loki.ideaglobal.com:/usr/build/obj/usr/build/src/sys/LOKI  i386


and the relevant ( i think ) part of ktrace's output is:

52756 dataserver RET   write 16/0x10
52756 dataserver CALL  close(0x5)
52756 dataserver RET   close 0
52756 dataserver CALL  getrusage(0x17,0x11c6467,0xb69000,0x780,0)
52756 dataserver RET   getrusage -1 errno -12 Unknown error: -12
52756 dataserver CALL  mincore(0xbfbfdfac,0)
52756 dataserver RET   mincore 0
52756 dataserver CALL  write(0x1,0xbfbfe018,0x52)
52756 dataserver GIO   fd 1 wrote 82 bytes
"00:2000/05/25 16:50:49.12 kernel  os_create_region: can't allocate 11964416 bytes
"
52756 dataserver RET   write 82/0x52
52756 dataserver CALL  write(0x3,0xbfbfe018,0x52)
52756 dataserver GIO   fd 3 wrote 82 bytes
"00:2000/05/25 16:50:49.12 kernel  os_create_region: can't allocate 11964416 bytes
"

any ideas wrt getting it to work, or am I barking up the wrong tree
completely ?

Please CC: me on any replies

-- 
Kiril Mitev,


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005251704.RAA52802>