home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / gnu / utils / bug / 2039 < prev    next >
Encoding:
Text File  |  1992-11-11  |  808 b   |  26 lines

  1. Newsgroups: gnu.utils.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!scp.caltech.edu!andy
  3. From: andy@scp.caltech.edu (Andy Fyfe)
  4. Subject: gnutar 1.11.1
  5. Message-ID: <9211112319.AA19705@kodiak.cs.caltech.edu>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Wed, 11 Nov 1992 23:19:49 GMT
  10. Approved: bug-gnu-utils@prep.ai.mit.edu
  11. Lines: 13
  12.  
  13. The following causes gnutar to dump core
  14.     % gnutar -V test -v -c -f /tmp/files.tar *
  15.  
  16. The problem, according to gdb, is print_header is calling quote_copy_string
  17. with the parameter current_file_name, which is NULL.  Attempting to access
  18. the string causes the core dump.
  19.  
  20. The combination of -V and -v is necessary.
  21.  
  22. Gnutar is compiled on a sun4, sunos 4.1.2.
  23.  
  24. Andy Fyfe                    andy@cs.caltech.edu
  25.  
  26.