X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED,FREEMAIL_FROM,NML_ADSP_CUSTOM_MED,RCVD_NUMERIC_HELO,SPF_HELO_PASS,TW_EG,T_RP_MATCHES_RCVD,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org To: cygwin AT cygwin DOT com From: jojelino Subject: sigsegv in compiled cygwin Date: Fri, 04 Feb 2011 21:40:46 +0900 Lines: 13 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:2.0b12pre) Gecko/20110203 Thunderbird/3.3a3pre 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 i'm trying to build cygwin with gcc 4.6 trunk. and compile succeed. but when i try to run cygwin-linked executables with new-compiled-one, initialization routine failed with sigsegv at win32_whatever+14 0x61171a20 <+0>: jmp 0x61171a25 0x61171a25 <+5>: mov 0x61171a2c,%eax 0x61171a2a <+10>: call *(%eax) 0x61171a2c <+12>: sbb %al,%al => 0x61171a2e <+14>: pop %ss it seems redirection statement('Kludge alert') in autoload.cc didn't work as expected. what would i do?? -- 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