* Helmut Wollmersdorfer <[EMAIL PROTECTED]> [2006-06-09 09:38:25 +0200]:
> Oleksandr Moskalenko wrote: > > > Done, but the segfault stays. > > Helmut Wollmersdorfer > munmap(0xa7f61000, 4096) = 0 > open("/home/helmut/.lprof/templates/screen.icc", O_RDONLY) = 8 > fstat64(8, {st_mode=S_IFREG|0644, st_size=788, ...}) = 0 > fstat64(8, {st_mode=S_IFREG|0644, st_size=788, ...}) = 0 > mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = > 0xa7f61000 > read(8, "\0\0\3\24lcms\0020\0\0mntrRGB XYZ \7\326\0\5\0\37\0\17"..., 4096) = > 788 > close(8) = 0 > munmap(0xa7f61000, 4096) = 0 > --- SIGSEGV (Segmentation fault) @ 0 (0) --- > +++ killed by SIGSEGV +++ Helmut, You apparently have an ICC profile in the ~/.lprof/templates directory. This is the problem. ~/.color/icc is the right place for it. Quoting an upstream developer of lprof: "That directory should only have template files and screen.icc should be removed. User level profiles belong in ~/.color/icc and system level profiles belong in /usr/share/color/icc on Linux/Unix/BSD machines. This is the (not yet widely used) standard that has come out of OpenICC for where profiles should be placed. These are also the default directories that LProf will use to look for and save profiles." So, please use the standard locations and you'll be fine. Regards, Alex. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]