import causes EOFError: EOF read where not expected
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Invalid
|
Medium
|
Unassigned |
Bug Description
runing this comand in terminal: ubuntu-drivers devices
ProblemType: Crash
DistroRelease: Ubuntu 12.10
Package: ubuntu-
ProcVersionSign
Uname: Linux 3.5.0-6-generic x86_64
NonfreeKernelMo
ApportVersion: 2.4-0ubuntu5
Architecture: amd64
Date: Thu Jul 26 23:56:08 2012
ExecutablePath: /usr/bin/
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
InterpreterPath: /usr/bin/
ProcCmdline: /usr/bin/python3.2 /usr/bin/
ProcEnviron:
TERM=xterm
SHELL=/bin/bash
PATH=(custom, no user)
LANG=pt_PT.UTF-8
LANGUAGE=
PythonArgs: ['/usr/
SourcePackage: ubuntu-
Title: ubuntu-drivers crashed with EOFError in __main__: EOF read where not expected
Traceback:
Traceback (most recent call last):
File "/usr/bin/
import UbuntuDrivers.
EOFError: EOF read where not expected
UbuntuDriversDebug:
Error: command ['ubuntu-drivers', 'debug'] failed with exit code 1: Traceback (most recent call last):
File "/usr/bin/
import UbuntuDrivers.
EOFError: EOF read where not expected
UpgradeStatus: Upgraded to quantal on 2012-02-20 (157 days ago)
UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare
tags: | removed: need-duplicate-check |
Changed in ubuntu-drivers-common (Ubuntu): | |
importance: | Undecided → Medium |
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.