Subject: Re: problems with unace22
To: =?UTF-8?B?IkPDqXNhciBDYXRyacOhbiBDLiI=?= <ccatrian@eml.cc>
From: Roland Illig <roland.illig@gmx.de>
List: tech-pkg
Date: 04/06/2005 19:47:15
César Catrián C. wrote:
>
> I have problems executing unace22.
>
> This is a ktrace output fragment, without arguments:
>
> 4197 unace22 CALL getrusage(0,0xbfbff4a4)
> 4197 unace22 RET getrusage 0
> 4197 unace22 CALL mremap(0x480a8000,0x761000,0x781000,1)
> 4197 unace22 RET mremap -1 errno -12 Cannot allocate memory
> 4197 unace22 CALL old_mmap(0xbfbff3c4)
> 4197 unace22 RET old_mmap 1216385024/0x48809000
> 4197 unace22 CALL munmap(0x480a8000,0x761000)
> 4197 unace22 RET munmap 0
> 4197 unace22 CALL getrusage(0,0xbfbff4a4)
> 4197 unace22 RET getrusage 0
> ...
>
> Please help. Other linux emulated programs are running fine.
Please try this if you are using bash:
ulimit -d `ulimit -H -d`
Ask someone else for doing an equivalent of this for csh.
Roland