Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!mcsun!ukc!vision!ukpoit!paul From: paul@ukpoit.co.uk (Paul Wood) Newsgroups: comp.os.minix Subject: Is this a MacMinix bug, or is it my machine only? Message-ID: <1991Jun28.084706.12180@ukpoit.co.uk> Date: 28 Jun 91 08:47:06 GMT Organization: iT - The Information Technology Business Of The Post Office Lines: 29 I have been testing the recently posted uucp and I am getting problems with the uucico. The problems are really puzzelling. Can some MacMinix user please try out the following test code based upon a section of uucico and tell me if it works or fails. main() { char *memory; if((memory=(char *)malloc(15)) == (char *)0) { printf("malloc failed\n"); } else { free(memory); printf("memory freed\n"); } printf("test complete\n"); } The free fails on my MacMinix with the message "assert failed in lib/malloc.c" It works on my Unix machines, which of course is should! -- Paul Wood [ e-mail: paul@ukpoit.co.uk or ...!ukc!ukpoit!paul ] [ address: iT, Barker Lane, Chesterfield, England S40 1DY ] [ phone: +44 246 214256, postline: 5403 4256, fax: +44 246 214353 ]