All of lore.kernel.org
 help / color / mirror / Atom feed
From: Francis Galiegue <fg@mandrakesoft.com>
To: linux-ia64@vger.kernel.org
Subject: [Linux-ia64] That getpagesize() problem again!
Date: Thu, 25 Jan 2001 10:26:37 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005096@msgid-missing> (raw)

When trying to install only two packages via RPM in a chroot, this is what I
get:

rpm: ../sysdeps/unix/sysv/linux/ia64/getpagesize.c:36: __getpagesize: Assertion
`_dl_pagesize != 0'
failed.

Then, abort and core dump.

What I'd like to know is why, in the glibc file mentioned in the error,
__getpagesize is defined as such:

int
__getpagesize ()
{
  assert (_dl_pagesize != 0);
  return _dl_pagesize;
}

(that's glibc 2.2.1, but 2.2 exhibits the same behaviour)

This looks all the more strange that you can define the page size during kernel
compile! A sample test program which I made using the getpagesize() syscall
yields the correct value, though...

What should I do?

-- 
Francis Galiegue, fg@mandrakesoft.com
"Programming is a race between programmers, who try and make more and more
idiot-proof software, and universe, which produces more and more remarkable
idiots. Until now, universe leads the race"  -- R. Cook



             reply	other threads:[~2001-01-25 10:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-01-25 10:26 Francis Galiegue [this message]
2001-01-25 11:20 ` [Linux-ia64] That getpagesize() problem again! Andreas Schwab
2001-01-25 14:25 ` Jes Sorensen
2001-01-25 15:34 ` Francis Galiegue

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=marc-linux-ia64-105590693005096@msgid-missing \
    --to=fg@mandrakesoft.com \
    --cc=linux-ia64@vger.kernel.org \
    /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.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.