<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.kde.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.6"
          urlbase="https://bugs.kde.org/"
          
          maintainer="sysadmin@kde.org"
>

    <bug>
          <bug_id>347564</bug_id>
          
          <creation_ts>2015-05-11 19:04:30 +0000</creation_ts>
          <short_desc>Crash in KPluginMetadata on kded5 startup</short_desc>
          <delta_ts>2024-08-13 06:47:28 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>Frameworks and Libraries</classification>
          <product>frameworks-kcoreaddons</product>
          <component>general</component>
          <version>unspecified</version>
          <rep_platform>Other</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WORKSFORME</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>NOR</priority>
          <bug_severity>crash</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Kai Uwe Broulik">kde</reporter>
          <assigned_to name="Michael Pyne">mpyne</assigned_to>
          <cc>kdelibs-bugs-null</cc>
    
    <cc>simonandric5</cc>
    
    <cc>thedonisnear210</cc>
          
          <cf_commitlink></cf_commitlink>
          <cf_versionfixedin></cf_versionfixedin>
          <cf_sentryurl></cf_sentryurl>
          <votes>0</votes>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1517920</commentid>
    <comment_count>0</comment_count>
    <who name="Kai Uwe Broulik">kde</who>
    <bug_when>2015-05-11 19:04:30 +0000</bug_when>
    <thetext>I&apos;m observing the following crash when starting kded5 from console:

Thread 1 (Thread 0x7f12e234b780 (LWP 4898)):
[KCrash Handler]
#6  0x00007f12e1c4e267 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:55
#7  0x00007f12e1c4feca in __GI_abort () at abort.c:89
#8  0x00007f12e1c91c53 in __libc_message (do_abort=do_abort@entry=1, fmt=fmt@entry=0x7f12e1daa1a8 &quot;*** Error in `%s&apos;: %s: 0x%s ***\n&quot;) at ../sysdeps/posix/libc_fatal.c:175
#9  0x00007f12e1c99c69 in malloc_printerr (ptr=&lt;optimized out&gt;, str=0x7f12e1daa2b8 &quot;double free or corruption (out)&quot;, action=1) at malloc.c:4965
#10 _int_free (av=&lt;optimized out&gt;, p=&lt;optimized out&gt;, have_lock=0) at malloc.c:3834
#11 0x00007f12e1c9d89c in __GI___libc_free (mem=&lt;optimized out&gt;) at malloc.c:2950
#12 0x00007f12e105d956 in QTypedArrayData&lt;unsigned short&gt;::deallocate (data=0x7cbd50) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:222
#13 0x00007f12e105cc03 in QString::~QString (this=0x7e4bc8, __in_chrg=&lt;optimized out&gt;) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:992
#14 0x00007f12e1088746 in KPluginMetaDataPrivate::~KPluginMetaDataPrivate (this=0x7e4bc0, __in_chrg=&lt;optimized out&gt;) at /home/kaiuwe/Projekte/kf5/src/frameworks/kcoreaddons/src/lib/plugin/kpluginmetadata.cpp:33
#15 0x00007f12e108879b in QExplicitlySharedDataPointer&lt;KPluginMetaDataPrivate&gt;::~QExplicitlySharedDataPointer (this=0x7f68c0, __in_chrg=&lt;optimized out&gt;) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qshareddata.h:156
#16 0x00007f12e1084f56 in KPluginMetaData::~KPluginMetaData (this=0x7f68a8, __in_chrg=&lt;optimized out&gt;) at /home/kaiuwe/Projekte/kf5/src/frameworks/kcoreaddons/src/lib/plugin/kpluginmetadata.cpp:56
#17 0x00007f12e1ff5b5c in QVector&lt;KPluginMetaData&gt;::destruct (this=0x7ffc9b9182a0, from=0x7f68c8, to=0x7f6c48) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:313
#18 0x00007f12e1ff31ce in QVector&lt;KPluginMetaData&gt;::freeData (this=0x7ffc9b9182a0, x=0x7f67f0) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:483
#19 0x00007f12e1ff0dd4 in QVector&lt;KPluginMetaData&gt;::~QVector (this=0x7ffc9b9182a0, __in_chrg=&lt;optimized out&gt;) at /usr/include/x86_64-linux-gnu/qt5/QtCore/qvector.h:68
#20 0x00007f12e1feb51c in Kded::initModules (this=0x7b6580) at /home/kaiuwe/Projekte/kf5/src/frameworks/kded/src/kded.cpp:287
#21 0x00007f12e1fed3e4 in Kded::recreateDone (this=0x7b6580) at /home/kaiuwe/Projekte/kf5/src/frameworks/kded/src/kded.cpp:575
#22 0x00007f12e1fed26d in Kded::recreate (this=0x7b6580, initial=true) at /home/kaiuwe/Projekte/kf5/src/frameworks/kded/src/kded.cpp:548
#23 0x00007f12e1fee8ae in kdemain (argc=1, argv=0x7ffc9b918588) at /home/kaiuwe/Projekte/kf5/src/frameworks/kded/src/kded.cpp:818
#24 0x0000000000400858 in main (argc=1, argv=0x7ffc9b918588) at /home/kaiuwe/Projekte/kf5/build/frameworks/kded/src/kded5_dummy.cpp:3

Reproducible: Always</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1693192</commentid>
    <comment_count>1</comment_count>
    <who name="Michael Pyne">mpyne</who>
    <bug_when>2017-08-06 21:14:58 +0000</bug_when>
    <thetext>Kai, are you still seeing this bug?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1696298</commentid>
    <comment_count>2</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2017-08-23 10:58:14 +0000</bug_when>
    <thetext>If you can provide the information requested in comment #1, please add it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1701534</commentid>
    <comment_count>3</comment_count>
    <who name="Christoph Feck">cfeck</who>
    <bug_when>2017-09-17 14:14:31 +0000</bug_when>
    <thetext>To further investigate this issue, KDE developers need the information requested in comment #1. If you can provide it, or need help with finding that information, please add a comment.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1701535</commentid>
    <comment_count>4</comment_count>
    <who name="Kai Uwe Broulik">kde</who>
    <bug_when>2017-09-17 14:16:15 +0000</bug_when>
    <thetext>I think this fixed itself.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2345322</commentid>
    <comment_count>5</comment_count>
      <attachid>172574</attachid>
    <who name="Cj">thedonisnear210</who>
    <bug_when>2024-08-13 06:47:28 +0000</bug_when>
    <thetext>Created attachment 172574
New crash information added by DrKonqi

kfmclient (2.0) using Qt 5.15.10

doesnt allow boot from root folder
how can i boot using root

-- Backtrace (Reduced):
#7  0x00007f73f8ee107d in QMessageLogger::fatal(char const*, ...) const () from /lib/x86_64-linux-gnu/libQt5Core.so.5
[...]
#10 0x00007f73fa11b295 in kdemain () from /lib/x86_64-linux-gnu/libkdeinit5_kfmclient.so
[...]</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="0"
              isprivate="0"
          >
            <attachid>172574</attachid>
            <date>2024-08-13 06:47:28 +0000</date>
            <delta_ts>2024-08-13 06:47:28 +0000</delta_ts>
            <desc>New crash information added by DrKonqi</desc>
            <filename>kfmclient-20240813-013933.kcrash</filename>
            <type>text/plain</type>
            <size>1458</size>
            <attacher name="Cj">thedonisnear210</attacher>
            
              <data encoding="base64">QXBwbGljYXRpb246IGtmbWNsaWVudCAoMi4wKQogKENvbXBpbGVkIGZyb20gc291cmNlcykKUXQg
