zsh-users
 help / color / mirror / code / Atom feed
From: Vincent Lefevre <vincent@vinc17.org>
To: zsh-users@sunsite.dk
Subject: zsh on Opteron (Linux) and limit
Date: Tue, 15 Feb 2005 13:51:44 +0100	[thread overview]
Message-ID: <20050215125144.GI19378@ay.vinc17.org> (raw)

I've compiled zsh 4.2.4 on Opteron, but the "limit" builtin doesn't
work. When called without any argument, it outputs nothing, and a 0
exit status.

zsh configuration:

zsh configuration
-----------------
zsh version               : 4.2.4
host operating system     : x86_64-unknown-linux-gnu
source code location      : .
compiler                  : gcc
preprocessor flags        : 
executable compiler flags :  -Wall -Wmissing-prototypes -O2
module compiler flags     :  -Wall -Wmissing-prototypes -O2 -fPIC
executable linker flags   :   -s -rdynamic
module linker flags       :   -s -shared
library flags             : -ldl -lnsl -lcurses -lm  -lc
installation basename     : zsh
binary install path       : /users/spaces/logiciels/zsh-patched/x86_64/bin
man page install path     : /users/spaces/logiciels/zsh-patched/man
info install path         : /users/spaces/logiciels/zsh-patched/info
functions install path    : /users/spaces/logiciels/zsh-patched/share/zsh/4.2.4/functions
See config.modules for installed modules and functions.

"strace -f -o strace.out ~soft/zsh-patched/x86_64/bin/zsh -c limit"
outputs:

[...]
25357 open("/users/spaces/logiciels/zsh-patched/x86_64/lib/zsh/4.2.4/zsh/rlimits.so", O_RDONLY) = 3
25357 read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0\0\f\0\0"..., 640) = 640
25357 fstat(3, {st_mode=S_IFREG|0755, st_size=12408, ...}) = 0
25357 mmap(NULL, 1058952, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x2a97f74000
25357 mprotect(0x2a97f77000, 1046664, PROT_NONE) = 0
25357 mmap(0x2a98076000, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x2000) = 0x2a98076000
25357 close(3)                          = 0
25357 rt_sigprocmask(SIG_BLOCK, [CHLD], [CHLD], 8) = 0
25357 rt_sigprocmask(SIG_UNBLOCK, [CHLD], [CHLD], 8) = 0
25357 exit_group(0, 0, 0x3bfa12c8c0, 0x1, 0x3c <unfinished ... exit status 0>

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA


             reply	other threads:[~2005-02-15 12:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-02-15 12:51 Vincent Lefevre [this message]
2005-02-15 12:58 ` Clint Adams
2005-02-15 15:59   ` Vincent Lefevre
2005-02-17 16:54     ` Vincent Lefevre
2005-02-15 14:15 ` Andrei A. Voropaev

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

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

  git send-email \
    --in-reply-to=20050215125144.GI19378@ay.vinc17.org \
    --to=vincent@vinc17.org \
    --cc=zsh-users@sunsite.dk \
    /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.vuxu.org/mirror/zsh/

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 NNTP newsgroup(s).