Prev: tracing: Dump either the oops's cpu source or all cpus buffers
Next: [PATCH] hugetlbfs: Kill applications that use MAP_NORESERVE with SIGBUS instead of OOM-killer
From: Justin Mattock on 19 Apr 2010 00:20 so far I've compiled most of the system (glibc,Xserver,etc..) and not really anything has crashed and burned except for the kernel: kernel/rtmutex.c: At top level: kernel/rtmutex.c:1138:1: internal compiler error: in cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1009 Please submit a full bug report, with preprocessed source if appropriate. See <http://gcc.gnu.org/bugs.html> for instructions. make[1]: *** [kernel/rtmutex.o] Error 1 make: *** [kernel] Error 2 any reports of this/ideas? -- Justin P. Mattock -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jie Zhang on 19 Apr 2010 01:30 On 04/19/2010 12:19 PM, Justin Mattock wrote: > so far I've compiled most of the system > (glibc,Xserver,etc..) > and not really anything has crashed and burned > except for the kernel: > > kernel/rtmutex.c: At top level: > kernel/rtmutex.c:1138:1: internal compiler error: in > cgraph_decide_inlining_of_small_functions, at ipa-inline.c:1009 > Please submit a full bug report, > with preprocessed source if appropriate. > See<http://gcc.gnu.org/bugs.html> for instructions. > make[1]: *** [kernel/rtmutex.o] Error 1 > make: *** [kernel] Error 2 > > any reports of this/ideas? > Please report a bug with a preprocessed source file in GCC's bugzilla. -- Jie Zhang CodeSourcery (650) 331-3385 x735 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Ben Gamari on 19 Apr 2010 01:40 On Sun, 18 Apr 2010 21:19:19 -0700, Justin Mattock <justinmattock(a)gmail.com> wrote: > so far I've compiled most of the system > (glibc,Xserver,etc..) > and not really anything has crashed and burned > except for the kernel: > You are using a pre-release compiler. It should be no surprise that it chokes on the kernel. You should do as the compiler said and report this to the gcc folks. - Ben -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Justin P. Mattock on 19 Apr 2010 02:50 On 04/18/2010 10:35 PM, Ben Gamari wrote: > On Sun, 18 Apr 2010 21:19:19 -0700, Justin Mattock<justinmattock(a)gmail.com> wrote: >> so far I've compiled most of the system >> (glibc,Xserver,etc..) >> and not really anything has crashed and burned >> except for the kernel: >> > You are using a pre-release compiler. It should be no surprise that it chokes > on the kernel. You should do as the compiler said and report this to the gcc > folks. > > - Ben > > I couldn't resist..(had to play), anyways I looked through the reports but didn't see anything that was familiar. so I went and created an entry: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43791 Justin P. Mattock -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Jie Zhang on 19 Apr 2010 03:00
On 04/19/2010 02:43 PM, Justin P. Mattock wrote: > I couldn't resist..(had to play), > anyways I looked through the reports > but didn't see anything that was > familiar. so I went and created an entry: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43791 > Thanks. Please add a preprocessed source file so people can reproduce your issue. -- Jie Zhang CodeSourcery (650) 331-3385 x735 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |