Mirror of the gdb mailing list
 help / color / mirror / Atom feed
From: Michael Snyder <msnyder@vmware.com>
To: Lennyk <lennyk430@gmail.com>
Cc: "gdb@sourceware.org" <gdb@sourceware.org>
Subject: Re: Core dump information when code is optimized
Date: Fri, 17 Apr 2009 07:59:00 -0000	[thread overview]
Message-ID: <49E76456.80907@vmware.com> (raw)
In-Reply-To: <49E6D676.9000108@gmail.com>

Lennyk wrote:
> Hi,
> 
> When I compile only with -O1 flag - my core dump information does not 
> show line number or offset (when a segmentation fault has occurred).
> Only when I add the -g flag does the core dump contain line number 
> information - but the executable's size grows significantly!
> 
> Is there a way to get this information with core dump - but maintain the 
> optimized sized executable?

It is -g that matters, not -O.

-g generates line info.  This info goes into your executable, but it
does not increase your memory footprint -- only the size of the file.
In other words this line info is not copied into memory at runtime.

Which means that it also does not appear in the corefile, so your
corefile should not get significantly bigger.


  parent reply	other threads:[~2009-04-16 17:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-16  7:00 Lennyk
2009-04-16  9:00 ` Joel Brobecker
2009-04-17  7:59 ` Michael Snyder [this message]
2009-04-20 14:47   ` Lennyk

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=49E76456.80907@vmware.com \
    --to=msnyder@vmware.com \
    --cc=gdb@sourceware.org \
    --cc=lennyk430@gmail.com \
    /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