home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / programm / 18088 < prev    next >
Encoding:
Internet Message Format  |  1993-01-03  |  1.4 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!soda.berkeley.edu!cliffwd
  2. From: cliffwd@soda.berkeley.edu (Cliff Draper)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Enforcer HIT, say what?
  5. Date: 4 Jan 1993 03:28:17 GMT
  6. Organization: U.C. Berkeley, CS Undergraduate Association
  7. Lines: 23
  8. Distribution: inet
  9. Message-ID: <1i8ashINN742@agate.berkeley.edu>
  10. References: <1i5rpcINNj4j@agate.berkeley.edu> <S37732V.93Jan3122345@lk-hp-18.hut.fi> <1i88vfINN6nf@agate.berkeley.edu>
  11. NNTP-Posting-Host: soda.berkeley.edu
  12.  
  13. While working on my program the other day, I came across an intriquing
  14. Enforcer HIT.  It seems to be somewhat consistent in its address,
  15. it's always a LONG-WORD read from BAD1BAD3.  It looks like some sort of
  16. message, but I can't find any doc on BAD1BAD3.  Does anyone have an idea?
  17. I'm running SAS/C 6.1 on my A4000 and it always happens somewhere in
  18. my initilization code, but I can't pin it down.  It never shows up with CPR
  19. and when I put printf()'s in it, it ceases to appear as well.  I
  20. absolutely hate this kind of bug.  I can never be too sure if its me, the
  21. compiler, or the OS.
  22. Anyone  have any suggestions?
  23.  
  24.  
  25. On a different subject, how bad is it to do a lot of (>100) small (but
  26. varying) AllocMem()s.  Am I fragmenting memory pretty badly or is all
  27. taking care of itself?
  28.  
  29. Thanks,
  30. -Cliff
  31.  cliffwd@soda.Berkeley.Edu          UC Berkeley
  32.  
  33. "Simple things should be simple &
  34.  complex things should be possible"  -Alan Kay
  35.  
  36.