On Tue, Jun 19, 2018 at 07:38:55AM +0530, Mayuresh wrote: > On Mon, Jun 18, 2018 at 08:48:45PM +0200, Martin Husemann wrote: > > Can you ktrace the scanimmage run and look for the last .so file that it > > opens? > > 21861 1 scanimage NAMI "/usr/lib/libgcc_s.so.1" > 21861 1 scanimage RET open 3
Sorry, should have phrased the differently: we are looking for the latest sane related .so module that gets loaded (the one where your gdb stacktrace shows a constructor is called wich then causes the asertion failure). Martin