Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Trac Trac
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Service Desk
    • Milestones
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Legacy
  • TracTrac
  • Issues
  • #2917

Closed (moved)
(moved)
Open
Created Apr 15, 2011 by Robert Ransom@rransom

SIGNAL DUMP fails on FreeBSD

On FreeBSD 8.2, the control port command SIGNAL DUMP fails:

signal dump
250 OK
650 WARN control_signal_act(): Bug: Unrecognized signal number 30. 

This occurs because we use the platform's definition of SIGUSR1 (in this case, 30) in handle_control_signal in src/or/control.c, but control_signal_act in src/or/main.c expects the Linux-specific value 10. (This problem doesn't appear on Windows because src/or/or.h defines the signal values we use if the platform header files do not.)

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking