#35960: sane-backends library exits with signal 11 --------------------------------------+------------------------------------- Reporter: ehaase@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: SANE PIXMA | Port: sane-backends --------------------------------------+------------------------------------- Comment(by ehaase@…): And of course!! Running under OSX 10.8 I should have said. Build is +universal with i386 and x86_64, cannot tell which variant actually was running. Replying to [ticket:35960 ehaase@…]:
In file pixma_common.c the pixma_close (...) crashes when closing e.g. "xsane", every time.
Deleting the whole pixma library fixes the problem for me as I do not have a PIXMA scanner.
void pixma_cleanup (void) { while (first_pixma) pixma_close (first_pixma); pixma_io_cleanup (); }
-- Ticket URL: <https://trac.macports.org/ticket/35960#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS