gruetter / openzwave-control-panel

Automatically exported from code.google.com/p/openzwave-control-panel
1 stars 0 forks source link

Crashes upon intitialiazation #27

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Compile openzwave control panel on raspberry pi
2. start with ./ozwcp -p 55555
3. connect to /dev/ttyUSB21, the location oa my Aeon Z-Stick

What is the expected output?
Should start initialization

What do you see instead?
crashes, see below.

What version of the product are you using? On what operating system?
1.3.112

Please provide any additional information below.

./ozwcp -p 55555
2015-05-30 14:01:58.570 Always, OpenZwave Version 1.3.112 Starting Up
webserver starting port 55555
post: key=dev data=/dev/ttyUSB21 size=13
post: key=fn data=open size=4
post: key=usb data=false size=5
2015-05-30 14:02:16.932 Info, Setting Up Provided Network Key for Secure 
Communications
2015-05-30 14:02:16.932 Warning, Failed - Network Key Not Set
2015-05-30 14:02:16.933 Info, mgr,     Added driver for controller /dev/ttyUSB21
post: key=usb data= size=0
2015-05-30 14:02:16.949 Info,   Opening controller /dev/ttyUSB21
2015-05-30 14:02:16.950 Info, Trying to open serial port /dev/ttyUSB21 (attempt 
1)
2015-05-30 14:02:16.958 Info, Serial port /dev/ttyUSB21 opened (attempt 1)
2015-05-30 14:02:16.960 Detail, contrlr, Queuing (Command) 
FUNC_ID_ZW_GET_VERSION: 0x01, 0x03, 0x00, 0x15, 0xe9
2015-05-30 14:02:16.960 Detail, contrlr, Queuing (Command) 
FUNC_ID_ZW_MEMORY_GET_ID: 0x01, 0x03, 0x00, 0x20, 0xdc
2015-05-30 14:02:16.961 Detail, contrlr, Queuing (Command) 
FUNC_ID_ZW_GET_CONTROLLER_CAPABILITIES: 0x01, 0x03, 0x00, 0x05, 0xf9
2015-05-30 14:02:16.961 Detail, contrlr, Queuing (Command) 
FUNC_ID_SERIAL_API_GET_CAPABILITIES: 0x01, 0x03, 0x00, 0x07, 0xfb
2015-05-30 14:02:16.962 Detail, contrlr, Queuing (Command) 
FUNC_ID_ZW_GET_SUC_NODE_ID: 0x01, 0x03, 0x00, 0x56, 0xaa
2015-05-30 14:02:16.963 Error, contrlr, ERROR: Dropping command, expected 
response not received after 50 attempt(s)
2015-05-30 14:02:16.963 Detail, contrlr, Removing current message
2015-05-30 14:02:16.963 Error, Node114, ERROR: Dropping command, expected 
response not received after 32 attempt(s)
2015-05-30 14:02:16.964 Detail, Node114, Removing current message
2015-05-30 14:02:16.964 Error, Node001, ERROR: Dropping command, expected 
response not received after 0 attempt(s)
2015-05-30 14:02:16.965 Detail, Node001, Removing current message
2015-05-30 14:02:16.965 Detail,
2015-05-30 14:02:16.966 Info, Node048, Processing (Command) Encrypted message 
(Attempt 50, Callback ID=0x00, Expected Reply=0x07) - 
FUNC_ID_SERIAL_API_GET_CAPABILITIES (Node=48): 0x01, 0x03, 0x00, 0x07, 0xfb
2015-05-30 14:02:16.966 Error, mgr,     Manager::GetDriver failed - Home ID 
0x746e6f63 is unknown
2015-05-30 14:02:16.966 Warning, Exception: Manager.cpp:372 - 100 - Invalid 
HomeId passed to GetDriver
2015-05-30 14:02:16.967 Error, mgr,     Manager::GetDriver failed - Home ID 
0x746e6f63 is unknown
2015-05-30 14:02:16.967 Warning, Exception: Manager.cpp:372 - 100 - Invalid 
HomeId passed to GetDriver
Segmentation fault

Original issue reported on code.google.com by mhfr...@gmail.com on 30 May 2015 at 6:03