1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881
|
<?xml version='1.0'?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
]>
<chapter id="errors">
<title>Understanding SystemTap Errors</title>
<remark>By type - http://sourceware.org/systemtap/tutorial/node23.html</remark>
<para>This chapter explains the most common errors you may encounter while using SystemTap.</para>
<section id="parsetype">
<title>Parse and Semantic Errors</title>
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
</indexterm>
<para>Parse and semantic errors occur while SystemTap attempts to parse and
translate the script into C, before converting it into a kernel
module. For example, type errors result from operations that assign invalid
values to variables or arrays.
</para>
<bridgehead renderas="sect2">parse error: expected <replaceable>foo</replaceable>, saw <replaceable>bar</replaceable></bridgehead>
<!-- next 3 indexterms for invalid values to variables/arrays -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>invalid values to variables/arrays</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>invalid values to variables/arrays</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>invalid values to variables/arrays</tertiary>
</indexterm>
<indexterm>
<primary>invalid values to variables/arrays</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<!-- next 2 indexterms for grammatical script error -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>grammatical/typographical script error</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>grammatical/typographical script error</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>grammatical/typographical script error</tertiary>
</indexterm>
<indexterm>
<primary>grammatical/typographical script error</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<!-- next 2 indexterms for typographical script error -->
<indexterm>
<primary>typographical script error</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>The script contains a grammatical or typographical error. SystemTap detected the type of the construct that is incorrect, given the context of the probe.
</para>
<remark>need more clarification (example) on this; could not replicate. how to
replicate?</remark>
<para>
For example, the following invalid SystemTap script is missing its probe
handlers:
</para>
<para>
<programlisting><xi:include parse="text" href="extras/perror.stp" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
</para>
<para>
An attempt to run this SystemTap script fails with the following error
message showing that the parser expects
something other than the <command>probe</command> keyword in
column 1 of line 2:
</para>
<para>
<programlisting>parse error: expected one of '. , ( ? ! { = +='
saw: keyword at perror.stp:2:1
1 parse error(s).</programlisting>
</para>
<bridgehead renderas="sect2">parse error: embedded code in unprivileged script</bridgehead>
<!-- next 2 indexterms for embedded code in unprivileged script -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>embedded code in unprivileged script</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>embedded code in unprivileged script</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>embedded code in unprivileged script</tertiary>
</indexterm>
<indexterm>
<primary>embedded code in unprivileged script</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>unprivileged script, embedded code in</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>unsafe embedded code in unprivileged script</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>
The script contains unsafe embedded C code, that is, blocks of code
surrounded by <command>%{</command> and <command>%}</command>. SystemTap
allows you to embed C code in a script, which is useful if there are no
tapsets to suit your purposes. However, embedded C constructs are not
safe and SystemTap reports this error to warn you if such constructs
appear in the script.
</para>
<!-- next 2 indexterms for guru mode -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>guru mode</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>guru mode</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>guru mode</tertiary>
</indexterm>
<indexterm>
<primary>guru mode</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>
If you are sure that any similar constructs in the script are safe
<emphasis>and</emphasis> you
are a member of the <systemitem class="groupname">stapdev</systemitem>
group (or have root privileges),
run the script in "guru" mode by using the <option>-g</option> option:
</para>
<screen><command>stap -g <replaceable>script</replaceable></command></screen>
<bridgehead renderas="sect2">semantic error: type mismatch for identifier '<replaceable>foo</replaceable>' ... string vs. long</bridgehead>
<!-- next 2 indexterms for type mismatch for identifier -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>type mismatch for identifier</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>type mismatch for identifier</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>type mismatch for identifier</tertiary>
</indexterm>
<indexterm>
<primary>type mismatch for identifier</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>identifier type mismatch</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>
The function <replaceable>foo</replaceable> in the
script used the wrong type
(such as <literal>%s</literal> or <literal>%d</literal>).
In the following example, the format specifier should be
<literal>%s</literal> and not <literal>%d</literal>, because the
<function>execname()</function> function returns a string:
</para>
<programlisting>probe syscall.open
{
printf ("%d(%d) open\n", execname(), pid())
}</programlisting>
<bridgehead renderas="sect2">semantic error: unresolved type for identifier '<replaceable>foo</replaceable>'</bridgehead>
<!-- next 2 indexterms for unresolved type for identifier -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>unresolved type for identifier</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>unresolved type for identifier</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>unresolved type for identifier</tertiary>
</indexterm>
<indexterm>
<primary>unresolved type for identifier</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>The identifier (variable) was used, but no type (integer or
string) could be determined. This occurs, for instance, if you use a
variable in a <command>printf</command> statement while
the script never assigns a value to the variable.</para>
<bridgehead renderas="sect2">semantic error: Expecting symbol or array index expression</bridgehead>
<!-- next 2 indexterms for expected symbol/array index expression -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>expected symbol/array index expression</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>expected symbol/array index expression</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>expected symbol/array index expression</tertiary>
</indexterm>
<indexterm>
<primary>expected symbol/array index expression</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>
SystemTap could not assign a value to a variable or to a location in an
array. The destination for the assignment is not a valid destination.
The following example code would generate this error:
</para>
<programlisting><xi:include parse="text" href="extras/werror.stp" xmlns:xi="http://www.w3.org/2001/XInclude" /></programlisting>
<bridgehead renderas="sect2">while searching for arity <replaceable>N</replaceable> function, semantic error: unresolved function call</bridgehead>
<!-- next 2 indexterms for unresolved function call -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>unresolved function call</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>unresolved function call</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>unresolved function call</tertiary>
</indexterm>
<indexterm>
<primary>unresolved function call</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>function call (unresolved)</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>A function call or array index expression in the script used an invalid
number of arguments or parameters. In SystemTap,
<firstterm>arity</firstterm> can either refer to the number of indices
for an array, or the number of parameters to a function.</para>
<bridgehead renderas="sect2">semantic error: array locals not supported, missing global declaration?</bridgehead>
<!-- next 2 indexterms for non-global arrays -->
<indexterm>
<primary>array locals not supported</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>non-global arrays</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>non-global arrays</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>non-global arrays</tertiary>
</indexterm>
<indexterm>
<primary>non-global arrays</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>The script used an array operation without declaring the array as
a global variable (global variables can be declared after their use in
SystemTap scripts). Similar messages appear if an array is used, but with inconsistent arities.</para>
<bridgehead renderas="sect2">semantic error: variable '<replaceable>foo</replaceable>' modified during 'foreach' iteration</bridgehead>
<!-- next 2 indexterms for variable modified during 'foreach' -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>variable modified during 'foreach'</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>variable modified during 'foreach'</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>variable modified during 'foreach'</tertiary>
</indexterm>
<indexterm>
<primary>variable modified during 'foreach'</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>The array <replaceable>foo</replaceable> is being modified (being assigned to or deleted from) within an active <command>foreach</command> loop. This error also displays if an operation within the script performs a function call within the <command>foreach</command> loop.</para>
<bridgehead renderas="sect2">semantic error: probe point mismatch at position <replaceable>N</replaceable>, while resolving probe point <replaceable>foo</replaceable></bridgehead>
<!-- next 2 indexterms for probe mismatch -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>probe mismatch</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>probe mismatch</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>probe mismatch</tertiary>
</indexterm>
<indexterm>
<primary>probe mismatch</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>SystemTap did not understand what the event or SystemTap function
<replaceable>foo</replaceable> refers
to. This usually means that SystemTap could not find a match for
<replaceable>foo</replaceable> in the
tapset library. <replaceable>N</replaceable> refers to the
line and column of
the error.</para>
<remark>how to explain N in previous? "The divergence from the “tree” of probe point namespace is at position N (starting with zero at left)." (from tutorial) </remark>
<bridgehead renderas="sect2">semantic error: no match for probe point, while resolving probe point <replaceable>foo</replaceable></bridgehead>
<!-- next 2 indexterms for no match for probe point -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>no match for probe point</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>no match for probe point</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>no match for probe point</tertiary>
</indexterm>
<indexterm>
<primary>no match for probe point</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>probe point (no match for)</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>SystemTap could not resolve the events or handler function <replaceable>foo</replaceable> for a variety of reasons. This error occurs when the script contains the event <command>kernel.function("<replaceable>something</replaceable>")</command>, and <replaceable>something</replaceable> does not exist. In some cases, the error could also mean the script contains an invalid kernel file name or source line number.</para>
<bridgehead renderas="sect2">semantic error: unresolved target-symbol expression</bridgehead>
<!-- next 2 indexterms for unresolved target-symbol expression -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>unresolved target-symbol expression</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>unresolved target-symbol expression</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>unresolved target-symbol expression</tertiary>
</indexterm>
<indexterm>
<primary>unresolved target-symbol expression</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>target-symbol expression, unresolved</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>A handler in the script references a target variable, but the
value of the variable could not be resolved. This error could also mean
that a handler is referencing a target variable that is not valid
in the context when it was referenced. This may be a result of compiler
optimization of the generated code.</para>
<bridgehead renderas="sect2">semantic error: libdwfl failure </bridgehead>
<!-- next 2 indexterms for libdwfl failure -->
<indexterm>
<primary>understanding SystemTap errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>libdwfl failure</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>parse/semantics error</secondary>
<tertiary>libdwfl failure</tertiary>
</indexterm>
<indexterm>
<primary>parse/semantics error</primary>
<secondary>understanding SystemTap errors</secondary>
<tertiary>libdwfl failure</tertiary>
</indexterm>
<indexterm>
<primary>libdwfl failure</primary>
<secondary>parse/semantics error</secondary>
<tertiary>understanding SystemTap errors</tertiary>
</indexterm>
<para>There was a problem processing the debugging information. In most
cases, this error results from the installation of a
<package>kernel-debuginfo</package> package whose version does not match
the probed kernel exactly. The installed <package>kernel-debuginfo</package> package itself may have some consistency or correctness problems.</para>
<bridgehead renderas="sect2">semantic error: cannot find <replaceable>foo</replaceable> debuginfo</bridgehead>
<para>SystemTap could not find a suitable <package>kernel-debuginfo</package> package.</para>
<!--
<formalpara>
<title></title>
<para></para>
</formalpara>
-->
</section>
<section id="runtimeerror">
<title>Runtime Errors and Warnings</title>
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
</indexterm>
<para>
Runtime errors and warnings occur when the SystemTap
instrumentation has been installed and is collecting data on
the system.
</para>
<bridgehead renderas="sect2">WARNING: Number of errors: <replaceable>N</replaceable>, skipped probes: <replaceable>M</replaceable></bridgehead>
<!-- next 2 indexterms for number of errors: N, skipped probes: M -->
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>number of errors: N, skipped probes: M</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>number of errors: N, skipped probes: M</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>number of errors: N, skipped probes: M</tertiary>
</indexterm>
<indexterm>
<primary>number of errors: N, skipped probes: M</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
Errors and/or skipped probes occurred during this run. Both
<replaceable>N</replaceable> and <replaceable>M</replaceable> are
the counts of the number of probes that were not executed due to
conditions such as too much time required to execute event handlers over
an interval of time.
</para>
<bridgehead renderas="sect2">division by 0</bridgehead>
<!-- next 2 indexterms for division by 0 -->
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>division by 0</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>division by 0</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>division by 0</tertiary>
</indexterm>
<indexterm>
<primary>division by 0</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>invalid division</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
The script code performed an invalid division.
</para>
<bridgehead renderas="sect2">aggregate element not found</bridgehead>
<!-- next 2 indexterms for aggregate element not found -->
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>aggregate element not found</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>aggregate element not found</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>aggregate element not found</tertiary>
</indexterm>
<indexterm>
<primary>aggregate element not found</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
A statistics extractor function other than <command>@count</command>
was invoked on an aggregate that has not had any values accumulated yet.
This is similar to a division by zero.
</para>
<bridgehead renderas="sect2">aggregation overflow</bridgehead>
<!-- next 3 indexterms for aggregation overflow -->
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>aggregation overflow</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>aggregation overflow</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>aggregation overflow</tertiary>
</indexterm>
<indexterm>
<primary>aggregation overflow</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>overflow of aggregation</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
An array containing aggregate values contains too many distinct key pairs at this time.
</para>
<!--<para>
An array containing aggregate values contains too many distinct key tuples at this time.
</para>-->
<bridgehead renderas="sect2">MAXNESTING exceeded</bridgehead>
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>MAXNESTING exceeded</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>MAXNESTING exceeded</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>MAXNESTING exceeded</tertiary>
</indexterm>
<indexterm>
<primary>MAXNESTING exceeded</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>exceeded MAXNESTING</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
Too many levels of function call nesting were attempted.
The default nesting of function calls allowed is 10.
</para>
<bridgehead renderas="sect2">MAXACTION exceeded</bridgehead>
<!-- next 2 indexterms for MAXACTION exceeded -->
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>MAXACTION exceeded</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>MAXACTION exceeded</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>MAXACTION exceeded</tertiary>
</indexterm>
<indexterm>
<primary>MAXACTION exceeded</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<indexterm>
<primary>exceeded MAXACTION</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
The probe handler attempted to execute too many statements in the
probe handler. The default number of actions allowed in a probe handler
is 1000.
</para>
<bridgehead renderas="sect2">kernel/user string copy fault at <replaceable>ADDR</replaceable></bridgehead>
<!-- next 2 indexterms for copy fault -->
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>copy fault</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>copy fault</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>copy fault</tertiary>
</indexterm>
<indexterm>
<primary>copy fault</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
The probe handler attempted to copy a string from kernel or
user space at an invalid address (<replaceable>ADDR</replaceable>).
</para>
<bridgehead renderas="sect2">pointer dereference fault</bridgehead>
<!-- next 2 indexterms for pointer dereference fault -->
<indexterm>
<primary>understainding SystemTap errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>pointer dereference fault</tertiary>
</indexterm>
<indexterm>
<primary>errors</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>pointer dereference fault</tertiary>
</indexterm>
<indexterm>
<primary>runtime errors/warnings</primary>
<secondary>understainding SystemTap errors</secondary>
<tertiary>pointer dereference fault</tertiary>
</indexterm>
<indexterm>
<primary>pointer dereference fault</primary>
<secondary>runtime errors/warnings</secondary>
<tertiary>understainding SystemTap errors</tertiary>
</indexterm>
<para>
There was a fault encountered during a pointer
dereference operation such as a target variable evaluation.
</para>
</section>
</chapter>
|