Send a crash report when a hung process is detected.
[chromium-blink-merge.git] / native_client_sdk / src / doc / help.rst
blob3d64c9f2d6c9d1237fe8ad7bd7f317f86e82e6e9
1 .. _help:
3 ##############
4 Help with NaCl
5 ##############
7 Check the documentation resources below for help with common issues and
8 problems. For additional questions, reach out to the Native Client
9 community in the forums below. You can also :ref:`report new issues
10 <report_issue>` using the Native Client issue tracker.
12 Documentation
13 =============
15 * :doc:`Release Notes <sdk/release-notes>`.
16 * :doc:`FAQ <faq>`.
18 .. TODO: Fix the following talk link once ReST-ified.
19 .. * :doc:`Talks, Demos, and Publications <community/talks>` (see especially Colt McAnlis' talk on porting C++ games to Native Client).
21 Forums
22 ======
24 * For new Native Client developers: `Stack Overflow
25   <http://stackoverflow.com/questions/tagged/google-nativeclient>`_ is a
26   great resource --- check this forum first for answers to your
27   questions.
28 * For in-depth technical discussions: `native-client-discuss mailing
29   list <https://groups.google.com/group/native-client-discuss>`_ is a good
30   group for detailed technical discussions about bugs and other Native Client
31   issues.
32 * For announcements, follow the `native-client-announce mailing list
33   <http://groups.google.com/group/native-client-announce>`_.
34 * For 140 character goodness follow `@nativeclient
35   <https://twitter.com/nativeclient>`_ on Twitter.
37 .. _report_issue:
39 Issue tracker
40 =============
42 To report a new issue:
44 #. Go to the `Native Client issue tracker
45    <https://code.google.com/p/nativeclient/issues>`_ for a Native Client
46    bug, or the `Chromium issue tracker
47    <https://code.google.com/p/chromium/issues>`_ for a Chrome/Chromium bug.
48 #. Before you report an issue, search to see if your issue has already
49    been reported. You can add a comment to an existing issue if you have
50    additional information.
51 #. To report a new issue, fill out the Summary and Description fields on
52    the issue form and click the "Submit issue" button. You can report:
54    * A `Native Client defect
55      <https://code.google.com/p/nativeclient/issues/entry?template=Defect%20report>`_.
56    * A `Native Client security issue
57      <https://code.google.com/p/nativeclient/issues/entry?template=Security%20Bug>`_
58      (only visible to the security team).
59    * A `Native Client + Chrome integration issue
60      <https://code.google.com/p/chromium/issues/entry?template=NaCl%20Issue>`_.
61    * A `Native Client + Chrome integration security issue
62      <https://code.google.com/p/chromium/issues/entry?template=Security%20Bug>`_
63      (only visible to the security team).