| Summary: | Digikam crashes when adding camera | ||
|---|---|---|---|
| Product: | [Applications] digikam | Reporter: | Paul Fedorenko <pfedorenko> |
| Component: | Import-Gphoto2 | Assignee: | Digikam Developers <digikam-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 0.6.2 | ||
| Target Milestone: | --- | ||
| Platform: | RedHat Enterprise Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Paul Fedorenko
2004-10-25 21:57:55 UTC
possibly a crash within libgphoto2, and the backtrace doesn't give any info. can you try with a newer libgphoto2 (and if possible, the recently released digikam-0.7-beta1) and see if you can reproduce the problem wake up. wake up :) if you don't report back the results with recently released 0.7, this bug will be closed lack of feedback from reporter. closing bug I get the same problem when I click on the Add button with digikam 0.7.1 cvs after beta2 and digikamimageplugins 0.7.1 cvs after beta2. I get this trace :
Using host libthread_db library "/lib/tls/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 1101007008 (LWP 12658)]
[KCrash handler]
#7 0x41947500 in strcpy () from /lib/tls/libc.so.6
#8 0x4253a72e in camera_abilities (list=0x85777c0) at library.c:89
#9 0x41741860 in gp_abilities_list_load (list=0x85777c0, context=0x8577750)
at gphoto2-abilities-list.c:233
#10 0x4018d154 in GPIface::getSupportedCameras ()
from /usr/lib/libdigikam.so.0
#11 0x401888bd in CameraSelection::getCameraList ()
from /usr/lib/libdigikam.so.0
#12 0x401899cb in CameraSelection::CameraSelection ()
from /usr/lib/libdigikam.so.0
#13 0x401854ca in SetupCamera::slotAddCamera () from /usr/lib/libdigikam.so.0
#14 0x4018627a in SetupCamera::qt_invoke () from /usr/lib/libdigikam.so.0
#15 0x40f8b708 in QObject::activate_signal ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#16 0x085398e0 in ?? ()
#17 0x40d3c250 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#18 0x00000000 in ?? ()
#19 0x085609d8 in ?? ()
#20 0x00000000 in ?? ()
#21 0x00000000 in ?? ()
#22 0x085609d8 in ?? ()
#23 0x40fc1585 in QWidget::repaint () from /usr/lib/qt3/lib/libqt-mt.so.3
#24 0x085609d8 in ?? ()
#25 0x00000000 in ?? ()
#26 0x00000000 in ?? ()
#27 0x413f1aa8 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#28 0xbfffde54 in ?? ()
#29 0xbfffde40 in ?? ()
#30 0x413fe6c4 in TID_QUType_enum () from /usr/lib/qt3/lib/libqt-mt.so.3
#31 0x40f8bef2 in QObject::activate_signal ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#32 0x085609d8 in ?? ()
#33 0x08559508 in ?? ()
#34 0xbfffde40 in ?? ()
#35 0x412d6b9c in QButton::staticMetaObject ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#36 0x413fe6c4 in TID_QUType_enum () from /usr/lib/qt3/lib/libqt-mt.so.3
#37 0x00000000 in ?? ()
#38 0x00000001 in ?? ()
#39 0x00000001 in ?? ()
#40 0x00000000 in ?? ()
#41 0x413f2858 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#42 0x40d3c250 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#43 0x40db595a in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#44 0x40d3c250 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#45 0x413f1aa8 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#46 0x085609d8 in ?? ()
#47 0x413f1aa8 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#48 0x085609d8 in ?? ()
#49 0xbfffe2c0 in ?? ()
#50 0x085609d8 in ?? ()
#51 0x412d6d4a in QButton::clicked () from /usr/lib/qt3/lib/libqt-mt.so.3
#52 0x00000004 in ?? ()
#53 0x413f1aa8 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#54 0x410252ab in QButton::mouseReleaseEvent ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#55 0x085609d8 in ?? ()
#56 0xbfffe2cc in ?? ()
#57 0x000000b6 in ?? ()
#58 0x41031e80 in QWidgetResizeHandler::eventFilter ()
from /usr/lib/qt3/lib/libqt-mt.so.3
#59 0x413f1aa8 in ?? () from /usr/lib/qt3/lib/libqt-mt.so.3
#60 0xbfffe2c0 in ?? ()
#61 0xbfffe2c0 in ?? ()
#62 0x40fc61d8 in QWidget::event () from /usr/lib/qt3/lib/libqt-mt.so.3
#63 0x085609d8 in ?? ()
#64 0xbfffe2c0 in ?? ()
#65 0x00000000 in ?? ()
#66 0x4125fd63 in QGDict::look_ptr () from /usr/lib/qt3/lib/libqt-mt.so.3
#67 0x00000000 in ?? ()
#68 0x41943481 in mallopt () from /lib/tls/libc.so.6
I've updated from the cvs today and I get the same problem. sounds like a crash within libgphoto2. try from the commandline: gphoto2 --list-cameras gphoto2 --auto-detect and see what you get |