Application-Programming-Errors.html 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <html lang="en">
  2. <head>
  3. <title>Application Programming Errors - avram - a virtual machine code interpreter</title>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <meta name="description" content="avram - a virtual machine code interpreter">
  6. <meta name="generator" content="makeinfo 4.13">
  7. <link title="Top" rel="start" href="index.html#Top">
  8. <link rel="up" href="Diagnostics.html#Diagnostics" title="Diagnostics">
  9. <link rel="prev" href="File-Format-Errors.html#File-Format-Errors" title="File Format Errors">
  10. <link rel="next" href="Configuration-Related-Errors.html#Configuration-Related-Errors" title="Configuration Related Errors">
  11. <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
  12. <meta http-equiv="Content-Style-Type" content="text/css">
  13. <style type="text/css"><!--
  14. pre.display { font-family:inherit }
  15. pre.format { font-family:inherit }
  16. pre.smalldisplay { font-family:inherit; font-size:smaller }
  17. pre.smallformat { font-family:inherit; font-size:smaller }
  18. pre.smallexample { font-size:smaller }
  19. pre.smalllisp { font-size:smaller }
  20. span.sc { font-variant:small-caps }
  21. span.roman { font-family:serif; font-weight:normal; }
  22. span.sansserif { font-family:sans-serif; font-weight:normal; }
  23. --></style>
  24. </head>
  25. <body>
  26. <div class="node">
  27. <a name="Application-Programming-Errors"></a>
  28. <p>
  29. Next:&nbsp;<a rel="next" accesskey="n" href="Configuration-Related-Errors.html#Configuration-Related-Errors">Configuration Related Errors</a>,
  30. Previous:&nbsp;<a rel="previous" accesskey="p" href="File-Format-Errors.html#File-Format-Errors">File Format Errors</a>,
  31. Up:&nbsp;<a rel="up" accesskey="u" href="Diagnostics.html#Diagnostics">Diagnostics</a>
  32. <hr>
  33. </div>
  34. <h4 class="subsection">1.6.5 Application Programming Errors</h4>
  35. <p>A further class of application crashes results from miscellaneous bugs
  36. in the application. These require the application to be debugged and
  37. have no user level explanation or workaround, but are listed here for
  38. reference. These messages are not normally prefaced by the application
  39. name when reported unless the application elects to do so, except for
  40. the <code>invalid profile identifier</code> message.
  41. <ul>
  42. <li><code>invalid recursion</code>
  43. <a name="index-g_t_0040code_007binvalid-recursion_007d-83"></a><li><code>invalid comparison</code>
  44. <a name="index-g_t_0040code_007binvalid-comparison_007d-84"></a><li><code>invalid deconstruction</code>
  45. <a name="index-g_t_0040code_007binvalid-deconstruction_007d-85"></a><li><code>invalid transpose</code>
  46. <a name="index-g_t_0040code_007binvalid-transpose_007d-86"></a><li><code>invalid membership</code>
  47. <a name="index-g_t_0040code_007binvalid-membership_007d-87"></a><li><code>invalid distribution</code>
  48. <a name="index-g_t_0040code_007binvalid-distribution_007d-88"></a><li><code>invalid concatenation</code>
  49. <a name="index-g_t_0040code_007binvalid-concatenation_007d-89"></a><li><code>invalid assignment</code>
  50. <a name="index-g_t_0040code_007binvalid-assignment_007d-90"></a><li><code>unrecognized combinator (code </code><var>nn</var><code>)</code>
  51. <a name="index-g_t_0040code_007bunrecognized-combinator_007d-91"></a><li><var>application-name</var><code>: invalid profile identifier</code>
  52. <a name="index-g_t_0040code_007binvalid-profile-identifier_007d-92"></a><li><code>unsupported hook</code>
  53. <a name="index-g_t_0040code_007bunsupported-hook_007d-93"></a></ul>
  54. </body></html>