Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!asuvax!ncar!tank!ux1.cso.uiuc.edu!ux1.cso.uiuc.edu!m.cs.uiuc.edu!suna8!martin From: martin@suna8.cs.uiuc.edu Newsgroups: comp.sys.amiga.tech Subject: Re: Manx SDB bug (second try) Message-ID: <34700001@suna8> Date: 4 Mar 90 06:28:00 GMT References: <16480@well.sf.ca.us> Lines: 20 Nf-ID: #R:well.sf.ca.us:16480:suna8:34700001:000:974 Nf-From: suna8.cs.uiuc.edu!martin Mar 4 00:28:00 1990 Well, my letter bounced, so here goes... I tried your program on my machine (2000HD, 1Meg, 1Meg-Fat Agnus), and sdb performed just as you described. Quite strange! Please post any information you get from MANX about this problem! I was upset enough that the upgrade didn't include a window to dynamically observe variables like I have at work on IBM's running Turbo-C or Zortech-C++! Now it appears that sdb needs further debugging itself! Yikes. There, I feel much better now. - Rocco P.S. I found what appears to be a bug in Rob Peck's book "Programmer's Guide to the Amiga". On page 17, he has a sample program that opens the console and writes 'hello world' using a FileHandle, and fprintf(). Naively, I tried it and got a requester. Intuitively, it shouldn't work anyway, since fprintf() needs a (FILE *), and the pointer is a (FileHandle *). Anyway, just thought you'd like to know...