Re: Suspicious warnings in -CURRENT

2000-07-08 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 phkmalloc and examine the core.

ln -sf A /etc/malloc.conf

--
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
[EMAIL PROTECTED] | TCP/IP since RFC 956
FreeBSD coreteam member | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 broke ppp -auto)
-- 
I'd like to meet the man who invented sex and see what he's working on now.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 in vi(1).
 
 Somebody enable the 'A' option of phkmalloc and examine the core.
 
 ln -sf A /etc/malloc.conf

Ok, everyone, my fault. Fixed.

-- 
Daniel C. Sobral(8-DCS)
[EMAIL PROTECTED]
[EMAIL PROTECTED]
[EMAIL PROTECTED]

jkh _DES: The Book of Bruce has only one sentence in it, and it says
"the actual directives of my cult are left as an exercise for the
reader. Good luck."
EE jkh: does it really include the 'good luck' part?
jkh EE: OK, I made that part up.
jkh EE: I figured it should sound a bit more cheery than how Bruce
initially dictated it to me.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 [EMAIL PROTECTED] -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



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 others must submit an X.509 certificate.
-- Charles Forsythe [EMAIL PROTECTED]



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message