Re: [pcre-dev] Mingw Memory mismatch problem

Pàgina inicial
Delete this message
Autor: Bob Rossi
Data:  
A: pcre-dev
Assumpte: Re: [pcre-dev] Mingw Memory mismatch problem
On Wed, Apr 04, 2007 at 04:16:16PM +0100, Philip Hazel wrote:
> On Wed, 4 Apr 2007, Bob Rossi wrote:
>
> > > ./RunTest
> >
> > >From the build directory, if I do, ../pcre-7.1-RC4/RunTest, it causes
> > my terminal to hang.
>
> How about
>
> sh -x ../pcre-7.1-RC4/RunTest
>
> ? That might show us how far it gets before hanging.


This is exactly what I see,
$ sh -x ../pcre-7.1-RC4/RunTest
+ cf=diff -u
+ valgrind=
+ testdata=testdata
+ '[' -n '' -a -d '' ']'
++ ./pcretest -C
++ ./pcregrep 'Internal link size'

BTW, not only does it hang, I swear it resizes my terminal somehow. (not
the window but the LINE/COL if you know what I mean).

Also, after I ^c it, I have to type every character twice for it to take
effect. So I usually type 'eexxiitt<enter><enter>'

So, with the output shown, I should probably try pcregrep somehow...

Bob Rossi