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

  1. Xref: sparky comp.sys.mac.programmer:15005 comp.sys.mac.system:11612
  2. Newsgroups: comp.sys.mac.programmer,comp.sys.mac.system
  3. Path: sparky!uunet!gumby!kzoo!k044477
  4. From: k044477@hobbes.kzoo.edu (Jamie R. McCarthy)
  5. Subject: Re: Does anyone recognize _Jackson?
  6. Message-ID: <1992Sep4.161418.17523@hobbes.kzoo.edu>
  7. Followup-To: comp.sys.mac.system
  8. Organization: Kalamazoo College
  9. References: <1992Sep4.133844.20178@dartvax.dartmouth.edu>
  10. Date: Fri, 4 Sep 1992 16:14:18 GMT
  11. Lines: 31
  12.  
  13. Roger.W.Brown@dartmouth.edu (Roger W. Brown) writes:
  14. >I frequently see this symbol in MacsBug when my Quadra crashes:
  15. >_Jackson. I haven't looked through the Tech Notes yet.
  16.  
  17. You won't find it there.  :-)
  18.  
  19. >I wondered if
  20. >anyone knows what it is. It does something with color icons.
  21.  
  22. It's an internal trap that QuickDraw uses for doing stuff with memory.
  23. Those branches to _DisposCIcon+xxxx don't necessarily have anything to
  24. do with color icons.  And if you ever hit the _Debugger trap in there,
  25. something went wrong _before_ the trap was called.  Giving the app more
  26. memory may or may not fix it;  it's worth a try.
  27.  
  28. And it gets its name from Jackson Pollock, the modern painter whose name
  29. was given to early versions of Color QuickDraw.  (Or is it 32-bit
  30. QuickDraw?  I've never been good at trivia...)
  31.  
  32. >I just
  33. >want to know that it isn't a virus, and maybe that it is from an
  34. >extension that may be causing trouble.
  35.  
  36. Nope, it's in your machine's ROM.  (It's hard to put a virus there.)
  37.  
  38. Note the followup;  hopefully csmp won't start up another flood of
  39. _Jackson trivia...?
  40. -- 
  41.  Jamie McCarthy      Internet: k044477@kzoo.edu      AppleLink: j.mccarthy
  42.  The essence of OOP:  "After some hacking, I finally got the program to
  43.  work, but I'm still not sure why." - David Marcovitz (marcovitz@uiuc.edu)
  44.