home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 15004 < prev    next >
Encoding:
Internet Message Format  |  1992-09-04  |  1.8 KB

  1. Path: sparky!uunet!caen!sdd.hp.com!hpsdr160.sdd.hp.com!user
  2. From: marshall@sdd.hp.com (Marshall Clow)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: Does anyone recognize _Jackson?
  5. Followup-To: comp.sys.mac.programmer,comp.sys.mac.system
  6. Date: 4 Sep 1992 16:22:21 GMT
  7. Organization: Hewlett Packard San Diego Printer Division
  8. Lines: 33
  9. Distribution: world
  10. Message-ID: <marshall-040992091550@hpsdr160.sdd.hp.com>
  11. References: <1992Sep4.133844.20178@dartvax.dartmouth.edu>
  12. NNTP-Posting-Host: hpsdr160.sdd.hp.com
  13.  
  14. In article <1992Sep4.133844.20178@dartvax.dartmouth.edu>,
  15. Roger.W.Brown@dartmouth.edu (Roger W. Brown) wrote:
  16. > I frequently see this symbol in MacsBug when my Quadra crashes:
  17. > _Jackson. I haven't looked through the Tech Notes yet. I wondered if
  18. > anyone knows what it is. It does something with color icons. I just
  19. > want to know that it isn't a virus, and maybe that it is from an
  20. > extension that may be causing trouble.
  21. > --------------------------------------------------------------------
  22. > Roger Brown                                roger.brown@dartmouth.edu
  23. > Software Development
  24. > Kiewit Computation Center, Dartmouth College, Hanover, NH
  25.  
  26. It isn't a virus. Look closely, and you will notice that the address that
  27. you are looking at is in ROM.
  28.  
  29. On my Quadra 900:
  30. $4083143A: JACKSONPOLLOCK          _Debugger
  31. $4083143C: RNEWHANDLE              _NewHandle, SYS, CLEAR
  32. $4083143E: RNEWHANDLE + $0002      BNE.S $40831432
  33. and so on.....
  34.  
  35. It's where QuickDraw jumps to if it gets an error that it can't recover
  36. from (mostly when it runs out of memory). Never, never, do region
  37. operations
  38. where you could possibly not have enough memory!
  39.  
  40. Marshall Clow
  41. San Diego Printer Division      Hewlett Packard
  42. Internet: marshall@sdd.hp.com   AppleLink: HP.Marshall    AOL: MClow
  43.  
  44. P.S.    "Jackson Pollock" was the code name for 32-bit QuickDraw.
  45.