https://bugs.kde.org/show_bug.cgi?id=488653

Fabian Vogt <fab...@ritter-vogt.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |NEEDSINFO
         Resolution|---                         |WAITINGFORINFO
                 CC|                            |fab...@ritter-vogt.de

--- Comment #18 from Fabian Vogt <fab...@ritter-vogt.de> ---
FWICT it's memory corruption, maybe caused by libtaskmanager or its integration
into pbi.

Valgrind could help here, but unfortunately it's not quite straightforward to
wrap the host executable. Try this:

cd $(mktemp -d)
cp /usr/bin/plasma-browser-integration-host .
cat >pbi-wrap.sh <<EOF 
#!/bin/sh
exec valgrind --log-file="$PWD/vg.log" "$PWD/plasma-browser-integration-host"
"\$@"
EOF
chmod a+x pbi-wrap.sh
sed "s#/usr/bin/plasma-browser-integration-host#$PWD/pbi-wrap.sh#"
/usr/lib64/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json
>json
sudo mount --bind json
/usr/lib64/mozilla/native-messaging-hosts/org.kde.plasma.browser_integration.json

Substitute the correct path for the extension .json for your browser.

Then start the browser and somehow reproduce the crash, it should be visible in
the temporary directory's vg.log file

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to