public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
From: Torsten Polle <Torsten.Polle@gmx.de>
To: systemtap@sourceware.org
Subject: Warning: Too many CFI instuctions
Date: Sun, 25 Nov 2018 21:31:00 -0000	[thread overview]
Message-ID: <ECDAF54D-9182-4239-930F-59AE9747423C@gmx.de> (raw)

Hi,

I get the following warning when calculating backtraces with SystemTap: "Too many CFI instuctions“. Therefore I change the output of the warning to print out the number of needed instructions.

Too many CFI instuctions: 723
Too many CFI instuctions: 967
Too many CFI instuctions: 571
Too many CFI instuctions: 555
Too many CFI instuctions: 2167
Too many CFI instuctions: 883
Too many CFI instuctions: 647
Too many CFI instuctions: 2691
Too many CFI instuctions: 787
Too many CFI instuctions: 931
Too many CFI instuctions: 1627
Too many CFI instuctions: 751
Too many CFI instuctions: 615
Too many CFI instuctions: 1283
Too many CFI instuctions: 619
Too many CFI instuctions: 663
Too many CFI instuctions: 727
Too many CFI instuctions: 759
Too many CFI instuctions: 579
Too many CFI instuctions: 527
Too many CFI instuctions: 959
Too many CFI instuctions: 1091
Too many CFI instuctions: 1335
Too many CFI instuctions: 515
Too many CFI instuctions: 843
Too many CFI instuctions: 1567
Too many CFI instuctions: 671
Too many CFI instuctions: 539
Too many CFI instuctions: 991
Too many CFI instuctions: 823
Too many CFI instuctions: 1211
Too many CFI instuctions: 627
Too many CFI instuctions: 667
Too many CFI instuctions: 695
Too many CFI instuctions: 639
Too many CFI instuctions: 691
Too many CFI instuctions: 635
Too many CFI instuctions: 587
Too many CFI instuctions: 2299
Too many CFI instuctions: 1019
Too many CFI instuctions: 763
Too many CFI instuctions: 547
Too many CFI instuctions: 523
Too many CFI instuctions: 1095
Too many CFI instuctions: 771
Too many CFI instuctions: 543
Too many CFI instuctions: 875
Too many CFI instuctions: 2223
Too many CFI instuctions: 535
Too many CFI instuctions: 903
Too many CFI instuctions: 799
Too many CFI instuctions: 755
Too many CFI instuctions: 1219
Too many CFI instuctions: 867
Too many CFI instuctions: 592
Too many CFI instuctions: 611
Too many CFI instuctions: 5547
Too many CFI instuctions: 1847

Consequently, I increase the maximum to 8192 in runtime/unwind.c.
#define MAX_CFI 8192

As a result SystemTap behaves as expected.

Would it be possible to either increase the size or make it configurable?

Regards,
Torsten


             reply	other threads:[~2018-11-25 21:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-25 21:31 Torsten Polle [this message]
2018-11-26 17:57 ` Mark Wielaard
2019-02-05 20:44   ` Frank Ch. Eigler

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=ECDAF54D-9182-4239-930F-59AE9747423C@gmx.de \
    --to=torsten.polle@gmx.de \
    --cc=systemtap@sourceware.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).