unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: ludo@gnu.org (Ludovic Courtès)
To: guile-user@gnu.org
Subject: Re: Valgrind warnings with -1.8.6
Date: Thu, 30 Apr 2009 23:09:54 +0200	[thread overview]
Message-ID: <87pretc0gt.fsf@gnu.org> (raw)
In-Reply-To: 9df6f3ea0904300212j4d71a823icea9b2dc70da2eb6@mail.gmail.com

Hello,

Andrew Gaylard <ag@computer.org> writes:

> After some digging, I'm a bit closer.  Building from today's git
> shows fewer problems:

You're referring to `master', right?

> grep '^==[0-9]*== [a-zA-Z]' ./hello-world.vg |
> awk '/FILE DESCRIPTORS/ {x=0} x==1 {print} /My PID/ {x=1}' |
>  sort | uniq -c
>      25 ==3551== Conditional jump or move depends on uninitialised value(s)
>      15 ==3551== Use of uninitialised value of size 4
>       1 ==3551== Warning: bad signal number 0 in sigaction()

Cool.

> I've seen that a build without optimisation, i.e.:

That is expected: the evaluator and/or bytecode interpreter eat up too
much stack space with `-O0'.

Thanks,
Ludo'.





  reply	other threads:[~2009-04-30 21:09 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-06 15:05 Valgrind warnings with -1.8.6 Andrew Gaylard
2009-04-07 10:40 ` Andrew Gaylard
2009-04-07 19:47   ` Andreas Rottmann
2009-04-07 21:25     ` Neil Jerram
2009-04-08  7:36       ` Ludovic Courtès
2009-04-08 13:38         ` Paul Emsley
2009-04-12  7:11         ` Neil Jerram
2009-04-30  9:12 ` Andrew Gaylard
2009-04-30 21:09   ` Ludovic Courtès [this message]
2009-05-01 10:13     ` Andy Wingo

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

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pretc0gt.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=guile-user@gnu.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).