From: Andy Lutomirski <luto@myrealbox.com>
To: linux-kernel mailing list <linux-kernel@vger.kernel.org>
Subject: Re: 32-bit segfaults on x86_64 in recent mm kernels
Date: Sun, 07 Nov 2004 13:15:52 -0800 [thread overview]
Message-ID: <418E9088.7060709@myrealbox.com> (raw)
In-Reply-To: <418E8759.9070408@myrealbox.com>
Andy Lutomirski wrote:
> I've had segfaults in 32-bit emulation in recent (and not-so-recent) -mm
> kernels on x86_64.
>
> 2.6.7-gentoo-r11 and 2.6.10-rc1 both work fine (even wine works for the
> most part).
>
> 2.6.9-rc3-mm3 can't run wine -- it always segfaults. Other apps seem OK.
>
> 2.6.10-rc1-mm1 can't run anything -- even this segfaults (compiled with
> both
> 'gcc -o foo -m32 foo.c' and 'gcc -o foo -m32 -Wl,-zexecstack foo.c'):
>
> #include <stdio.h>
>
> int main()
> {
> printf("Hello %d\n", (int)(sizeof(int*)));
> return 0;
> }
>
> Sorry, no debug info, since debugging tools segfault too.
>
> This is my syslog for 2.6.10-rc1-mm1, with some userspace stuff stripped:
s/2.6.10-rc1-mm1/2.6.10-rc1-mm3/g, obviously.
>
> Nov 7 08:37:41 luto Linux version 2.6.10-rc1-mm3
etc.
--Andy
next prev parent reply other threads:[~2004-11-07 21:16 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-11-07 20:36 32-bit segfaults on x86_64 in recent mm kernels Andy Lutomirski
2004-11-07 21:15 ` Andy Lutomirski [this message]
2004-11-07 21:53 ` Rafael J. Wysocki
2004-11-08 0:15 ` Ricky Beam
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=418E9088.7060709@myrealbox.com \
--to=luto@myrealbox.com \
--cc=linux-kernel@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.