caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: malc <malc@pulsesoft.com>
To: yminsky@cs.cornell.edu
Cc: Caml Mailing List <caml-list@inria.fr>
Subject: Re: [Caml-list] Why are backtraces (sometimes) useless
Date: Fri, 24 Jun 2005 20:54:25 +0400 (MSD)	[thread overview]
Message-ID: <Pine.LNX.4.61.0506242052500.1187@home.oyster.ru> (raw)
In-Reply-To: <891bd339050624093978a3c9a8@mail.gmail.com>

On Fri, 24 Jun 2005, Yaron Minsky wrote:

> I've had a lot of experience lately with OCaml backtraces sucking, and I'm
> not sure what's going on. We're working on a decent-sizes project (about
> 10-kloc) that uses threads and a decent amount of functorization. One thing
> we've noticed is that backtraces are almost completely useless --- generally
> speaking, they have lots of "Called from unknown location" messages, and
> almost no useful data. They often skip over functions on the call stack of
> the error in surprising ways.
>
> I guess the question is this: what kind of situations cause backtraces to
> drop information in the ways described above?
>
> Also, is there anyone out there actively using the native-code backtrace
> patches that people have come up with? I'm curious to hear other people's
> experiences.

Native code backtracing i did is constrained by the fact that only
functions that contain gc call site are included into backtrace.
I even included an example which showcases this limitation.

-- 
mailto:malc@pulsesoft.com


  reply	other threads:[~2005-06-24 16:54 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24 16:39 Yaron Minsky
2005-06-24 16:54 ` malc [this message]
2005-06-24 18:32 ` [Caml-list] " Richard Jones

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=Pine.LNX.4.61.0506242052500.1187@home.oyster.ru \
    --to=malc@pulsesoft.com \
    --cc=caml-list@inria.fr \
    --cc=yminsky@cs.cornell.edu \
    /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 NNTP newsgroup(s).