[Bug 409] additional info
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Nov 19 09:04:33 PST 2009
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=409
festhead at gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Hi, arduino is crashing when|additional info
|trying to read from the |
|serial port. The following |
|report has been created (see|
|below). Thank you very very |
|much!!! |
------- Comment #2 from festhead at gmail.com 2009-11-19 17:04 -------
I upload the read from rom sketch file, and when I push serial monitor i get
the crash.
It's on atmega368, linux 64bit.
I start the arduino software with the following command:
#!/bin/sh
CLASSPATH=java/lib/rt.jar:lib:lib/build:lib/pde.jar:lib/core.jar:lib/antlr.jar:lib/oro.jar:lib/registry.jar:lib/mrj.jar:/usr/share/java/RXTXcomm.jar
export CLASSPATH
# put the directory where this file lives in the front of the path, because
# that directory also contains jikes, which we will need at runtime.
PATH=`pwd`/tools:${PATH}
export PATH
# put the directory with the native RXTX libs in the library path
LD_LIBRARY_PATH=/usr/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
java processing.app.Base
--
Configure bugmail: http://icedtea.classpath.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the distro-pkg-dev
mailing list