Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Incompatibility between Lima and PyTango version 9.2.2 #127

Closed
grm84 opened this issue Jun 13, 2017 · 1 comment
Closed

Incompatibility between Lima and PyTango version 9.2.2 #127

grm84 opened this issue Jun 13, 2017 · 1 comment

Comments

@grm84
Copy link
Collaborator

grm84 commented Jun 13, 2017

A segmentation fault is caused during the startup of a Lima device server.
'''
-------> Received a DevFailed exception: DevFailed[
DevError[
desc = AttributeError: 'NoneType' object has no attribute 'execute'

origin = File "/usr/lib64/python2.7/site-packages/pytango-9.2.2.dev0-py2.7-linux-x86_64.egg/tango/device_class.py", line 567, in __DeviceClass__device_factory
device = self._new_device(deviceImplClass, klass, dev_name)
File "/usr/lib64/python2.7/site-packages/pytango-9.2.2.dev0-py2.7-linux-x86_64.egg/tango/device_class.py", line 546, in __DeviceClass__new_device
return klass(dev_class, dev_name)
File "/usr/lib64/python2.7/site-packages/pytango-9.2.2.dev0-py2.7-linux-x86_64.egg/tango/tango_object.py", line 94, in init
Device.init(self, tango_class_obj, name)
File "/usr/lib64/python2.7/site-packages/pytango-9.2.2.dev0-py2.7-linux-x86_64.egg/tango/server.py", line 568, in init
self.init_device()
File "/usr/lib64/python2.7/site-packages/pytango-9.2.2.dev0-py2.7-linux-x86_64.egg/tango/server.py", line 360, in init_device
return get_worker().execute(init_device_orig, self)

reason = PyDs_PythonError
severity = ERR]
]
Segmentation fault (core dumped)
'''

vxgmichel added a commit that referenced this issue Jun 13, 2017
grm84 added a commit that referenced this issue Jun 13, 2017
Set default worker in server.py (fix issue #127)
@vxgmichel
Copy link
Contributor

Fixed, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants