All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Américo Wang" <xiyou.wangcong@gmail.com>
To: Alan <alan@clueserver.org>
Cc: "Michal Marek" <mmarek@suse.cz>,
	"Américo Wang" <xiyou.wangcong@gmail.com>,
	linux-kernel@vger.kernel.org
Subject: Re: Additional info on modpost segfault
Date: Tue, 8 Jun 2010 13:51:52 +0800	[thread overview]
Message-ID: <20100608055152.GA7110@cr0.nay.redhat.com> (raw)
In-Reply-To: <1275929979.2923.0.camel@zowie.clueserver.org>

On Mon, Jun 07, 2010 at 09:59:39AM -0700, Alan wrote:
>On Fri, 2010-06-04 at 09:22 +0200, Michal Marek wrote: 
>> On 4.6.2010 06:51, Américo Wang wrote:
>> > On Thu, Jun 03, 2010 at 08:10:30PM -0700, alan wrote:
>> >> Missed adding the actual segfault message:
>> >>
>> >>  LD      drivers/usb/built-in.o
>> >>  LD      drivers/built-in.o
>> >>  LD      vmlinux.o
>> >>  MODPOST vmlinux.o
>> >> /bin/sh: line 1: 20665 Segmentation fault      (core dumped)
>> >> scripts/mod/modpost -o
>> >> /home/alan/GitTrees/linux-2.6-mid-ref/Module.symvers -S vmlinux.o
>> >> make[1]: *** [vmlinux.o] Error 139
>> >> make: *** [vmlinux.o] Error 2
>> >>
>> >> I have looked at the gcc 4.4.4 changelog and I can't see anything
>> >> that should cause this.
>> >>
>> > 
>> > Hmm, you need to find which program segfaults here.
>> 
>> It's the modpost command run on vmlinux.o. Alan, can you try
>> $ gdb --args scripts/mod/modpost -o Module.symvers -S vmlinux.o
>> (gdb) r
>> (wait for the segfault)
>> (gdb) bt full
>> 
>> and post the backtrace?
>
>Don't know if this will help much.
>
>This GDB was configured as "x86_64-redhat-linux-gnu".
>For bug reporting instructions, please see:
><http://www.gnu.org/software/gdb/bugs/>...
>Reading symbols
>from /home/alan/GitTrees/linux-2.6-mid-ref/scripts/mod/modpost...(no
>debugging symbols found)...done.
>(gdb) r
>Starting
>program: /home/alan/GitTrees/linux-2.6-mid-ref/scripts/mod/modpost -o
>Module.symvers -S vmlinux.o
>
>Program received signal SIGSEGV, Segmentation fault.
>0x0000000000403711 in main ()
>(gdb) bt full
>#0  0x0000000000403711 in main ()
>No symbol table info available.
>
>Trying to get it to compile with debugging info.
>

Try to append "-g" to HOSTCFLAGS in the top Makefile. ;)


  reply	other threads:[~2010-06-08  5:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-06-04  3:10 Additional info on modpost segfault alan
2010-06-04  4:51 ` Américo Wang
2010-06-04  7:22   ` Michal Marek
2010-06-07 16:59     ` Alan
2010-06-08  5:51       ` Américo Wang [this message]
2010-06-08 18:24         ` Alan
2010-06-09  8:35           ` Américo Wang
2010-06-10 23:08       ` Krzysztof Halasa
2010-06-11  0:06         ` alan
2010-06-11 20:42         ` H. Peter Anvin
2010-06-11 22:49           ` Michal Marek

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=20100608055152.GA7110@cr0.nay.redhat.com \
    --to=xiyou.wangcong@gmail.com \
    --cc=alan@clueserver.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mmarek@suse.cz \
    /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.