ezieragabriel / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

IDE crash with Arduino Leonardo #1102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I found a bug that leads to an IDE crash when opening/closing the serial 
monitor with an Arduino Leonardo

What steps will reproduce the problem?
1. open the IDE and write a simple sketch that writes something to the serial 
(I used the attached test code)
2. upload it to the Leonardo, then open the serial monitor
3. now change the serial speed: the Leonardo will be reset and the IDE will 
raise an error saying that it cannot find the board on the selected serial port
4. close the serial monitor
5. click on "Tools" in the toolbar menu: the IDE will crash

What is the expected output? What do you see instead?
It is expected that the IDE won't crash

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?
IDE: 1.0.1 and 1.0.2
Board: Arduino Leonardo R3
OS: Arch Linux

Original issue reported on code.google.com by leomi...@gmail.com on 6 Nov 2012 at 9:33

Attachments:

GoogleCodeExporter commented 9 years ago
Please, give a spin to this nightly 1.5.5 version
http://downloads.arduino.cc/arduino-jssc-nightly-linux32.tgz
http://downloads.arduino.cc/arduino-jssc-nightly-linux64.tgz
http://downloads.arduino.cc/arduino-jssc-nightly-windows.zip
http://downloads.arduino.cc/arduino-jssc-nightly-macosx.zip

Original comment by federico...@gmail.com on 22 Oct 2013 at 10:12

GoogleCodeExporter commented 9 years ago
And also please continue discussion here 
https://github.com/arduino/Arduino/issues/1102

Original comment by federico...@gmail.com on 22 Oct 2013 at 10:13

GoogleCodeExporter commented 9 years ago
Please retry with IDE 1.5.6 where RXTX has been replaced with JSSC, if the 
problem persists open a new issue on github.

https://github.com/arduino/Arduino/issues/new

Original comment by c.mag...@arduino.cc on 21 Feb 2014 at 12:04