home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / vxworks / 1229 next >
Encoding:
Text File  |  1993-01-21  |  1.3 KB  |  36 lines

  1. Newsgroups: comp.os.vxworks
  2. Path: sparky!uunet!usc!sdd.hp.com!nigel.msen.com!fmsrl7!lynx.unm.edu!umn.edu!csus.edu!netcom.com!hjb
  3. From: hjb@netcom.com (H. J. Bae)
  4. Subject: Re: Mysterious task crashes
  5. Message-ID: <1993Jan21.062847.27457@netcom.com>
  6. Organization: Peaceful Star Project
  7. References: <1993Jan15.184713.28368@wdl.loral.com> <1993Jan18.163643.619@ee.ubc.ca>
  8. Date: Thu, 21 Jan 1993 06:28:47 GMT
  9. Lines: 25
  10.  
  11. markm@ee.ubc.ca (mark milligan) writes:
  12.  
  13. >It looks like the pointer is writing an instruction to jump to location 0x0006
  14. >where the illegal instruction is generated. ( I beleive this is the vector table?)
  15.  
  16. m68k's look for SSP and PC values (in that sequence) starting at addr 0
  17. upon powerup.  0x6 is pointing to least significant half of whatever was
  18. left there (possibly the kernel boot routine address).
  19.  
  20. if i were you, i'd use a logic analyser to trigger at that address to
  21. track the problem down.  if you don't have one of those, you could 
  22. possibly hack up something -- like putting in a jsr instruction at 
  23. the location to call your routine which can print out stack trace...
  24. or something like that (i know, pretty sick) <grin>
  25.  
  26.  
  27. hwajin
  28.  
  29.  
  30. -- 
  31. Hwa-Jin Bae                hjb@netcom.com
  32. Peaceful Star Project
  33. 2899 Ford Street, Oakland CA 94601    Available for Civilian contract work.
  34. (510) 536-7607                
  35.  
  36.