home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sun / hardware / 7156 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  824 b 

  1. Path: sparky!uunet!news.univie.ac.at!scsing.switch.ch!univ-lyon1.fr!ghost.dsi.unimi.it!rpi!uwm.edu!cs.utexas.edu!ut-emx!tivoli!foraker!taylor
  2. From: taylor@foraker.tivoli.com (Eric Taylor)
  3. Newsgroups: comp.sys.sun.hardware
  4. Subject: Addressing modes
  5. Message-ID: <8828@tivoli.UUCP>
  6. Date: 27 Jan 93 15:59:39 GMT
  7. Sender: news@tivoli.UUCP
  8. Lines: 14
  9.  
  10. I am on a SPARC 1+.
  11.  
  12. Many times when my program dumps core, the stack address
  13. is something like 0xfeffffoo.
  14.  
  15. The negative of such a number looks somehting like 0x80000a40.
  16.  
  17. My debugger (gdb) can not handle it and quits right there.
  18.  
  19. I am sure it is a valid address, though, since the core dump
  20. was the result of me calling abort.  The size of the program is very
  21. modest and probably had not done anything bad up to that point.
  22.  
  23. Is this address some sort of register-based offset?
  24.