VmVyc2lvbjogNS4xNS4xMApGcmFtZXdvcmtzIFZlcnNpb246IDUuMTA3LjAKT3BlcmF0aW5nIFN5
c3RlbTogTGludXggNi41LjItMS1zaWR1Y3Rpb24tYW1kNjQgeDg2XzY0CldpbmRvd2luZyBTeXN0
ZW06IFgxMQpEaXN0cmlidXRpb246IERlYmlhbiBHTlUvTGludXggdHJpeGllL3NpZApEcktvbnFp
OiA1LjI3LjcgW0tDcmFzaEJhY2tlbmRdCgotLSBJbmZvcm1hdGlvbiBhYm91dCB0aGUgY3Jhc2g6
CmRvZXNudCBhbGxvdyBib290IGZyb20gcm9vdCBmb2xkZXIKaG93IGNhbiBpIGJvb3QgdXNpbmcg
cm9vdAoKVGhlIHJlcG9ydGVyIGlzIHVuc3VyZSBpZiB0aGlzIGNyYXNoIGlzIHJlcHJvZHVjaWJs
ZS4KCi0tIEJhY2t0cmFjZToKQXBwbGljYXRpb246IGtmbWNsaWVudCAoa2ZtY2xpZW50KSwgc2ln
bmFsOiBBYm9ydGVkCgpbS0NyYXNoIEhhbmRsZXJdCiM0ICAweDAwMDA3ZjczZjlmYjgzYWMgaW4g
Pz8gKCkgZnJvbSAvbGliL3g4Nl82NC1saW51eC1nbnUvbGliYy5zby42CiM1ICAweDAwMDA3Zjcz
ZjlmNjk0ZjIgaW4gcmFpc2UgKCkgZnJvbSAvbGliL3g4Nl82NC1saW51eC1nbnUvbGliYy5zby42
CiM2ICAweDAwMDA3ZjczZjlmNTI0ZWQgaW4gYWJvcnQgKCkgZnJvbSAvbGliL3g4Nl82NC1saW51
eC1nbnUvbGliYy5zby42CiM3ICAweDAwMDA3ZjczZjhlZTEwN2QgaW4gUU1lc3NhZ2VMb2dnZXI6
OmZhdGFsKGNoYXIgY29uc3QqLCAuLi4pIGNvbnN0ICgpIGZyb20gL2xpYi94ODZfNjQtbGludXgt
Z251L2xpYlF0NUNvcmUuc28uNQojOCAgMHgwMDAwN2Y3M2ZhMTE4YTk4IGluID8/ICgpIGZyb20g
L2xpYi94ODZfNjQtbGludXgtZ251L2xpYmtkZWluaXQ1X2tmbWNsaWVudC5zbwojOSAgMHgwMDAw
N2Y3M2ZhMTFhMDU4IGluID8/ICgpIGZyb20gL2xpYi94ODZfNjQtbGludXgtZ251L2xpYmtkZWlu
aXQ1X2tmbWNsaWVudC5zbwojMTAgMHgwMDAwN2Y3M2ZhMTFiMjk1IGluIGtkZW1haW4gKCkgZnJv
bSAvbGliL3g4Nl82NC1saW51eC1nbnUvbGlia2RlaW5pdDVfa2ZtY2xpZW50LnNvCiMxMSAweDAw
MDA3ZjczZjlmNTNjOGEgaW4gPz8gKCkgZnJvbSAvbGliL3g4Nl82NC1saW51eC1nbnUvbGliYy5z
by42CiMxMiAweDAwMDA3ZjczZjlmNTNkNDUgaW4gX19saWJjX3N0YXJ0X21haW4gKCkgZnJvbSAv
bGliL3g4Nl82NC1saW51eC1nbnUvbGliYy5zby42CiMxMyAweDAwMDA1NjBjNjI5OTgwODEgaW4g
Pz8gKCkKW0luZmVyaW9yIDEgKHByb2Nlc3MgMzQ4OTQpIGRldGFjaGVkXQoKUmVwb3J0ZWQgdXNp
bmcgRHJLb25xaQpUaGlzIHJlcG9ydCB3YXMgZmlsZWQgYWdhaW5zdCAna2RlJyBiZWNhdXNlIHRo
ZSBwcm9kdWN0ICdrZm1jbGllbnQnIGNvdWxkIG5vdCBiZSBsb2NhdGVkIGluIEJ1Z3ppbGxhLiBB
ZGQgaXQgdG8gZHJrb25xaSdzIG1hcHBpbmdzIGZpbGUh
</data>

          </attachment>
      

    </bug>

</bugzilla>