By jake3988 (User), on
Sat Jun 18 14:59:01 2005: Potential posix signal problem on
FreeBSD 5.3 [CLOSED].
When I log into adesklets (specifically, modubar.py) for
user, it seems to work fine.
I run freebsd 5.4. With the most recent modubar and
adesklets.
However after about 10seconds later, this happens:
(as user)
Traceback (most recent call last):
File "./modubar.py", line 749, in ?
Events(dirname(__file__)).pause()
File "./modubar.py", line 470, in pause
(time.time()-time_initial)),.01))
File
"usr/local/lib/python2.4/site-packages/adesklets/events_handler.py",
line 192, in _fire_event
File
"usr/local/lib/python2.4/site-packages/adesklets/events_handler.py",
line 170, in block
File
"usr/local/lib/python2.4/site-packages/adesklets/events_handler.py",
line 220, in _fire_event
File
"usr/local/lib/python2.4/site-packages/adesklets/events_handler.py",
line 182, in unblock
File
"usr/local/lib/python2.4/site-packages/adesklets/events_handler.py",
line 188, in _fire_event
File
"usr/local/lib/python2.4/site-packages/adesklets/events_handler.py",
line 296, in _alarm
File "./modubar.py", line 343, in alarm
self.display()
File "./modubar.py", line 348, in display
self._display_modules()
File "./modubar.py", line 724, in _display_modules
adesklets.context_set_image(self._buffer_modules)
File "/usr/local/lib/python2.4/commands.py", line 374, in
context_set_image
File
"usr/local/lib/python2.4/site-packages/adesklets/commands_handler.py",
line 93, in out
File
"usr/local/lib/python2.4/site-packages/adesklets/communicator.py",
line 87, in out
select.error: (4, 'Interrupted system call')
User signal 1
Note: Doing root generates the same thing.
By syfou (Core Developer
& Desklet Author), on Tue Jun 21 16:34:54 2005.
Is this is modubar specific, please post it in the modubar
thread. If this is not (no desklet is working for you, or you
have the same problem with yab), Is the console output
of
python -c 'import posix_signal'
blank? Yours,