Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!snorkelwacker.mit.edu!spool.mu.edu!sdd.hp.com!usc!orion.oac.uci.edu!ucivax!gateway From: rhutchin@Bonnie.ICS.UCI.EDU Newsgroups: comp.sys.mac.programmer Subject: Bug in THINK C???? Message-ID: <9102181103.aa10735@Bonnie.ics.uci.edu> Date: 18 Feb 91 19:05:16 GMT Lines: 21 Well, more like "Bug in THINK C 4.02 update..." Here's something that is compiled into "error-free" object code in THINK C 4.0: NumToString((long) BuffCopy, tempStr); where: char *BuffCopy char *tempStr; /* sorry, forget the ";" above */ This works great in 4.0, but in the 4.02 update, it doesn't; it generates a bus error, that I catch in MacsBug... Sorry I can't give more information; I'm kindof a novice C programmer and MacsBug user. Anyone else had this problem. Does Symantec know about it? Richard B. Hutchings Dept of Info and Comp Sci UC Irvine