toddkrein wrote:Has anyone sucessfully downloaded an arduino sketch w/o it BSoD-ing? If so, then it's a matter of searching for the offending library. If not, I'll dig into the initialization code.
Yes. At first I programmed the Blink example from the Mac, and verified that it was working by hooking up an external LED. When I then brought the board back to the PC, I got a bluescreen BAD_POOL_CALLER crash every time, just like you described. I then reburned the Arduino 1.0 RC2 Leonardo bootlader a second time, and now it seems to work fine on my PC. I successfully programmed the Blink example from the PC, as well as the USB keyboard example. I wish I could explain what I did that seems to have fixed it, but honestly I don't know.

