[Bug 679865] New: Segmentation fault during "make oldconfig" for a Linux kernel 2.6.37.4
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c0 Summary: Segmentation fault during "make oldconfig" for a Linux kernel 2.6.37.4 Classification: openSUSE Product: openSUSE 11.4 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: Markus.Elfring@web.de QAContact: qa@suse.de Found By: --- Blocker: --- I would like to inform you about the following situation after I have retrieved the source files for a current kernel by the command "git pull". Sonne:/usr/src/linux-2.6.37.y # make oldconfig HOSTCC scripts/basic/docproc /bin/sh: line 1: 12884 Segmentation fault scripts/basic/fixdep scripts/basic/.docproc.d scripts/basic/docproc 'gcc -Wp,-MD,scripts/basic/.docproc.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/docproc scripts/basic/docproc.c ' > scripts/basic/.docproc.tmp make[1]: *** [scripts/basic/docproc] Error 139 make: *** [scripts_basic] Error 2 Would you like correct any invalid memory accesses here? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c1 Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |pth@novell.com InfoProvider| |Markus.Elfring@web.de AssignedTo|pth@novell.com |rguenther@novell.com --- Comment #1 from Philipp Thomas <pth@novell.com> 2011-03-15 19:41:51 CET --- Segfaults have many reasons. Have you checked your memory by running memtest86? Besides that, we need the preprocessed source in order to possibly reproduce the error. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c2 --- Comment #2 from Markus Elfring <Markus.Elfring@web.de> 2011-03-15 19:00:24 UTC --- I find my computer memory fine so far. I would like to be sure: Does the reported error message come from a compilation try for the source file "docproc.c" by the GNU compiler (gcc)? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c3 --- Comment #3 from Markus Elfring <Markus.Elfring@web.de> 2011-03-16 07:38:40 UTC --- Created an attachment (id=419589) --> (http://bugzilla.novell.com/attachment.cgi?id=419589) configuration for a Linux kernel The call of the passed gcc command does not result in an error message by itself. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c4 Markus Elfring <Markus.Elfring@web.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW InfoProvider|Markus.Elfring@web.de | --- Comment #4 from Markus Elfring <Markus.Elfring@web.de> 2011-03-16 08:20:43 UTC --- Created an attachment (id=419597) --> (http://bugzilla.novell.com/attachment.cgi?id=419597) preprocessed source file What is wrong with the program "scripts/basic/fixdep" in my situation? Can you reproduce the unexpected behaviour? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c5 Richard Guenther <rguenther@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|rguenther@novell.com |pth@novell.com --- Comment #5 from Richard Guenther <rguenther@novell.com> 2011-03-16 09:42:30 UTC --- It seems to be scripts/basic/fixdep that is segfaulting. It is definitely not GCC. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c Philipp Thomas <pth@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|pth@novell.com |kernel-maintainers@forge.pr | |ovo.novell.com -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c6 --- Comment #6 from Markus Elfring <Markus.Elfring@web.de> 2011-03-29 16:58:51 UTC --- (In reply to comment #5) I have discovered that a software component that interacts with my self-generated GNU C compiler 4.5.2 results in unexpected behaviour. Sonne:/usr/src/linux-2.6.37.y # /usr/local/bin/gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -g -o scripts/basic/fixdep scripts/basic/fixdep.c Sonne:/usr/src/linux-2.6.37.y # valgrind --verbose --trace-children=yes --log-file=vg_log679865_%p.txt scripts/basic/fixdep scripts/basic/.fixdep.d scripts/basic/fixdep 'gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c' > scripts/basic/.fixdep.tmp Segmentation fault Sonne:/usr/src/linux-2.6.37.y # dmesg .. [30106.466904] fixdep[6377]: segfault at 601910 ip 0000000000601910 sp 00007fff2eba81f8 error 15 in fixdep[601000+1000] Sonne:/usr/src/linux-2.6.37.y # /usr/bin/gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c Sonne:/usr/src/linux-2.6.37.y # scripts/basic/fixdep scripts/basic/.fixdep.d scripts/basic/fixdep 'gcc -Wp,-MD,scripts/basic/.fixdep.d -Wall -Wmissing-prototypes -Wstrict-prototypes -O2 -fomit-frame-pointer -o scripts/basic/fixdep scripts/basic/fixdep.c' > scripts/basic/.fixdep.tmp I guess that this observation is similar to the experiences from the issue 'Segmentation fault during "make oldconfig" for a Linux kernel 2.6.38' (bug #680120). -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c7 --- Comment #7 from Markus Elfring <Markus.Elfring@web.de> 2011-03-29 17:07:37 UTC --- Created an attachment (id=421961) --> (http://bugzilla.novell.com/attachment.cgi?id=421961) valgrind log Should I submit a bug report in an other issue tracker? http://gcc.gnu.org/bugzilla/enter_bug.cgi -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=679865 https://bugzilla.novell.com/show_bug.cgi?id=679865#c8 Jiri Slaby <jslaby@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |jslaby@novell.com Resolution| |DUPLICATE --- Comment #8 from Jiri Slaby <jslaby@novell.com> 2011-04-02 07:59:27 UTC --- . *** This bug has been marked as a duplicate of bug 680120 *** http://bugzilla.novell.com/show_bug.cgi?id=680120 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com