X-Spam-Check-By: sourceware.org Message-ID: <20070126220628.76419.qmail@hyperreal.org> Subject: grep -P segfault To: cygwin AT cygwin DOT com Date: Fri, 26 Jan 2007 14:06:28 -0800 (PST) From: Mike Brown X-Whoa: whoa. X-Mailer: ELM [version 2.4ME+ PL123e (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" 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 Can anyone reproduce this? This is on a fairly small Cygwin installation on WinXP, last updated 4 days ago. $ echo hello | grep -P '\n' hello ? hello ? hello 4 [main] grep 3280 _cygtls::handle_exceptions: Error while dumping state (probably corrupted stack) Segmentation fault (core dumped) (The command I was really trying to run was grep --color -P -U '\r[^\n]|[^\r]\n' *.txt to find files that don't consistently use CR+LF line separators, but I was able to reduce it to a simpler test case.) Thanks, Mike -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/