Hi - this crashing started with the previous version so I updated tonight. Still no upload to Arduino Uno. I am running OSX 10.7.4 on a MacBook Pro and have never had this issue before. The code compiles fine in the app, seems to upload but then crashes.
Details below:
Java VersionMacBookPro:Extensions ilium007$ java -version
java version "1.6.0_31"
Java(TM) SE Runtime Environment (build 1.6.0_31-b04-415-11M3646)
Java HotSpot(TM) 64-Bit Server VM (build 20.6-b01-415, mixed mode)
Crash ReportProcess: JavaApplicationStub [1480]
Path: /Applications/Arduino.app/Contents/MacOS/JavaApplicationStub
Identifier: cc.arduino.Arduino
Version: 1.0.1 (0101)
Code Type: X86 (Native)
Parent Process: launchd [222]
Date/Time: 2012-05-28 20:42:12.674 +1000
OS Version: Mac OS X 10.7.4 (11E53)
Report Version: 9
Interval Since Last Report: 421387 sec
Crashes Since Last Report: 12
Per-App Interval Since Last Report: 1175 sec
Per-App Crashes Since Last Report: 8
Anonymous UUID: 6F146053-87C2-4D0F-85F4-AEBADB46DA26
Crashed Thread: 28 Java: Thread-6
Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000b223ab70
VM Regions Near 0xb223ab70:
Stack 00000000b203c000-00000000b213a000 [ 1016K] rw-/rwx SM=COW
-->
Stack 00000000bc000000-00000000bf800000 [ 56.0M] ---/rwx SM=NUL
Application Specific Information:
objc[1480]: garbage collection is OFF
Java information:
Exception type: Bus Error (0xa) at pc=0000000021e4890c
Java VM: Java HotSpot(TM) Client VM (20.6-b01-415 mixed mode macosx-x86)
Current thread (0000000004d1d800): JavaThread "Thread-6" [_thread_in_native, id=-1307340800, stack(00000000b2039000,00000000b2139000)]
Stack: [00000000b2039000,00000000b2139000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j gnu.io.RXTXPort.interruptEventLoop()V+0
j gnu.io.RXTXPort.removeEventListener()V+55
j gnu.io.RXTXPort.close()V+91
j processing.app.Serial.dispose()V+57
j processing.app.debug.Uploader.flushSerialBuffer()V+64
j processing.app.debug.AvrdudeUploader.uploadViaBootloader(Ljava/lang/String;Ljava/lang/String;)Z+854
j processing.app.debug.AvrdudeUploader.uploadUsingPreferences(Ljava/lang/String;Ljava/lang/String;Z)Z+154
j processing.app.Sketch.upload(Ljava/lang/String;Ljava/lang/String;Z)Ljava/lang/String;+14
j processing.app.Sketch.exportApplet(Ljava/lang/String;Z)Z+53
j processing.app.Sketch.exportApplet(Z)Z+8
j processing.app.Editor$DefaultExportHandler.run()V+29
j java.lang.Thread.run()V+11
v ~StubRoutines::call_stub
Console logs28/05/12 8:42:12.490 PM [0x0-0x52052].cc.arduino.Arduino: Binary sketch size: 1,084 bytes (of a 32,256 byte maximum)
28/05/12 8:42:12.661 PM [0x0-0x52052].cc.arduino.Arduino: Invalid memory access of location 0xb223ab70 eip=0x21e4890c
28/05/12 8:42:13.241 PM com.apple.launchd.peruser.501: ([0x0-0x52052].cc.arduino.Arduino[1480]) Job appears to have crashed: Segmentation fault: 11
Any help would be greatly appreciated as I now can't upload anything to the Arduino.