barbegal / openzwave-control-panel

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

The program quits unexpectedly when trying to configure a FGBS001 with drop-down list parameters. #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. AEON USB key (EU version) + FIBARO FGBS001 (EU version)
2. svn checkout + compile for open-zwave & openzwave-control-panel
3. sudo ozwcp -p 55555
4. have chromium open http://localhost:55555
5. initialize /dev/ttyUSB0
6. wait for the devices to be shown as ready + no more exchanges on the log
7. select the FGBS001 device, select configure & press refresh button
8. change any value on any drop-down lists configuration parameter.
9. console shows a "post:..." message, and then ozwcp quits.

What is the expected output? What do you see instead?
Submit the configuration change for the parameter. Instead, the program quits 
unexpectedly.

What version of the product are you using? On what operating system?
latest from svn checkout on ubuntu 10.12.

Please provide any additional information below.

Enclosed: screenshot+log file+console output showing the "post:..." message 
just before exiting.

Original issue reported on code.google.com by LordNio...@gmail.com on 22 Jan 2013 at 10:14

Attachments:

GoogleCodeExporter commented 9 years ago
Any chance you could run ozwcp under gdb and get a stack trace?

gdb ozwcp
r -d -p 5555
<program crashes>
info threads
thread 1
bt
thread 2
bt

basically run the bt command for each thread. It would be really helpful.

Original comment by glsatz on 22 Jan 2013 at 10:17

GoogleCodeExporter commented 9 years ago
I've attached the output of the gdb session.

Original comment by LordNio...@gmail.com on 22 Jan 2013 at 10:27

Attachments:

GoogleCodeExporter commented 9 years ago
This is turning out to be a bug in the library not the control panel.

Original comment by glsatz on 22 Jan 2013 at 11:35

GoogleCodeExporter commented 9 years ago
This issue is fixed with library r634. Thanks. 

Original comment by LordNio...@gmail.com on 23 Jan 2013 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by glsatz on 23 Jan 2013 at 11:50