Opened 12 years ago

Last modified 3 years ago

#35960 assigned defect

sane-backends library exits with signal 11

Reported by: ehaase@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: beffa@…
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 ();
}

Attachments (1)

xsane_2013-01-09-191346_pollux.crash (49.6 KB) - added by beffa@… 11 years ago.

Download all attachments as: .zip

Change History (9)

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

comment:4 Changed 12 years ago by jmroot (Joshua Root)

Can you attach the crash log?

comment:5 Changed 12 years ago by ehaase@…

I would rather not. Why? It is perfectly reproducible every time. Is it not for you? Only then I would consider going through the hassle of installing it again and hopefully extracting one.

Changed 11 years ago by beffa@…

comment:6 Changed 11 years ago by beffa@…

I have the same problem. Here my crash report.

comment:7 Changed 11 years ago by beffa@…

Cc: beffa@… added

Cc Me!

comment:8 Changed 7 years ago by mf2k (Frank Schima)

Owner: changed from aguynamedryan+sane@… to macports-tickets@…
Status: newassigned

See #52241.

Note: See TracTickets for help on using tickets.