I changed the \n's to \r's as recommended in the thread. I then
searched the file. I get a couple of successful hits using Find Next),
but then BBEdit would beachball, and have to be force quit.
After a couple of these hangs, I dug up the hang log, and found a
zillion of these error messages
10 PCRE<unsigned short>::match(unsigned short const*, unsigned short
const*, int, PCRE<unsigned short>::match_data*, unsigned long,
PCRE<unsigned short>::eptrblock*, int) + 7409 (in BBEdit) [0x271c93]
I sent the text file I was searching to Barebones support, along with
the Console hang file, but have heard nothing back.
Is this a BBEdit problem, or a problem with the regex search?
Here is the regex I used:
(?mx)
(^THIS\ IS\ TRIP\ NUMBER.*\r
(?:\S.*\r)*
\r
(?:
(?:[ \t]*\d.*\r)+
[ \t]*-----+.*\r
)*
(?:[ \t]*\d.*\r){4}
[ \t]*\(.*\r
THE\ CALCULATED\ CREW\ COST.*\r
)
I can send anyone the text file I need to search, if that's a factor.
But as I said, this search string works fine 4-6 times, and then
BBEdit beach balls for good.
--
You received this message because you are subscribed to the
"BBEdit Talk" discussion group on Google Groups.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
<http://groups.google.com/group/bbedit?hl=en>
If you have a feature request or would like to report a problem,
please email "[email protected]" rather than posting to the group.
Follow @bbedit on Twitter: <http://www.twitter.com/bbedit>