** Attachment removed: "JournalErrors.txt"
https://bugs.launchpad.net/ubuntu/+source/pillow-sane/+bug/1448448/+attachment/4383937/+files/JournalErrors.txt
** Attachment added: "minimal test case"
https://bugs.launchpad.net/ubuntu/+source/pillow-sane/+bug/1448448/+attachment/4383939/+files/
Public bug reported:
Basic python2 script to reproduce (assumes you have a single working
scanner seen by SANE):
import sane
sane.init()
sane.open(sane.get_devices()[0][0])
fails with traceback:
File "/usr/lib/python2.7/dist-packages/sane.py", line 287, in open
new=SaneDev(devname)
File
Chris Hanson, the package maintainer, explains the cause of this problem
and gives a workaround at
http://ubuntuforums.org/showthread.php?p=4868292
He attributes the problem to a clash between MIT-scheme's allocator and
AppArmor.
--
MIT-Scheme will not launch
https://bugs.launchpad.net/bugs/2177