Opened 12 years ago

Last modified 4 years ago

#35960 assigned defect

sane-backends library exits with signal 11 — at Initial Version

Reported by: ehaase@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc:
Port: sane-backends

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 ();

}

Change History (0)

Note: See TracTickets for help on using tickets.