Comment 2 for bug 1029683

Revision history for this message
Martin Pitt (pitti) wrote : Re: ubuntu-drivers crashed with EOFError in __main__: EOF read where not expected

Can you still reproduce this on current Quantal? This sounds like a strange Python bug or hard disk error, etc. If "ubuntu-drivers devices" still crashes, please attach /var/log/kern.log after the crash.

Does this command work or crash?

  python3 -c 'import UbuntuDrivers.detect'

If it crashes, please do

 python3 -vc 'import UbuntuDrivers.detect' 2> /tmp/python3-debug

and attach /tmp/python3-debug here.