digikam 4.2.0-2 crashes in Manjaro

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

digikam 4.2.0-2 crashes in Manjaro

Dr. Martin Senftleben
Hi,

I have the problem that digikam crashes when I try to open it at
exactly the moment when the application shall appear on the screen. It
first checks all albums, and then crashes with always the same
segfault report:

"Application: digiKam (digikam), signal: Segmentation fault
[Current thread is 1 (process 5902)]

Thread 1 (process 5902):
#0  0x00007fc3576b89ed in ?? ()
#1  0x0000000000000000 in ?? ()"

I guess that's not enough info, but I did not find out how to get more.

Any suggestions?

Thanks in advance

Martin

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

drmartinus.vcf (383 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: digikam 4.2.0-2 crashes in Manjaro

Gilles Caulier-4
install debug packages, and run digiKam into GDB as explained here:

https://www.digikam.org/contrib

Gilles Caulier

2014-09-18 18:55 GMT+02:00 Dr. Martin Senftleben <[hidden email]>:

> Hi,
>
> I have the problem that digikam crashes when I try to open it at
> exactly the moment when the application shall appear on the screen. It
> first checks all albums, and then crashes with always the same
> segfault report:
>
> "Application: digiKam (digikam), signal: Segmentation fault
> [Current thread is 1 (process 5902)]
>
> Thread 1 (process 5902):
> #0  0x00007fc3576b89ed in ?? ()
> #1  0x0000000000000000 in ?? ()"
>
> I guess that's not enough info, but I did not find out how to get more.
>
> Any suggestions?
>
> Thanks in advance
>
> Martin
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
>
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: digikam 4.2.0-2 crashes in Manjaro

Mathias Lindner



I have the same problem and provide the requested information...

Hope it helps and we get some fast information about how to get digiKam
working again.

$ gdb digikam
GNU gdb (GDB) 7.8
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from digikam...(no debugging symbols found)...done.
(gdb) catch throw
Catchpoint 1 (throw)
(gdb) run
Starting program: /usr/bin/digikam
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffd0900700 (LWP 3266)]
[New Thread 0x7fffc752d700 (LWP 3267)]
[New Thread 0x7fffc6d2c700 (LWP 3268)]
Object::connect: No such signal
org::freedesktop::UPower::DeviceAdded(QString)
Object::connect: No such signal
org::freedesktop::UPower::DeviceRemoved(QString)
[New Thread 0x7fffc652b700 (LWP 3269)]
QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is
still in use, all queries will cease to work.
[Thread 0x7fffc652b700 (LWP 3269) exited]
[New Thread 0x7fffc652b700 (LWP 3270)]

(digikam:3262): GLib-GObject-WARNING **: specified class size for type
'GstBaseAudioSink' is smaller than the parent type's 'GstBaseSink' class
size

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_register_static:
assertion 'parent_type > 0' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
'g_type_is_a (type, GST_TYPE_ELEMENT)' failed

(digikam:3262): GLib-GObject-WARNING **: specified class size for type
'GstCapsFilter' is smaller than the parent type's 'GstBaseTransform'
class size

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
'g_type_is_a (type, GST_TYPE_ELEMENT)' failed

(digikam:3262): GStreamer-CRITICAL **: gst_bin_add: assertion
'GST_IS_ELEMENT (element)' failed

(digikam:3262): GStreamer-CRITICAL **: gst_element_get_static_pad:
assertion 'GST_IS_ELEMENT (element)' failed

(digikam:3262): GStreamer-CRITICAL **: gst_object_unref: assertion
'object != NULL' failed

(digikam:3262): GLib-GObject-WARNING **: specified class size for type
'GstBaseAudioSrc' is smaller than the parent type's 'GstPushSrc' class size

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_register_static:
assertion 'parent_type > 0' failed

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
'g_type_is_a (type, GST_TYPE_ELEMENT)' failed

(digikam:3262): GLib-GObject-WARNING **: specified class size for type
'GstAlsaSrc' is smaller than the parent type's 'GstAudioSrc' class size

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
'g_type_is_a (type, GST_TYPE_ELEMENT)' failed

(digikam:3262): GLib-GObject-WARNING **: specified class size for type
'GstOss4Sink' is smaller than the parent type's 'GstAudioSink' class size

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
'g_type_is_a (type, GST_TYPE_ELEMENT)' failed

(digikam:3262): GLib-GObject-WARNING **: specified class size for type
'GstOssSrc' is smaller than the parent type's 'GstAudioSrc' class size

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed

(digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result
!= 0' failed

(digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
'g_type_is_a (type, GST_TYPE_ELEMENT)' failed

Program received signal SIGSEGV, Segmentation fault.
0x00007fffb333ca3e in ?? () from /usr/lib/gstreamer-0.10/libgstautodetect.so
(gdb) bt
#0  0x00007fffb333ca3e in ?? ()
    from /usr/lib/gstreamer-0.10/libgstautodetect.so
#1  0x00007fffde7dcc92 in gst_element_change_state ()
    from /usr/lib/libgstreamer-0.10.so.0
#2  0x00007fffde7dd303 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#3  0x00007fffde7cb032 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#4  0x00007fffde7dcc92 in gst_element_change_state ()
    from /usr/lib/libgstreamer-0.10.so.0
#5  0x00007fffde7dd303 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#6  0x00007fffb378bb5b in ?? ()
    from /usr/lib/gstreamer-0.10/libgstgconfelements.so
#7  0x00007fffb3789ee1 in ?? ()
    from /usr/lib/gstreamer-0.10/libgstgconfelements.so
#8  0x00007fffb378a135 in ?? ()
    from /usr/lib/gstreamer-0.10/libgstgconfelements.so
#9  0x00007fffde7dcc92 in gst_element_change_state ()
    from /usr/lib/libgstreamer-0.10.so.0
#10 0x00007fffde7dd303 in ?? () from /usr/lib/libgstreamer-0.10.so.0
#11 0x00007fffc43443f8 in ?? ()
    from /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
#12 0x00007fffc4345892 in ?? ()
    from /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
#13 0x00007fffc4345b80 in ?? ()
---Type <return> to continue, or q <return> to quit---q
  from /usr/lib/kde4/plugins/phonon_backend/phononQuit
(gdb) quit














On 18.09.2014 21:08, Gilles Caulier wrote:

> install debug packages, and run digiKam into GDB as explained here:
>
> https://www.digikam.org/contrib
>
> Gilles Caulier
>
> 2014-09-18 18:55 GMT+02:00 Dr. Martin Senftleben <[hidden email]>:
>> Hi,
>>
>> I have the problem that digikam crashes when I try to open it at
>> exactly the moment when the application shall appear on the screen. It
>> first checks all albums, and then crashes with always the same
>> segfault report:
>>
>> "Application: digiKam (digikam), signal: Segmentation fault
>> [Current thread is 1 (process 5902)]
>>
>> Thread 1 (process 5902):
>> #0  0x00007fc3576b89ed in ?? ()
>> #1  0x0000000000000000 in ?? ()"
>>
>> I guess that's not enough info, but I did not find out how to get more
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users
Reply | Threaded
Open this post in threaded view
|

Re: digikam 4.2.0-2 crashes in Manjaro

Gilles Caulier-4
This is a phonon mediaplayer problem, not digiKam.

phonon is used by digiKam to play video files.

Report this problem to KDE/Phonon section from KDE bugzilla.

Gilles Caulier

2014-09-22 21:35 GMT+02:00 Mathias Lindner <[hidden email]>:

>
>
>
> I have the same problem and provide the requested information...
>
> Hope it helps and we get some fast information about how to get digiKam
> working again.
>
> $ gdb digikam
> GNU gdb (GDB) 7.8
> Copyright (C) 2014 Free Software Foundation, Inc.
> License GPLv3+: GNU GPL version 3 or later
> <http://gnu.org/licenses/gpl.html>
> This is free software: you are free to change and redistribute it.
> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
> and "show warranty" for details.
> This GDB was configured as "x86_64-unknown-linux-gnu".
> Type "show configuration" for configuration details.
> For bug reporting instructions, please see:
> <http://www.gnu.org/software/gdb/bugs/>.
> Find the GDB manual and other documentation resources online at:
> <http://www.gnu.org/software/gdb/documentation/>.
> For help, type "help".
> Type "apropos word" to search for commands related to "word"...
> Reading symbols from digikam...(no debugging symbols found)...done.
> (gdb) catch throw
> Catchpoint 1 (throw)
> (gdb) run
> Starting program: /usr/bin/digikam
> warning: Could not load shared library symbols for linux-vdso.so.1.
> Do you need "set solib-search-path" or "set sysroot"?
> [Thread debugging using libthread_db enabled]
> Using host libthread_db library "/usr/lib/libthread_db.so.1".
> [New Thread 0x7fffd0900700 (LWP 3266)]
> [New Thread 0x7fffc752d700 (LWP 3267)]
> [New Thread 0x7fffc6d2c700 (LWP 3268)]
> Object::connect: No such signal
> org::freedesktop::UPower::DeviceAdded(QString)
> Object::connect: No such signal
> org::freedesktop::UPower::DeviceRemoved(QString)
> [New Thread 0x7fffc652b700 (LWP 3269)]
> QSqlDatabasePrivate::removeDatabase: connection 'ConnectionTest' is still in
> use, all queries will cease to work.
> [Thread 0x7fffc652b700 (LWP 3269) exited]
> [New Thread 0x7fffc652b700 (LWP 3270)]
>
> (digikam:3262): GLib-GObject-WARNING **: specified class size for type
> 'GstBaseAudioSink' is smaller than the parent type's 'GstBaseSink' class
> size
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_register_static: assertion
> 'parent_type > 0' failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
> 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed
>
> (digikam:3262): GLib-GObject-WARNING **: specified class size for type
> 'GstCapsFilter' is smaller than the parent type's 'GstBaseTransform' class
> size
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
> 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_bin_add: assertion
> 'GST_IS_ELEMENT (element)' failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_element_get_static_pad: assertion
> 'GST_IS_ELEMENT (element)' failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_object_unref: assertion 'object
> != NULL' failed
>
> (digikam:3262): GLib-GObject-WARNING **: specified class size for type
> 'GstBaseAudioSrc' is smaller than the parent type's 'GstPushSrc' class size
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_register_static: assertion
> 'parent_type > 0' failed
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
> 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed
>
> (digikam:3262): GLib-GObject-WARNING **: specified class size for type
> 'GstAlsaSrc' is smaller than the parent type's 'GstAudioSrc' class size
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
> 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed
>
> (digikam:3262): GLib-GObject-WARNING **: specified class size for type
> 'GstOss4Sink' is smaller than the parent type's 'GstAudioSink' class size
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
> 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed
>
> (digikam:3262): GLib-GObject-WARNING **: specified class size for type
> 'GstOssSrc' is smaller than the parent type's 'GstAudioSrc' class size
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-GObject-CRITICAL **: g_type_add_interface_static:
> assertion 'G_TYPE_IS_INSTANTIATABLE (instance_type)' failed
>
> (digikam:3262): GLib-CRITICAL **: g_once_init_leave: assertion 'result != 0'
> failed
>
> (digikam:3262): GStreamer-CRITICAL **: gst_element_register: assertion
> 'g_type_is_a (type, GST_TYPE_ELEMENT)' failed
>
> Program received signal SIGSEGV, Segmentation fault.
> 0x00007fffb333ca3e in ?? () from /usr/lib/gstreamer-0.10/libgstautodetect.so
> (gdb) bt
> #0  0x00007fffb333ca3e in ?? ()
>    from /usr/lib/gstreamer-0.10/libgstautodetect.so
> #1  0x00007fffde7dcc92 in gst_element_change_state ()
>    from /usr/lib/libgstreamer-0.10.so.0
> #2  0x00007fffde7dd303 in ?? () from /usr/lib/libgstreamer-0.10.so.0
> #3  0x00007fffde7cb032 in ?? () from /usr/lib/libgstreamer-0.10.so.0
> #4  0x00007fffde7dcc92 in gst_element_change_state ()
>    from /usr/lib/libgstreamer-0.10.so.0
> #5  0x00007fffde7dd303 in ?? () from /usr/lib/libgstreamer-0.10.so.0
> #6  0x00007fffb378bb5b in ?? ()
>    from /usr/lib/gstreamer-0.10/libgstgconfelements.so
> #7  0x00007fffb3789ee1 in ?? ()
>    from /usr/lib/gstreamer-0.10/libgstgconfelements.so
> #8  0x00007fffb378a135 in ?? ()
>    from /usr/lib/gstreamer-0.10/libgstgconfelements.so
> #9  0x00007fffde7dcc92 in gst_element_change_state ()
>    from /usr/lib/libgstreamer-0.10.so.0
> #10 0x00007fffde7dd303 in ?? () from /usr/lib/libgstreamer-0.10.so.0
> #11 0x00007fffc43443f8 in ?? ()
>    from /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
> #12 0x00007fffc4345892 in ?? ()
>    from /usr/lib/kde4/plugins/phonon_backend/phonon_gstreamer.so
> #13 0x00007fffc4345b80 in ?? ()
> ---Type <return> to continue, or q <return> to quit---q
>  from /usr/lib/kde4/plugins/phonon_backend/phononQuit
> (gdb) quit
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> On 18.09.2014 21:08, Gilles Caulier wrote:
>>
>> install debug packages, and run digiKam into GDB as explained here:
>>
>> https://www.digikam.org/contrib
>>
>> Gilles Caulier
>>
>> 2014-09-18 18:55 GMT+02:00 Dr. Martin Senftleben
>> <[hidden email]>:
>>>
>>> Hi,
>>>
>>> I have the problem that digikam crashes when I try to open it at
>>> exactly the moment when the application shall appear on the screen. It
>>> first checks all albums, and then crashes with always the same
>>> segfault report:
>>>
>>> "Application: digiKam (digikam), signal: Segmentation fault
>>> [Current thread is 1 (process 5902)]
>>>
>>> Thread 1 (process 5902):
>>> #0  0x00007fc3576b89ed in ?? ()
>>> #1  0x0000000000000000 in ?? ()"
>>>
>>> I guess that's not enough info, but I did not find out how to get more
>
> _______________________________________________
> Digikam-users mailing list
> [hidden email]
> https://mail.kde.org/mailman/listinfo/digikam-users
_______________________________________________
Digikam-users mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-users