Report forwarded to debian-bugs-dist@lists.debian.org, Jeroen van der Most <jvdmost@wi.leidenuniv.nl>:
Bug#7197; Package dmalloc.   debian-bugs-dist@lists.debian.orgJeroen van der Most <jvdmost@wi.leidenuniv.nl>  Sorry, this message was lost when this bug report was restored from a backup.   Acknowledgement sent to Randy Gobbel <gobbel@cogsci.ucsd.edu>:
New bug report received and forwarded. Copy sent to Jeroen van der Most <jvdmost@wi.leidenuniv.nl>.   Randy Gobbel <gobbel@cogsci.ucsd.edu>  Sorry, this message was lost when this bug report was restored from a backup.   Received: (at submit) by bugs.debian.org; 7 Feb 1997 22:21:44 +0000 Received: (qmail 20828 invoked from network); 7 Feb 1997 22:21:38 -0000 Received: from gigan.extern.ucsd.edu (root@137.110.78.121) by master.debian.org with SMTP; 7 Feb 1997 22:21:37 -0000 Received: from gigan (gobbel@localhost [127.0.0.1]) by gigan.extern.ucsd.edu (8.8.5/8.8.5) with SMTP id OAA03095; Fri, 7 Feb 1997 14:14:47 -0800 Sender: gobbel@cogsci.ucsd.edu Message-ID: <32FBA956.5370258@cogsci.ucsd.edu> Date: Fri, 07 Feb 1997 14:14:46 -0800 From: Randy Gobbel Organization: Cognitive Science Dept., UCSD X-Mailer: Mozilla 3.01Gold (X11; U; Linux 2.0.27 i686) MIME-Version: 1.0 To: submit@bugs.debian.org Subject: dmalloc distribution omits dmalloc.cc Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Package: dmalloc Version: 3.1.2-1 The Debian distribution of dmalloc does not include dmalloc.cc. This file is needed for the use of dmalloc with C++ programs. From dmalloc.info: " For those people using the C++ language, some special things need to be done to get the library to work. The problem exists with the fact that the dynamic memory routines in C++ are `new()' and `delete()' as opposed to `malloc()' and `free()'." " The file `dmalloc.cc' is provided in the distribution which effectively redirects `new' to the more familiar `malloc' and `delete' to the more familiar `free'. Compile and link this file in with the C++ program you want to debug." -Randy