Opened 12 years ago

Last modified 4 years ago

#35960 assigned defect

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

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

Description (last modified by mf2k (Frank Schima))

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

comment:1 Changed 12 years ago by ehaase@…

Cc: ehaase@… added

Cc Me!

comment:2 in reply to:  description Changed 12 years ago 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 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 ();
}
Last edited 4 years ago by ryandesign (Ryan Carsten Schmidt) (previous) (diff)

comment:3 Changed 12 years ago by mf2k (Frank Schima)

Cc: ehaase@… removed
Description: modified (diff)
Keywords: SANE PIXMA removed
Owner: changed from macports-tickets@… to aguynamedryan+sane@…

In the future, please use WikiFormatting and Cc the port maintainer(s).

Note: See TracTickets for help on using tickets.