Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 1996 21:14:41 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        hackers@freebsd.org
Subject:   phkmalloc and buggy sw...
Message-ID:  <199604021914.VAA26438@labinfo.iet.unipi.it>

next in thread | raw e-mail | index | archive | help
It happened to me twice now... I have some software which intermixes
printf() and putchar(), and since the switch to phkmalloc it coredumps
at times on the putchar() call.

Just for the records... I can't tell if there is something terribly
wrong in my program or it is putchar which must be fixed. I solve the
problem by replacing putchar('\n') with printf("\n"), and it doesn't
coredump anymore.

	Luigi
====================================================================
Luigi Rizzo                     Dip. di Ingegneria dell'Informazione
email: luigi@iet.unipi.it       Universita' di Pisa
tel: +39-50-568533              via Diotisalvi 2, 56126 PISA (Italy)
fax: +39-50-568522              http://www.iet.unipi.it/~luigi/
====================================================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604021914.VAA26438>