Uploaded image for project: 'C Driver'
  1. C Driver
  2. CDRIVER-967

basic-troubleshooting manpage not rendering well

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.4.0
    • Affects Version/s: 1.2.0
    • Component/s: None
    • Labels:
      None

      man doc/man/basic-troubleshooting.3

      BASIC TROUBLESHOOTING(3)                                                                                 Library Functions Manual                                                                                BASIC TROUBLESHOOTING(3)
      
      NAME
             Basic Troubleshooting - None
      
      TROUBLESHOOTING CHECKLIST
             The following is a short list of things to check when you have a problem.
      
             \[bu]
               Did you call mongoc_init(3) in main(3) ? If not, you will likely see a segfault.
      
             \[bu]
               Have you leaked any clients or cursors as can be found with ?
      
             \[bu]
               Have packets been delivered to the server? See egress bytes from \&.
      
             \[bu]
               Does valgrind show any leaks? Ensure you call mongoc_cleanup(3) at the end of your process to cleanup lingering allocations from the MongoDB C driver.
      
             \[bu]
               If compiling your own copy of MongoDB C driver, consider configuring with ‐‐enable‐tracing to enable function tracing and hex dumps of network packets to STDERR and STDOUT \&.
      
      

      Not sure what that escape sequence is supposed to do.. A bullet point maybe?
      Whatever its doing, its not working.

            Assignee:
            jesse@mongodb.com A. Jesse Jiryu Davis
            Reporter:
            bjori Hannes Magnusson
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: