freebsd: error when running pytags
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pytagsfs |
Confirmed
|
Medium
|
Unassigned |
Bug Description
FreeBSD 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1
Traceback (most recent call last):
File "/usr/local/
announce_
File "/usr/local/
_pushCurren
File "/usr/local/
d[signum] = signal.
ValueError: signal number out of range
Something bad happened, and is most likely a bug.
Please file a bug report to the author.
Include the error message(s) printed here.
exiting with status 255
I am able to use pytagsfs, but not pytags
Changed in pytagsfs: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Thanks for the report.
Looks like the Python signal module contents are different than I'd expect them to be (it appears to define signals that are not supported by the underlying system). I would like to fix this, but I will probably do so when migrating from sclapp to sclapp2 (a work in progress). Unfortunately, this will probably not happen for a few months as time is currently limited.
I'll attach a patch that disables sclapp's signal handling for pytags. You can use this work around until a proper fix is ready.
Thanks,
Forest