X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_RW,TW_WX,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <4E5688F1.3050505@gmail.com> Date: Thu, 25 Aug 2011 19:40:01 +0200 From: Marco atzeri User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0) Gecko/20110812 Thunderbird/6.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: sh.exe: *** fatal error - couldn't allocate heap, Win32 error 487 References: <4E5464F4 DOT 4070508 AT cygwin DOT com> <4E5493D4 DOT 6070600 AT gmail DOT com> <32336296 DOT post AT talk DOT nabble DOT com> In-Reply-To: <32336296.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com 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. >>> >>> 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