Some errors for you:
I clicked into the "Enter a bitcoin address..." box, then clicked the "Receive" button:
RuntimeError: maximum recursion depth exceeded
Traceback (most recent call last):
File "/Users/duncant/electrum/lib/gui_lite.py", line 344, in focusOutEvent
if self.text() == "":
RuntimeError: maximum recursion depth exceeded while calling a Python object
I also encountered this error, but I'm having trouble replicating it:
Traceback (most recent call last):
File "/Users/duncant/electrum/lib/gui_lite.py", line 244, in amount_input_changed
amount = D(str(amount_text))
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/decimal.py", line 542, in __new__
if isinstance(value, basestring):
RuntimeError: maximum recursion depth exceeded in __instancecheck__
(I'm on a mac, in case you couldn't tell by the pathnames in the tracebacks)