After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 619714 - crash on Fedora 13 with exiv2 0.19
crash on Fedora 13 with exiv2 0.19
Status: RESOLVED INVALID
Product: gthumb
Classification: Other
Component: general
2.11.x
Other Linux
: Normal critical
: ---
Assigned To: Paolo Bacchilega
Paolo Bacchilega
Depends on:
Blocks:
 
 
Reported: 2010-05-26 13:23 UTC by Michael Chudobiak
Modified: 2010-05-27 12:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Chudobiak 2010-05-26 13:23:03 UTC
git master crashes on Fedora 13, which has a newish version of exiv2 (exiv2-0.19-1.fc13.x86_64).

The crash occurs when you double-click an image to open it. (No crashes occur if you disable the exiv2 extension).

- Mike

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe7221710 (LWP 303)]
0x0000000000000035 in ?? ()
(gdb) thread apply all bt

Thread 12 (Thread 0x7fffe7221710 (LWP 303))

  • #0 ??
  • #1 operator<<
    at /usr/include/exiv2/metadatum.hpp line 305
  • #2 exiv2_read_metadata
    at exiv2-utils.cpp line 368
  • #3 exiv2_read_metadata_from_file
    at exiv2-utils.cpp line 465
  • #4 gth_metadata_provider_exiv2_read
    at gth-metadata-provider-exiv2.c line 95
  • #5 gth_metadata_provider_read
    at gth-metadata-provider.c line 128
  • #6 read_metadata_thread
    at gth-metadata-provider.c line 213
  • #7 g_thread_create_proxy
    at gthread.c line 1893
  • #8 start_thread
    at pthread_create.c line 301
  • #9 clone
    at ../sysdeps/unix/sysv/linux/x86_64/clone.S line 115

Comment 1 Michael Chudobiak 2010-05-27 12:02:56 UTC
Seems I had some odd bits of old exiv2 code being linked in. My error. Not a bug.

- Mike