<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Nov 24, 2015 at 8:18 PM, Milian Wolff <span dir="ltr"><<a href="mailto:mail@milianw.de" target="_blank">mail@milianw.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On Dienstag, 24. November 2015 19:50:40 CET RISHABH GUPTA wrote:<br>
> On Fri, Nov 13, 2015 at 5:26 PM, RISHABH GUPTA <<a href="mailto:rishabh9511@gmail.com">rishabh9511@gmail.com</a>><br>
><br>
> wrote:<br>
> > On Thu, Nov 12, 2015 at 5:47 PM, Milian Wolff <<a href="mailto:mail@milianw.de">mail@milianw.de</a>> wrote:<br>
> >> On Donnerstag, 12. November 2015 15:35:17 CET RISHABH GUPTA wrote:<br>
> >> > On Mon, Nov 9, 2015 at 6:47 PM, Milian Wolff <<a href="mailto:mail@milianw.de">mail@milianw.de</a>> wrote:<br>
> >> > > On Montag, 9. November 2015 14:58:59 CET RISHABH GUPTA wrote:<br>
> >> > > > On irc kevin funk suggested me to remove ~/.cache/kdevduchain ,<br>
> >><br>
> >> after<br>
> >><br>
> >> > > this<br>
> >> > ><br>
> >> > > > instead of getting  a segmentation fault kdevelop gets stuck at 78%<br>
> >> > > ><br>
> >> > > > output of thread apply all bt<br>
> >> > > > <a href="http://pastebin.com/hm2fc727" rel="noreferrer" target="_blank">http://pastebin.com/hm2fc727</a><br>
> >> > ><br>
> >> > > This looks odd. David, do you have any idea why this could apparently<br>
> >> > > deadlock:<br>
> >> > ><br>
> >> > > Thread 1 (Thread 0x7fffdd2057c0 (LWP 3778)):<br>
> >> > > #0  0x00007ffff5063c4d in nanosleep () at<br>
> >> > > ../sysdeps/unix/syscall-template.S:<br>
> >> > > 81<br>
> >> > > #1  0x00007ffff57cbd2d in ?? () from<br>
> >> > > /usr/lib/x86_64-linux-gnu/libQt5Core.so.5<br>
> >> > > #2  0x00007ffff5714ef8 in QThread::msleep(unsigned long) () from<br>
> >><br>
> >> /usr/lib/<br>
> >><br>
> >> > > x86_64-linux-gnu/libQt5Core.so.5<br>
> >> > > #3  0x00007ffff58776c0 in QLockFile::tryLock(int) () from<br>
> >><br>
> >> /usr/lib/x86_64-<br>
> >><br>
> >> > > linux-gnu/libQt5Core.so.5<br>
> >> > > #4  0x00007ffff67d99f9 in ?? () from /usr/lib/x86_64-linux-gnu/<br>
> >> > > libKF5ConfigCore.so.5<br>
> >> > > #5  0x00007ffff67c4e46 in KConfig::sync() () from<br>
> >> > > /usr/lib/x86_64-linux-gnu/<br>
> >> > > libKF5ConfigCore.so.5<br>
> >> > > #6  0x00007ffff43263fe in KMainWindow::saveAutoSaveSettings() () from<br>
> >> > > /usr/<br>
> >> > > lib/x86_64-linux-gnu/libKF5XmlGui.so.5<br>
> >> > > #7  0x00007ffff4326449 in ?? () from /usr/lib/x86_64-linux-gnu/<br>
> >> > > libKF5XmlGui.so.5<br>
> >> > > #8  0x00007ffff433aaaf in KToolBar::Private::applyCurrentSettings()<br>
> >> > > ()<br>
> >> > > from /<br>
> >> > > usr/lib/x86_64-linux-gnu/libKF5XmlGui.so.5<br>
> >> > > #9  0x00007ffff433ab27 in KToolBar::applySettings(KConfigGroup<br>
> >><br>
> >> const&) ()<br>
> >><br>
> >> > > from<br>
> >> > > /usr/lib/x86_64-linux-gnu/libKF5XmlGui.so.5<br>
> >> > ><br>
> >> > > Rishabh, did you let kdevelop continue after that, wait a few<br>
> >><br>
> >> seconds, and<br>
> >><br>
> >> > > then redid the thread apply all bt? Was it pointing at the same stack<br>
> >> > > frame in<br>
> >> > > thread 1?<br>
> >> ><br>
> >> > Back trace gave the same information ,nothing changed.<br>
> >> ><br>
> >> > What is this message ? I never used to get this before ,can it be<br>
> >><br>
> >> because<br>
> >><br>
> >> > of this ?<br>
> >> > "warning: Corrupted shared library list: 0x12b3db0 != 0x12a9250"<br>
> >><br>
> >> Never seen that. Could you try to run KDevelop through Valgrind and see<br>
> >> if<br>
> >> that spits out anything useful?<br>
> >><br>
> >> valgrind --track-origins=yes --sms-check=all-non-file kdevelop<br>
> ><br>
> > valgrind output<br>
> ><br>
> > <a href="http://pastebin.com/Hxcmz7EF" rel="noreferrer" target="_blank">http://pastebin.com/Hxcmz7EF</a><br>
><br>
> hey,<br>
> could you please suggest  me something to fix this ? will reinstalling help<br>
> ?<br>
> If yes, then how should a fresh install be done?<br>
><br>
> I might be wrong ,but could this be a kdevelop bug ?<br>
<br>
</div></div>Sorry for the delay.<br>
<br>
The log points at two bugs outside of KDevelop itself, but it doesn't show any<br>
fatal errors. I can reproduce the XCB warning, but not the kcrash one on my<br>
side btw.<br>
<br>
So I guess the real issue is related to the QLockFile that shows up in your<br>
GDB backtrace. Can you strace kdevelop please:<br>
<br>
strace -e file kdevelop -s test |& grep "\.lock"<br>
<br>
What does this show?</blockquote><div><br><br><a href="http://pastebin.com/nQtUvYm8">http://pastebin.com/nQtUvYm8</a><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> Do you have a stale kdeveloprc.lock file in ~/.config/ by<br>
any chance? Who owns that? What does it contain?<br></blockquote><div><br>Yes,owned by me , it's an empty document.<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Thanks<br>
<div class=""><div class="h5">--<br>
Milian Wolff<br>
<a href="mailto:mail@milianw.de">mail@milianw.de</a><br>
<a href="http://milianw.de" rel="noreferrer" target="_blank">http://milianw.de</a></div></div></blockquote></div><br></div></div>