This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487


On 8/25/2011 7:32 PM, Moumita Banerjee wrote:


Hi, I tried to rebase the dll of cygwin. but I am getting some problem. Some dlls are not rebased

"XxX.dll skipped because not writable"

That's why I am not still getting "fatal error...couldn't allocate heap"

Please help to rebase dlls sucessfully.

Thanks,
Moumita

first rule : NO top post here, please.


check XxX.dll permissions with

$ ls -l XxX.dll

results should looks like
-rwxr-xr-x+ 1 Marco Administrators   910336 Aug  3 20:32 tk84.dll

the W means writeable, to change it

$ chmod +w XxX.dll




marco atzeri-4 wrote:

On 8/24/2011 4:41 AM, Larry Hall (Cygwin) wrote:
On 8/23/2011 4:21 PM, Moumita wrote:
Hi,

I am facing same problem when I am trying to build the webkit using
webkit. I
am getting "fatam error couldn't alocate heap , win32 error 487". After
disableing the SEP still I am getting same kind of error.

Please help me to solve the problem.

This is typically the result of one of two things:


1.<http://cygwin.com/acronyms/#BLODA>

2. DLL collisions - Install the 'rebase' package, read its README in
/usr/share/doc/Cygwin, and follow the instructions there to run
'rebaseall'.



and the second is clearly reported on http://www.webkit.org/building/tools.html at Windows point "3 Install Cygwin"

Regards
Marco



-- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]