unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Petter Reinholdtsen <pere@hungry.com>
Subject: Strange error with cat (coreutils 4.5.2) on HP/UX
Date: Sat, 12 Oct 2002 18:13:37 +0200	[thread overview]
Message-ID: <E180OtV-0006XX-00@saruman.uio.no> (raw)


I get the message 'cat: memory exhausted' when trying to run 'cat' on
a big file across rsh to a HP/UX box.  The problem goes away when I
try to do this in an interactive shell, or if I pipe the output from
cat through dd:

Here is a summary:

  % /bin/uname -a
  Linux ravenclaw.uio.no 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown
  % rsh snipe /usr/bin/uname -a
  HP-UX snipe B.11.00 A 9000/782 2001385808 two-user license
  % rsh snipe "cat /local/store/snipe/bash-c/V*" |tar tf - >/dev/null
  cat: memory exhausted
  % rsh snipe "cat /local/store/snipe/bash-c/V* | dd" |tar tf - >/dev/null
  4620+0 records in
  4620+0 records out
  %

Any ideas?  This only seem to happen on HP/UX, and not on Irix,
Solaris, Tru64 UNIX or Linux.

             reply	other threads:[~2002-10-12 16:13 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-12 16:13 Petter Reinholdtsen [this message]
2002-10-12 22:36 ` Strange error with cat (coreutils 4.5.2) on HP/UX Petter Reinholdtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E180OtV-0006XX-00@saruman.uio.no \
    --to=pere@hungry.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).