[Bug 805] New: FileDescriptorActivity using invalid Activity pointer

http://bugs.orocos.org/show_bug.cgi?id=805

Summary: FileDescriptorActivity using invalid Activity pointer
Product: Toolchain
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: critical
Priority: P5
Component: RTT
AssignedTo: orocos-dev [..] ...
ReportedBy: steven [dot] bellens [..] ...
CC: orocos-dev [..] ...
Estimated Hours: 0.0

The FileDescriptorActivity class defines its own runner pointer instead of
using the one inherited from the Activity class. As a result the Activity is
not working properly (e.g. updateHook() never gets called). Patch in appendix.

[Bug 805] FileDescriptorActivity using invalid Activity pointer

http://bugs.orocos.org/show_bug.cgi?id=805

Peter Soetens <peter [..] ...> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |peter [..] ...
Resolution| |FIXED

--- Comment #2 from Peter Soetens <peter [..] ...> 2011-01-28 09:46:05 CET ---
Thanks. Pushed to toolchain-2.2

[Bug 805] FileDescriptorActivity using invalid Activity pointer

http://bugs.orocos.org/show_bug.cgi?id=805

--- Comment #1 from Steven Bellens <steven [dot] bellens [..] ...> 2011-01-28 09:32:43 CET ---
Created attachment 625
--> http://bugs.orocos.org/attachment.cgi?id=625
Patch removing the runner pointer