#35960: sane-backends library exits with signal 11 --------------------------------------+------------------------------------- Reporter: ehaase@… | Owner: aguynamedryan+sane@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: sane-backends --------------------------------------+------------------------------------- Changes (by macsforever2000@…): * owner: macports-tickets@… => aguynamedryan+sane@… * cc: ehaase@… (removed) * keywords: SANE PIXMA => Old description:
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 (); }
New description: 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 (); } }}} -- Comment: In the future, please use WikiFormatting and Cc the port maintainer(s). -- Ticket URL: <https://trac.macports.org/ticket/35960#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS