home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / hp / 14219 < prev    next >
Encoding:
Text File  |  1992-12-21  |  1.1 KB  |  30 lines

  1. Newsgroups: comp.sys.hp
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!apollo.hp.com!netnews
  3. From: web@apollo.HP.COM (Bill Bennett)
  4. Subject: Re: bus error problems, how to solve?
  5. Sender: usenet@apollo.hp.com (Usenet News)
  6. Message-ID: <BzGKoE.ID@apollo.hp.com>
  7. Date: Fri, 18 Dec 1992 14:09:50 GMT
  8. References: <A0W9TOW@math.fu-berlin.de> <BzFIC3.DGB@cup.hp.com>
  9. Nntp-Posting-Host: spithre.ch.apollo.hp.com
  10. Organization: Hewlett-Packard Company, Chelmsford, MA
  11. Lines: 17
  12.  
  13. Bus errors result from putting an illegal address on the address bus,
  14. e.g. trying to access an integer on an odd byte boundary, when ints must be
  15. aligned on 4-byte boundaries.
  16.  
  17. Segmentation violations are from using addresses outside your program's address
  18. space, e.g. your code stepped past the end of an array.
  19.  
  20. Get a copy of the the Portability Guide.  It gives examples of how things
  21. can be wrong, and how to correct them.  The manual is on the LaserROM or can
  22. be ordered as follows (for 9.0):
  23.  
  24.    HP-UX Portability Guide 
  25.    HP Part No.  B2355-90025
  26.    Edition Second Edition
  27.    HP 9000 Computers E0892
  28. -- 
  29. Bill Bennett  HP Channel Partner Consulting  web@apollo.hp.com  508-436-4475
  30.