The ACTIVE control signal is not handled in control_event_signal() which results in:
control_event_signal(): Bug: Unrecognized signal 132 in control_event_signal messages when it appears.
There is also a mistype in the following comment /* "SIGACTIVE" counts as ersatz user activity. *
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items 0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items 0
Link issues together to show that they're related.
Learn more.
Trac: Description: The ACTIVE control signal is not handled in control_event_signal() which results in:
control_event_signal(): Bug: Unrecognized signal 132 in control_event_signal messages when it appears.
There is also a mistype in the following comment /* "SIGACTIVE" counts as ersatz user activity. *
to
The ACTIVE control signal is not handled in control_event_signal() which results in:
control_event_signal(): Bug: Unrecognized signal 132 in control_event_signal messages when it appears.
There is also a mistype in the following comment /* "SIGACTIVE" counts as ersatz user activity. *
Looks good! That said, the new code (and the old code) are untested and apparently a source of bugs. I think writing a quick unittest won't be too hard. Any chance we could do that before merging?
This seems like a minor missing feature / bug. Let's backport it to the latest stable, but no further. Users who need this feature should upgrade to the latest stable.
If 0.4.3.4 is stable (or rc?), then let's not backport to 0.4.2.
The argument in favor of a backport is this: there are a pair of features (sending "SIGNAL ACTIVE" and listening for signal events with "SETEVENTS SIGNAL") which a control user might want to use together. But without this patch, every time they do so, they will spam an LD_BUG warning into the logs.