From: Pat Erley <pat-lkml@erley.org>
To: linux-next@vger.kernel.org
Subject: Possible regression after 3935ed6a3a533c1736e3ca65bff72afd1773be27
Date: Wed, 26 Mar 2014 00:36:50 -0500 [thread overview]
Message-ID: <53326772.4000900@erley.org> (raw)
On my 64bit kernel, some commit after
3935ed6a3a533c1736e3ca65bff72afd1773be27 seems to have broken 32bit
compatibility. I've run the bisection twice, and both pointed to
0df1ea2b7955d3cb311a549c44ed482452b859ff, but reverting that on HEAD did
not solve the problem.
Even this simple program:
main(){puts("HELLO");}
compiled with:
gcc -m32 test.c
Will crash with the infinitely unhelpful:
$ ./a.out
Killed
Even strace doesn't point to why it's failing:
$ strace ./a.out
execve("./a.out", ["./a.out"], [/* 73 vars */] <unfinished ...>
+++ killed by SIGKILL +++
Killed
I wasn't sure how to proceed with finding which further commits might be
causing issues, so I traced it back to the last working. .config
available by request. I'll happily test fixes/further reverts.
Pat Erley
reply other threads:[~2014-03-26 5:45 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=53326772.4000900@erley.org \
--to=pat-lkml@erley.org \
--cc=linux-next@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 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).