You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

133 lines
3.8 KiB

  1. '\" t
  2. .\" Title: \fBresolve_stack_dump\fR
  3. .\" Author: [FIXME: author] [see http://docbook.sf.net/el/author]
  4. .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
  5. .\" Date: 04/06/2010
  6. .\" Manual: MySQL Database System
  7. .\" Source: MySQL 5.1
  8. .\" Language: English
  9. .\"
  10. .TH "\FBRESOLVE_STACK_DUM" "1" "04/06/2010" "MySQL 5\&.1" "MySQL Database System"
  11. .\" -----------------------------------------------------------------
  12. .\" * set default formatting
  13. .\" -----------------------------------------------------------------
  14. .\" disable hyphenation
  15. .nh
  16. .\" disable justification (adjust text to left margin only)
  17. .ad l
  18. .\" -----------------------------------------------------------------
  19. .\" * MAIN CONTENT STARTS HERE *
  20. .\" -----------------------------------------------------------------
  21. .\" resolve_stack_dump
  22. .SH "NAME"
  23. resolve_stack_dump \- resolve numeric stack trace dump to symbols
  24. .SH "SYNOPSIS"
  25. .HP \w'\fBresolve_stack_dump\ [\fR\fB\fIoptions\fR\fR\fB]\ \fR\fB\fIsymbols_file\fR\fR\fB\ [\fR\fB\fInumeric_dump_file\fR\fR\fB]\fR\ 'u
  26. \fBresolve_stack_dump [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIsymbols_file\fR\fR\fB [\fR\fB\fInumeric_dump_file\fR\fR\fB]\fR
  27. .SH "DESCRIPTION"
  28. .PP
  29. \fBresolve_stack_dump\fR
  30. resolves a numeric stack dump to symbols\&.
  31. .PP
  32. Invoke
  33. \fBresolve_stack_dump\fR
  34. like this:
  35. .sp
  36. .if n \{\
  37. .RS 4
  38. .\}
  39. .nf
  40. shell> \fBresolve_stack_dump [\fR\fB\fIoptions\fR\fR\fB] \fR\fB\fIsymbols_file\fR\fR\fB [\fR\fB\fInumeric_dump_file\fR\fR\fB]\fR
  41. .fi
  42. .if n \{\
  43. .RE
  44. .\}
  45. .PP
  46. The symbols file should include the output from the
  47. \fBnm \-\-numeric\-sort mysqld\fR
  48. command\&. The numeric dump file should contain a numeric stack track from
  49. \fBmysqld\fR\&. If no numeric dump file is named on the command line, the stack trace is read from the standard input\&.
  50. .PP
  51. \fBresolve_stack_dump\fR
  52. supports the following options\&.
  53. .sp
  54. .RS 4
  55. .ie n \{\
  56. \h'-04'\(bu\h'+03'\c
  57. .\}
  58. .el \{\
  59. .sp -1
  60. .IP \(bu 2.3
  61. .\}
  62. .\" resolve_stack_dump: help option
  63. .\" help option: resolve_stack_dump
  64. \fB\-\-help\fR,
  65. \fB\-h\fR
  66. .sp
  67. Display a help message and exit\&.
  68. .RE
  69. .sp
  70. .RS 4
  71. .ie n \{\
  72. \h'-04'\(bu\h'+03'\c
  73. .\}
  74. .el \{\
  75. .sp -1
  76. .IP \(bu 2.3
  77. .\}
  78. .\" resolve_stack_dump: numeric-dump-file option
  79. .\" numeric-dump-file option: resolve_stack_dump
  80. \fB\-\-numeric\-dump\-file=\fR\fB\fIfile_name\fR\fR,
  81. \fB\-n \fR\fB\fIfile_name\fR\fR
  82. .sp
  83. Read the stack trace from the given file\&.
  84. .RE
  85. .sp
  86. .RS 4
  87. .ie n \{\
  88. \h'-04'\(bu\h'+03'\c
  89. .\}
  90. .el \{\
  91. .sp -1
  92. .IP \(bu 2.3
  93. .\}
  94. .\" resolve_stack_dump: symbols-file option
  95. .\" symbols-file option: resolve_stack_dump
  96. \fB\-\-symbols\-file=\fR\fB\fIfile_name\fR\fR,
  97. \fB\-s \fR\fB\fIfile_name\fR\fR
  98. .sp
  99. Use the given symbols file\&.
  100. .RE
  101. .sp
  102. .RS 4
  103. .ie n \{\
  104. \h'-04'\(bu\h'+03'\c
  105. .\}
  106. .el \{\
  107. .sp -1
  108. .IP \(bu 2.3
  109. .\}
  110. .\" resolve_stack_dump: version option
  111. .\" version option: resolve_stack_dump
  112. \fB\-\-version\fR,
  113. \fB\-V\fR
  114. .sp
  115. Display version information and exit\&.
  116. .RE
  117. .SH "COPYRIGHT"
  118. .br
  119. .PP
  120. Copyright 2007-2008 MySQL AB, 2008-2010 Sun Microsystems, Inc.
  121. .PP
  122. This documentation is free software; you can redistribute it and/or modify it only under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License.
  123. .PP
  124. This documentation is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
  125. .PP
  126. You should have received a copy of the GNU General Public License along with the program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA or see http://www.gnu.org/licenses/.
  127. .sp
  128. .SH "SEE ALSO"
  129. For more information, please refer to the MySQL Reference Manual,
  130. which may already be installed locally and which is also available
  131. online at http://dev.mysql.com/doc/.
  132. .SH AUTHOR
  133. Sun Microsystems, Inc. (http://www.mysql.com/).