Date:
2014-07-15 13:12 |
Priority:
3 |
State:
Open |
|
Submitted by:
Antoine Hincelin (ahincelin)
|
Assigned to:
Stéphane ROUGES (srouges)
|
Target Fix Version: none |
Product: DPWS Core |
Operating System: none |
Component: DCRuntime |
Version: v2.5.1 |
Severity: normal |
Resolution: Duplicate |
Hardware: none |
URL:
|
|
Summary:
multiple start and stop generate error |
Detailed description |
|
platform: vxWorks
dpwscore: 2.5.1
A call to dpws_shutdown() leaves reactor in a wrong state?
A second call to dpws_init() + dpws_server_init() leads to following error: DPWS_ERR_ILLEGAL_STATE
This is returned by dc_reactor_register_timer(), as dc_reactor_init() was not previously called.
reactor.status has value different from DC_REACTOR_UNINITIALIZED?
A possible solution would be to to initialize global var reactor in _init_ex() function.
|
|