Re: Suspicious warnings in -CURRENT

2000-07-08 Thread Daniel C. Sobral
Poul-Henning Kamp wrote: > > In message <[EMAIL PROTECTED]>, "Alexander N. Kabaev" writes: > >After today's buildworld, I am seeing lots of warning messages from libc like: > > > >expr in free(): warning: modified (chunk-) pointer > > > >Does it happen to anyone else on this list? > > I see it i

Re: Suspicious warnings in -CURRENT

2000-07-08 Thread Udo Erdelhoff
Hi, I've had the warnings, too, always after successful search operations in vi and mutt. cvs co -D '06 Jul 2000 12:00' src/lib/libc/regex/ and rebuild/reinstall of libc fixed it. It seems the bug was introduced in regcomp.c 1.20/1.121 and/or engine.c 1.8. /s/Udo (still trying to find out what b

Re: Suspicious warnings in -CURRENT

2000-07-07 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, "Alexander N. Kabaev" writes: >After today's buildworld, I am seeing lots of warning messages from libc like: > >expr in free(): warning: modified (chunk-) pointer > >Does it happen to anyone else on this list? I see it in vi(1). Somebody enable the 'A' option of

Re: Suspicious warnings in -CURRENT

2000-07-07 Thread Kris Kennaway
On Fri, 7 Jul 2000, Alexander N. Kabaev wrote: > After today's buildworld, I am seeing lots of warning messages from libc like: > > expr in free(): warning: modified (chunk-) pointer regexp breakage? There were several commits recently, try rebuilding libc. Kris -- In God we Trust -- all othe

RE: Suspicious warnings in -CURRENT

2000-07-07 Thread John Baldwin
On 07-Jul-00 Alexander N. Kabaev wrote: > After today's buildworld, I am seeing lots of warning messages from libc > like: > > expr in free(): warning: modified (chunk-) pointer > > Does it happen to anyone else on this list? Yes, I've been getting them in vi all day today. -- John Baldwin

Re: Suspicious warnings in -CURRENT

2000-07-07 Thread Eric J. Chet
On Fri, 7 Jul 2000, Alexander N. Kabaev wrote: > After today's buildworld, I am seeing lots of warning messages from libc like: > > expr in free(): warning: modified (chunk-) pointer > > Does it happen to anyone else on this list? > > > To Unsubscribe: send mail to [EMAIL PROTECTED] > with "u

Re: Suspicious warnings in -CURRENT

2000-07-07 Thread Louis A. Mamakos
Yes, I started noticing this too while building some ports on a test machine with last night's -current (I think). louie > After today's buildworld, I am seeing lots of warning messages from libc like: > > expr in free(): warning: modified (chunk-) pointer > > Does it happen to anyone else on