digiKam crashes when try to save a tiff image.

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

digiKam crashes when try to save a tiff image.

F.J.Cruz
Whe I try to save a RAW image as tiff file, or if I try to save a modified
image (tiff or any other format) to a tiff file, digikam crashes.

The output form dbg is here:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1294595152 (LWP 19892)]
0xb7a75488 in _TIFFsetDoubleArray () from /usr/lib/libtiff.so.3
Current language:  auto; currently c
(gdb) bt
#0  0xb7a75488 in _TIFFsetDoubleArray () from /usr/lib/libtiff.so.3
#1  0x00000002 in ?? ()
#2  0x00000131 in ?? ()
#3  0x00000000 in ?? ()
(gdb) continue
Continuing.
Failed to check data availability on socket 15
failed to read() from server connection
kio (KDirWatch): WARNING: FAM connection problem, switching to polling.
kio (KDirWatch): Global Poll Freq is now 500 msec
kio (KDirWatch):  Started Polling Timer, freq 500
kio (KDirWatch):  Setup Stat (freq 500) for /mnt/Multimedia/Fotografía


Ideas? Can anbody else reproduce this issue?

Paco.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: digiKam crashes when try to save a tiff image.

Gilles Caulier-2
Le Mardi 14 Février 2006 17:11, F.J.Cruz a écrit :

> Whe I try to save a RAW image as tiff file, or if I try to save a modified
> image (tiff or any other format) to a tiff file, digikam crashes.
>
> The output form dbg is here:
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread -1294595152 (LWP 19892)]
> 0xb7a75488 in _TIFFsetDoubleArray () from /usr/lib/libtiff.so.3
> Current language:  auto; currently c
> (gdb) bt
> #0  0xb7a75488 in _TIFFsetDoubleArray () from /usr/lib/libtiff.so.3
> #1  0x00000002 in ?? ()
> #2  0x00000131 in ?? ()
> #3  0x00000000 in ?? ()
> (gdb) continue
> Continuing.

internal libtiff crash...

> Failed to check data availability on socket 15
> failed to read() from server connection
> kio (KDirWatch): WARNING: FAM connection problem, switching to polling.
> kio (KDirWatch): Global Poll Freq is now 500 msec
> kio (KDirWatch):  Started Polling Timer, freq 500
> kio (KDirWatch):  Setup Stat (freq 500) for /mnt/Multimedia/Fotografía
>
>
> Ideas? Can anbody else reproduce this issue?
>
> Paco.

Where is the original image to convert ?

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: digiKam crashes when try to save a tiff image.

F.J.Cruz
El Martes, 14 de Febrero de 2006 18:34, Caulier Gilles escribió:

> Le Mardi 14 Février 2006 17:11, F.J.Cruz a écrit :
> > Whe I try to save a RAW image as tiff file, or if I try to save a
> > modified image (tiff or any other format) to a tiff file, digikam
> > crashes.
> >
> > The output form dbg is here:
> >
> > Program received signal SIGSEGV, Segmentation fault.
> > [Switching to Thread -1294595152 (LWP 19892)]
> > 0xb7a75488 in _TIFFsetDoubleArray () from /usr/lib/libtiff.so.3
> > Current language:  auto; currently c
> > (gdb) bt
> > #0  0xb7a75488 in _TIFFsetDoubleArray () from /usr/lib/libtiff.so.3
> > #1  0x00000002 in ?? ()
> > #2  0x00000131 in ?? ()
> > #3  0x00000000 in ?? ()
> > (gdb) continue
> > Continuing.
>
> internal libtiff crash...
>

I think so.

> > Failed to check data availability on socket 15
> > failed to read() from server connection
> > kio (KDirWatch): WARNING: FAM connection problem, switching to polling.
> > kio (KDirWatch): Global Poll Freq is now 500 msec
> > kio (KDirWatch):  Started Polling Timer, freq 500
> > kio (KDirWatch):  Setup Stat (freq 500) for /mnt/Multimedia/Fotografía
> >
> >
> > Ideas? Can anbody else reproduce this issue?
> >
> > Paco.
>
> Where is the original image to convert ?
>

Where I have all my images, in my second hd .

Paco.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

Re: digiKam crashes when try to save a tiff image.

Marcel Wiesweg
In reply to this post by F.J.Cruz

> Ideas? Can anbody else reproduce this issue?

Hi, should be fixed with commit 509508.
TIFFSetField in line 740 of tiffloader.cpp requires a null terminated string
as only argument.

Need to check line 748, which has probably the same problem: which arguments
are required (man page for TIFFSetField), what arguments are given.

Marcel

>
> Paco.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel