sane and scanimage crash in Feisty but not in 6.06

Bug #115726 reported by CrawfordBest
2
Affects Status Importance Assigned to Milestone
sane-backends (Ubuntu)
Invalid
Undecided
Unassigned

Bug Description

Binary package hint: libsane

scanimage (root or user) gives "segmentation fault (core dumped)"

After I click Acquire Scan in Xsane it closes.

Xsane says my Scanner is Hauppage WinTV!

When I change the configuration file (?) to Epson V750 and save it it doesn't stay but comes back as Hauppage.

I am using a firewire interface card and cord.

This setup worked in 6.06 but after I upgraded to 7.04 it didn't work anymore.

Crawford Best

Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Thanks for your bug report. Please try to obtain a backtrace <http://wiki.ubuntu.com/DebuggingProgramCrash> <https://wiki.ubuntu.com/Backtrace>and attach the file to the bug report,a valgrind would also be perfect <https://wiki.ubuntu.com/Valgrind>. This will greatly help us in tracking down your problem.

Changed in sane-backends:
status: Unconfirmed → Needs Info
Revision history for this message
CrawfordBest (cbestsf) wrote : Re: [Bug 115726] Re: sane and scanimage crash in Feisty but not in 6.06

Jérôme Guelfucci wrote:
> Thanks for your bug report. Please try to obtain a backtrace
> <http://wiki.ubuntu.com/DebuggingProgramCrash>
> <https://wiki.ubuntu.com/Backtrace>and attach the file to the bug
> report,a valgrind would also be perfect
> <https://wiki.ubuntu.com/Valgrind>. This will greatly help us in
> tracking down your problem.
>
>
> ** Changed in: sane-backends (Ubuntu)
> Status: Unconfirmed => Needs Info
>
**************************************************************************
Does this help? So it is there. I tried sane-find-scanner in the past
(6.04 ?) and don't remember that it showed up. I will try to change
permissions but I don't know why scanimage is only finding the
hauppage. I saw somewhere that the Epson V750 (aka GT9000) IS supported.

Thanks.

Crawford best
****************************************************************************************
cbest@cbest-desktop:~$ sane-find-scanner

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

  # No SCSI scanners found. If you expected something different, make
sure that
  # you have loaded a kernel SCSI driver for your SCSI adapter.

  # No USB scanners found. If you expected something different, make
sure that
  # you have loaded a kernel driver for your USB host controller and
have setup
  # the USB system correctly. See man sane-usb for details.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.
cbest@cbest-desktop:~$ sudo sane-find-scanner
Password:

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

found SCSI processor "EPSON GT-X900 1.05" at /dev/sg7
  # Your SCSI scanner was detected. It may or may not be supported by
SANE. Try
  # scanimage -L and read the backend's manpage.

  # No USB scanners found. If you expected something different, make
sure that
  # you have loaded a kernel driver for your USB host controller and
have setup
  # the USB system correctly. See man sane-usb for details.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.
cbest@cbest-desktop:~$ scanimage -L
device `v4l:/dev/video0' is a Noname Hauppauge WinTV PVR-150 virtual device
cbest@cbest-desktop:~$

>

Revision history for this message
CrawfordBest (cbestsf) wrote :

It looks like I may have wasted your time. Sorry. See below:

****************************************************************
Jérôme Guelfucci wrote:
> Thanks for your bug report. Please try to obtain a backtrace
> <http://wiki.ubuntu.com/DebuggingProgramCrash>
> <https://wiki.ubuntu.com/Backtrace>and attach the file to the bug
> report,a valgrind would also be perfect
> <https://wiki.ubuntu.com/Valgrind>. This will greatly help us in
> tracking down your problem.
>
>
> ** Changed in: sane-backends (Ubuntu)
> Status: Unconfirmed => Needs Info
>
>
*********************************************************************
After changing permissions on /dev/sg7 I got this:

cbest@cbest-desktop:~$ sudo nautilus
Password:
Initializing gnome-mount extension
- using device default
- using device default

** (nautilus:30668): WARNING **: No description found for mime type
"x-special/device-char" (file is "sg7"), please tell the gnome-vfs
mailing list.
cbest@cbest-desktop:~$ sane-find-scanner

  # sane-find-scanner will now attempt to detect your scanner. If the
  # result is different from what you expected, first make sure your
  # scanner is powered up and properly connected to your computer.

found SCSI processor "EPSON GT-X900 1.05" at /dev/sg7
  # Your SCSI scanner was detected. It may or may not be supported by
SANE. Try
  # scanimage -L and read the backend's manpage.

  # No USB scanners found. If you expected something different, make
sure that
  # you have loaded a kernel driver for your USB host controller and
have setup
  # the USB system correctly. See man sane-usb for details.

  # Not checking for parallel port scanners.

  # Most Scanners connected to the parallel port or other proprietary ports
  # can't be detected by this program.

  # You may want to run this program as root to find all devices. Once you
  # found the scanner devices, be sure to adjust access permissions as
  # necessary.
cbest@cbest-desktop:~$ scanimage -L
device `v4l:/dev/video0' is a Noname Hauppauge WinTV PVR-150 virtual device
device `epson:/dev/sg7' is a Epson GT-X900 flatbed scanner
device `epkowa:/dev/sg7' is a Epson Perfection V700/V750 flatbed scanner
cbest@cbest-desktop:~$

********************************************************************************
So sane substituted the hauppage for the scanner in Xsane. Strange. It
is a PCI card which has Composite, S-video, and audio RCA inputs,
certainly not Firewire or SCSI.

Is this (copied from the above lines) something you are interested in?

** (nautilus:30668): WARNING **: No description found for mime type
"x-special/device-char" (file is "sg7"), please tell the gnome-vfs
mailing list.

Thanks for your time.

Crawford Best

Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Sorry I'm not specialised in scanners. Finally this is still segfaulting or not ? Thank you

Revision history for this message
CrawfordBest (cbestsf) wrote :

No segfaults. I had to set permissions again this morning on /dev/sg7
though. I hope I don't have to do that every day!

Thanks again.

Crawford Best

Jérôme Guelfucci wrote:
> Sorry I'm not specialised in scanners. Finally this is still segfaulting
> or not ? Thank you
>
>

Revision history for this message
Jérôme Guelfucci (jerome-guelfucci-deactivatedaccount) wrote :

Ok so I'closing this bug, if you need support with your scanner, you may ask in <https://answers.launchpad.net/questions>.

Changed in sane-backends:
status: Needs Info → Rejected
Revision history for this message
CrawfordBest (cbestsf) wrote :

Thanks.

Crawford Best

Jérôme Guelfucci wrote:
> Ok so I'closing this bug, if you need support with your scanner, you may
> ask in <https://answers.launchpad.net/questions>.
>
> ** Changed in: sane-backends (Ubuntu)
> Status: Needs Info => Rejected
>
>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.