linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Possible regression after 3935ed6a3a533c1736e3ca65bff72afd1773be27
@ 2014-03-26  5:36 Pat Erley
  0 siblings, 0 replies; only message in thread
From: Pat Erley @ 2014-03-26  5:36 UTC (permalink / raw)
  To: linux-next

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-03-26  5:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-03-26  5:36 Possible regression after 3935ed6a3a533c1736e3ca65bff72afd1773be27 Pat Erley

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).