Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
Trac
Trac
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 246
    • Issues 246
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Create a new issue
  • Issue Boards

GitLab is used only for code review, issue tracking and project management. Canonical locations for source code are still https://gitweb.torproject.org/ https://git.torproject.org/ and git-rw.torproject.org.

  • Legacy
  • TracTrac
  • Issues
  • #2917

Closed (moved)
Open
Opened 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
Tor: 0.2.2.x-final
Milestone
Tor: 0.2.2.x-final
Assign milestone
Time tracking
None
Due date
None
Reference: legacy/trac#2917