X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=L7M MlarMvQoPewETTcOkl3Icwbe9tuAfgWedZvEW6JGwu021NLyo64hPgjqGRRRnnuf cIEIooTYVmLeFUL+/FEIE0FS58LHoWoT945zptmgV6hxy23ynBx6vPqoj5C2tpo7 r2tyujqYGLc4rmuBCxtDuKV0yvVTZdOIRjtbkFYc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:subject:from:to:mime-version :content-type:content-transfer-encoding; s=default; bh=s31mzDGVg J+ARMV0xWc/f7qt2IA=; b=bqSnn8BmL7qv0elO1RiTRV00tF0Sz1QDYqz78NYMr OKWk/PPLKZZICbFrAzf0Z/igXTdtKM4kJxSML5aarLV/qjPuUwmdiWmPoRqzTtN5 ZuEd99HUxfMv+mz89kyi5h548Z+tI+5fya930oYzh/eitryuVy2f+1aqQNQ8rPsL KI= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM,T_RP_MATCHES_RCVD,URIBL_DBL_REDIR autolearn=ham version=3.3.2 X-HELO: nctlincom01.orcon.net.nz Message-ID: <59573.27.252.124.234.1394403198.squirrel@mail.orcon.net.nz> Date: Mon, 10 Mar 2014 11:13:18 +1300 (NZDT) Subject: "stack level too deep" error, running bundler through RVM and cygwin. From: "Robin" To: cygwin AT cygwin DOT com User-Agent: SquirrelMail/1.4.5 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-DSPAM-Check: by mx5.orcon.net.nz on Mon, 10 Mar 2014 11:13:18 +1300 X-DSPAM-Result: Spam X-DSPAM-Processed: Mon Mar 10 11:13:18 2014 X-DSPAM-Confidence: 0.4842 X-DSPAM-Probability: 0.9878 X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN, default) X-Spam-Score: 0.00 () [Hold at 4.00] X-CanIt-Geo: No geolocation information available for 172.16.100.202 Hi, I'm trying to install and configure RVM through cygwin, in order to use the ruby development aids in the Drupal theme 'Omega'. However, I'm having trouble installing the gems required by Omega. I installed cygwin with the necessary packages and dependencies for RVM. I installed RVM (rvm 1.25.19). I installed the ruby version (ruby 1.9.3p545) required by Omega. When I type "bundle install" for the gems required by the omega theme I get: >$ bundle install > > Fetching gem metadata from https://rubygems.org/.......... > > Fetching additional metadata from https://rubygems.org/.. > > Resolving dependencies... 0 [main] ruby 7904 child_info_fork::abort: > address space needed by 'fcntl.so' (0x2F0000) is already occupied > > 0 [main] ruby 7724 child_info_fork::abort: address space needed by > 'fcntl.so' (0x2F0000) is already occupied > > Unfortunately, a fatal error has occurred. Please see the Bundler > troubleshooting documentation at > > http://bit.ly/bundler-issues. Thanks! > > /cygdrive/c/Users/BaSe/.rvm/gems/ruby-1 DOT 9 DOT 3-p545 AT global/bin/ruby_executable_hooks:15: > stack level too deep (SystemStackError) There is a suggested fix (at https://drupal.org/node/2138087) which suggests running >peflags -X409600 `which ruby` However this gives me the error: >which ruby: skipped because nonexistent I have searched for these errors to try to understand what's occurring, and to try and find alternative fixes, but I have no idea what to try next or where to look. Any help to get through this would be much appreciated. Thanks, Robin -- 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