Synchronet v3.19b-Win32 (install) has been released (Jan-2022).

You can donate to the Synchronet project using PayPal.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
howto:gdb [2018/01/09 16:55] – [Core File] Tips on service startup file modifications to enable core dumps digital manhowto:gdb [2018/03/24 01:38] – [Debugging] Add attach to running instance instructions digital man
Line 52: Line 52:
 or (if debugging with a core file): or (if debugging with a core file):
   # gdb /sbbs/exec/sbbs /tmp/core.sbbs.####   # gdb /sbbs/exec/sbbs /tmp/core.sbbs.####
 +or (if attaching to an existing running instance, read the pid from ''/var/run/sbbs.pid''):
 +  # gdb /sbbs/exec/sbbs <pid>
  
 B. Run Synchronet (if no core file used): B. Run Synchronet (if no core file used):