Kwan Lowe
2013-Jul-16 12:09 UTC
[CentOS] Can someone help confirm a bug? kio_http kdegraphics
Hello: I'm trying to track down a kio_http problem using CentOS 6.4 with KDE. This causes multiple kio_http procs to spawn and lots of notifications. Several steps are needed: Create a foo.html with an href foo.html <html><head>Test</head><body><a href=http://ovh.com>http://ovh.com</a></body></html> [^] Use html2ps then ps2pdf to create a PDF document html2ps foo.html>foo.ps ps2pdf foo.ps okular foo.pdf Using the KDE desktop, open the PDF in Okular then click the click. Immediately there are desktop notifications that website was contacted and waiting for reply. A 'ps -ef' shows man kio_http processes being spawned. I'm not able to reproduce on all random websites, but the ovh.com always does so. This link was found in the latest Linux Journal so others may inadvertently cause this.
Earl Ramirez
2013-Jul-16 14:58 UTC
[CentOS] Can someone help confirm a bug? kio_http kdegraphics
On Tue, 2013-07-16 at 08:09 -0400, Kwan Lowe wrote:> Hello: > I'm trying to track down a kio_http problem using CentOS 6.4 with KDE. > This causes multiple kio_http procs to spawn and lots of > notifications. > > Several steps are needed: > Create a foo.html with an href > foo.html > <html><head>Test</head><body><a > href=http://ovh.com>http://ovh.com</a></body></html> [^] > > Use html2ps then ps2pdf to create a PDF document > > html2ps foo.html>foo.ps > ps2pdf foo.ps > okular foo.pdf > > Using the KDE desktop, open the PDF in Okular then click the click. > Immediately there are desktop notifications that website was contacted > and waiting for reply. A 'ps -ef' shows man kio_http processes being > spawned. > > I'm not able to reproduce on all random websites, but the ovh.com > always does so. This link was found in the latest Linux Journal so > others may inadvertently cause this. > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosHello Kwan, I will fire up a KVM vm and try to reproduce the problem/bug with the steps provided, in what architect are you currently experiencing this with? -- Kind Regards Earl Ramirez GPG Key: http://trinipino.com/PublicKey.asc -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 316 bytes Desc: This is a digitally signed message part URL: <http://lists.centos.org/pipermail/centos/attachments/20130716/430abd33/attachment-0002.sig>
Kwan Lowe
2013-Jul-17 03:49 UTC
[CentOS] Can someone help confirm a bug? kio_http kdegraphics
On Tue, Jul 16, 2013 at 10:58 AM, Earl Ramirez <earlaramirez at gmail.com> wrote:> Hello Kwan, > > I will fire up a KVM vm and try to reproduce the problem/bug with the > steps provided, in what architect are you currently experiencing this > with?Thanks Earl... I am running on CentOS 6.4 64bit (x86_64). I'm spinning up a RHEL instance to see if it's an upstream issue also.