[argyllcms] Re: dispcal Segmentation fault

  • From: Graeme Gill <graeme@xxxxxxxxxxxxx>
  • To: argyllcms@xxxxxxxxxxxxx
  • Date: Thu, 03 Sep 2009 13:35:04 +1000

Glen Pitt-Pladdy wrote:

I decided to have a go debugging it myself and traced the SEGV to line
394 in spectro/ss.c:


sprintf("Device:     %s\n"
        "Serial No:  %u\n"
        "Part No:    %s\n"
        "Prod Date:  %d/%d/%d\n"
        "SW Version: %s\n", dn, sn, pn, dp, mp, yp, sv);

Thanks, saves me the trouble of tracking it down :-)

Since this is only invoked for verbose, a workaround is to not use
the -v flag (probably why I didn't notice it).

Graeme Gill.

Other related posts: