home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / aix / 12606 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!caen!malgudi.oar.net!chemabs!jym24
  3. From: jym24@cas.org (Jerry A. Miller)
  4. Subject: dbx (AIX 3.2.2) core dumps when attempting stack trace
  5. Message-ID: <jym24.724508321@jym24aws>
  6. Keywords: 3.2.2,dbx,abort
  7. Sender: usenet@cas.org
  8. Organization: Chemical Abstracts Service
  9. Date: Wed, 16 Dec 1992 12:18:41 GMT
  10. Lines: 22
  11.  
  12. I am attempting to debug a program using dbx (AIX 3.2.2).  When I do the
  13. following:
  14.  
  15. dbx -I/tmp/s931/obj $bin/e524p21
  16. dbx version 3.1 for AIX.
  17. Type 'help' for help.
  18. reading symbolic information ...
  19. (dbx) stop at "e524112.c":314
  20. [1] stop at "e524112.c":314
  21. (dbx) run LCASREACTTXT 1 1 0 101 /home/jym24/intran.numer ut.dbxxx
  22. [1] stopped in e524112.test_incomplete at line 314 in file "e524112.c"
  23.   314                                                             + ANASLEN));
  24. (dbx) where
  25. e524112.test_incomplete(ptr = 0x201a1428), line 314 in "e524112.c"
  26. e524112(ppl112 = 0x2007be38), line 180 in "e524112.c"
  27. Segmentation fault(coredump)
  28.  
  29.  
  30. I assume that I'm not the only one who has experienced this.  Can someone
  31. please send me info on how to get the patch?
  32.  
  33. Thanks!
  34.