From koffice Sun Sep 30 04:40:09 2001 From: kde-bugs-dist-request () mail ! kde ! org Date: Sun, 30 Sep 2001 04:40:09 +0000 To: koffice Subject: Kde-bugs-dist digest, Vol 1 #4937 - 11 msgs X-MARC-Message: https://marc.info/?l=koffice&m=100217714501862 Send Kde-bugs-dist mailing list submissions to kde-bugs-dist@mail.kde.org To subscribe or unsubscribe via the World Wide Web, visit http://mail.kde.org/mailman/listinfo/kde-bugs-dist or, via email, send a message with subject or body 'help' to kde-bugs-dist-request@mail.kde.org You can reach the person managing the list at kde-bugs-dist-admin@mail.kde.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Kde-bugs-dist digest..." Today's Topics: 1. Bug#33113: Alignment Rendered incorrectly (dpn@isomerica.net) 2. Bug#33083: marked as done ([Patch] kreversi aborts with out of memory on Alpha) by Waldo Bastian (Stephan Kulow) 3. Bug#33114: kswarm bad memory leak (richied@look.ca) 4. Bug#33104: marked as done (No Scan Service available) by Carsten Pfeiffer (Stephan Kulow) 5. Bug#33105: marked as done (kded crashes when mplayer.sourceforge.net is viewed in konqueror) by Waldo Bastian (Stephan Kulow) 6. Bug#33092: marked as done (generic kded crash event) by Waldo Bastian (Stephan Kulow) 7. Bug#33067: https works for root but not for normal user (Neil Smith) 8. Bug#33111: konsole should show input requests in session tabs (Torsten Knodt) 9. Bug#32971: sending through SMTP server fails (Jay DeKing) 10. Bug#32974: marked as done (couldn't login error and binary garbage loading website) by Waldo Bastian (Stephan Kulow) 11. Bug#33115: mails are deleted when the download is terminatred for timeout. (rana@noor-a-kadir.com) --__--__-- Message: 1 Subject: Bug#33113: Alignment Rendered incorrectly Reply-To: 33113@bugs.kde.org Date: 29 Sep 2001 21:52:47 -0000 To: submit@bugs.kde.org From: dpn@isomerica.net Package: khtml Version: KDE 2.2.1 Severity: normal Installed from: Compiled From Sources Compiler: gcc OS: Linux OS/Compiler notes: Not Specified When rendering http://isomerica.net (my page), the top table in the weblog entries displays incorrectly. http://isomerica.net/~dpn/konqbug/index.html contains a version with table borders turned on. All of this validates as valid HTML 4.01 Transitional. http://isomerica.net/~dpn/konqbug/konqbroken.png shows the incorrect rendering in konqueror and http://isomerica.net/~dpn/konqbug/correct.png shows it rendered correctly in Opera. (Submitted via bugs.kde.org) --__--__-- Message: 2 Date: 29 Sep 2001 22:33:02 -0000 From: owner@bugs.kde.org (Stephan Kulow) To: Waldo Bastian Cc: Mario Weilguni Subject: Bug#33083: marked as done ([Patch] kreversi aborts with out of memory on Alpha) by Waldo Bastian Your message with subj: (forw) Fwd: [Patch] kreversi aborts with out of memory on Alpha] Done, thanks for your patch. Cheers, Waldo On Saturday 29 September 2001 03:41 am, Dr. David Alan Gilbert wrote: > Hi, > Mario Weilguni asked me to forward my patch to kde-devel@kde.org since > he no longer has time to maintain his packages; can someone check this and > apply it please. > > It is filed as kde bug #33083 -- bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 28 Sep 2001 20:39:11 +0000 Received: (qmail 8071 invoked from network); 28 Sep 2001 20:39:11 -0000 Received: from mta02-svc.ntlworld.com (62.253.162.42) by max.tat.physik.uni-tuebingen.de with SMTP; 28 Sep 2001 20:39:11 -0000 Received: from tardis.home.treblig.org ([213.106.184.109]) by mta02-svc.ntlworld.com (InterMail vM.4.01.03.00 201-229-121) with ESMTP id <20010928203859.IFXP29790.mta02-svc.ntlworld.com@tardis.home.treblig.org>; Fri, 28 Sep 2001 21:38:59 +0100 Received: from gilbertd by tardis.home.treblig.org with local (Exim 3.32 #1 (Debian)) id 15n4PS-0003mm-00; Fri, 28 Sep 2001 21:38:58 +0100 Date: Fri, 28 Sep 2001 21:38:58 +0100 From: "Dr. David Alan Gilbert" To: mweilguni@kde.org Cc: submit@bugs.kde.org Subject: [Patch] kreversi aborts with out of memory on Alpha Message-ID: <20010928213858.B365@tardis> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.22i X-Chocolate: 70 percent or better cocoa solids preferably X-Operating-System: Linux/2.4.9-ac10 (alpha) X-Uptime: 21:30:34 up 43 min, 6 users, load average: 1.11, 1.36, 0.95 X-Spam-Rating: max.tat.physik.uni-tuebingen.de 300/1000/N Package: kreversi Version: 2.2.0-final Hi, On Alpha kreversi has for a few weeks aborted with out of memory on Alpha (Linux/Debian). I beleive the problem is cured by the following patch; it is caused by loadChips using _size and _zoom in one of the functions it calls but they are not initialised until just after. Dave --- board.cpp.predag Fri Sep 28 21:34:33 2001 +++ board.cpp Fri Sep 28 21:34:47 2001 @@ -76,12 +76,13 @@ for(int i = 0; i < CHIP_MAX; i++) chip[i] = 0; + _size = 32; + _zoom = 100; + loadChips("chips.xpm"); nopaint = FALSE; human = Score::BLACK; - _size = 32; - _zoom = 100; setStrength(4); connect(this, SIGNAL(signalFieldClicked(int, int)), -- ---------------- Have a happy GNU millennium! ---------------------- / Dr. David Alan Gilbert | Running GNU/Linux on Alpha,68K| Happy \ \ gro.gilbert @ treblig.org | MIPS,x86,ARM, SPARC and HP-PA | In Hex / \ _________________________|_____ http://www.treblig.org |_______/ --__--__-- Message: 3 Subject: Bug#33114: kswarm bad memory leak Reply-To: 33114@bugs.kde.org Date: 29 Sep 2001 22:40:11 -0000 To: submit@bugs.kde.org From: richied@look.ca Package: kdesktop Version: KDE 2.2.1 Severity: normal Installed from: Mandrake RPMs Compiler: 2.4.8-19mdk OS: Linux OS/Compiler notes: Not Specified The PC sits idle except for kswarm screensaver for first 2 hours then heavy swap file activity begins. Log show the system doesn't crash but attempts to recorver but the desktop is unusable due to the lack of memory and hdd activity. Even after waiting 20-30 minutes the situation does not improve. Turning off and turning on the PC is the only way to resume using the desktop. (Submitted via bugs.kde.org) --__--__-- Message: 4 Date: 29 Sep 2001 23:03:02 -0000 From: owner@bugs.kde.org (Stephan Kulow) To: Carsten Pfeiffer Cc: KOffice List Subject: Bug#33104: marked as done (No Scan Service available) by Carsten Pfeiffer Your message with subj: Bug#33104: No Scan Service available On Samstag, 29. September 2001 23:52 Eli Wapniarski wrote: > No... I do not have $KDEDIR/share/services/scanservice.desktop. That's the problem then. Where did you get your packages? Can you inform the packager about the missing file? It resides in kdegraphics/libkscan. Cheers Carsten Pfeiffer has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 29 Sep 2001 15:17:24 +0000 Received: (qmail 28526 invoked by uid 33); 29 Sep 2001 15:17:24 -0000 Date: 29 Sep 2001 15:17:24 -0000 Message-ID: <20010929151724.28525.qmail@master.kde.org> To: submit@bugs.kde.org Subject: No Scan Service available From: eliwap@newmail.net Package: koffice Version: 1.1 (using KDE 2.2.1 ) Severity: normal Installed from: RedHat RPMs Compiler: Not Specified OS: Linux OS/Compiler notes: Not Specified I installed both kdegraphics RPMs from both the official and unofficial Redhat RPMs. I have installed Koffice from RPMs and also successfully compiled and tarred sources. Kooka sees my scanner just fine. However, when I try to scan an image using any Koffice application, I get a dialogue box with the info "No Scan-Service available" (Submitted via bugs.kde.org) --__--__-- Message: 5 Date: 29 Sep 2001 23:18:02 -0000 From: owner@bugs.kde.org (Stephan Kulow) To: Waldo Bastian Subject: Bug#33105: marked as done (kded crashes when mplayer.sourceforge.net is viewed in konqueror) by Waldo Bastian Your message with subj: Bug#33105: kded crashes when mplayer.sourceforge.net is viewed in konqueror Fixed. As a work around you may want to go to .kde/share/icons/favicons and copy a .png from any of the sites there to mplayer.sourceforge.net.png Thanks for your feedback. Cheers, Waldo On Saturday 29 September 2001 09:07 am, rhonhart@home.com wrote: > Package: kded > Version: KDE 2.2.1 > Severity: normal > Installed from: Mandrake RPMs > Compiler: Not Specified > OS: Linux > OS/Compiler notes: Not Specified > > When I load mplayer.sourceforge.net in konqueror, kded crashes with the > message: > > QBuffer::at: Index 1094795585 out of range > In file tools/qgarray.cpp, line 125: Out of memory > KCrash: crashing.... crashRecursionCounter = 2 > KCrash: Application Name = kded path = pid = 7544 > > This is similar, I suspect, to a bug that's already been reported about > loading apps.kde.com, however I am able to load that site without any > trouble. > > (Submitted via bugs.kde.org) -- bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 29 Sep 2001 16:07:35 +0000 Received: (qmail 3746 invoked by uid 33); 29 Sep 2001 16:07:35 -0000 Date: 29 Sep 2001 16:07:35 -0000 Message-ID: <20010929160735.3745.qmail@master.kde.org> To: submit@bugs.kde.org Subject: kded crashes when mplayer.sourceforge.net is viewed in konqueror From: rhonhart@home.com Package: kded Version: KDE 2.2.1 Severity: normal Installed from: Mandrake RPMs Compiler: Not Specified OS: Linux OS/Compiler notes: Not Specified When I load mplayer.sourceforge.net in konqueror, kded crashes with the message: QBuffer::at: Index 1094795585 out of range In file tools/qgarray.cpp, line 125: Out of memory KCrash: crashing.... crashRecursionCounter = 2 KCrash: Application Name = kded path = pid = 7544 This is similar, I suspect, to a bug that's already been reported about loading apps.kde.com, however I am able to load that site without any trouble. (Submitted via bugs.kde.org) --__--__-- Message: 6 Date: 29 Sep 2001 23:33:03 -0000 From: owner@bugs.kde.org (Stephan Kulow) To: Waldo Bastian Subject: Bug#33092: marked as done (generic kded crash event) by Waldo Bastian Your message with subj: Bug#33092: generic kded crash event Believed to be fixed. (See also BR33105) Cheers, Waldo -- bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 29 Sep 2001 07:22:14 +0000 Received: (qmail 25471 invoked by uid 33); 29 Sep 2001 07:22:14 -0000 Date: 29 Sep 2001 07:22:14 -0000 Message-ID: <20010929072214.25470.qmail@master.kde.org> To: submit@bugs.kde.org Subject: generic kded crash event From: Hristo.Grigorov@Kolumbus.FI Package: kded Version: KDE 2.2.1 Severity: normal Installed from: RedHat RPMs Compiler: gcc 3.0.1 OS: Linux OS/Compiler notes: These are stock RPMs provided by RedHat and not compiled on my system (no debugging symbols found)...(no debugging symbols found)... 0x40e1a999 in __wait4 () from /lib/libc.so.6 #0 0x40e1a999 in __wait4 () from /lib/libc.so.6 #1 0x40e96c90 in __DTOR_END__ () from /lib/libc.so.6 #2 0x405f7838 in KCrash::defaultCrashHandler () at eval.c:41 #3 #4 0x40d95811 in __kill () from /lib/libc.so.6 #5 0x40d9558d in raise (sig=6) at ../sysdeps/posix/raise.c:27 #6 0x40d96bf8 in abort () at ../sysdeps/generic/abort.c:88 #7 0x407d6299 in qFatal () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #8 0x407d634f in qt_check_pointer () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #9 0x407cf80c in QGArray::QGArray () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #10 0x410a0f3e in kimgio_ico_read () from /usr/lib/kde2/kimg_ico.so #11 0x401ad51d in KImageIOFormat::callLibFunc () at eval.c:41 #12 0x401af29f in KImageIOFactory::readImage () at eval.c:41 #13 0x408650e9 in QImageIO::read () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #14 0x41098ab4 in FaviconsModule::slotResult () from /usr/lib/kde2/libkded_favicons.so #15 0x402388d2 in KIO::Job::result () at eval.c:41 #16 0x4021dcd9 in KIO::SimpleJob::slotFinished () at eval.c:41 #17 0x4021fb09 in KIO::TransferJob::slotFinished () at eval.c:41 #18 0x4088ea7b in QObject::activate_signal () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #19 0x4027ec82 in KIO::SlaveInterface::finished () at eval.c:41 #20 0x4020a3ac in KIO::SlaveInterface::dispatch () at eval.c:41 #21 0x4027eb01 in KIO::SlaveInterface::dispatch () at eval.c:41 #22 0x40208f34 in KIO::Slave::gotInput () at eval.c:41 #23 0x4088ec81 in QObject::activate_signal () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #24 0x408e3a76 in QSocketNotifier::activated () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #25 0x408c1f67 in QSocketNotifier::event () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #26 0x4083e891 in QApplication::notify () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #27 0x4055ec89 in KApplication::notify () at eval.c:41 #28 0x4080912b in sn_activate () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #29 0x40809999 in QApplication::processNextEvent () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #30 0x4084074c in QApplication::enter_loop () #31 0x40809197 in QApplication::exec () from /usr/lib/qt-2.3.1/lib/libqt.so.2 #32 0x4100aacb in main () from /usr/lib/kded.so #33 0x0804d0c4 in strcpy () at ../sysdeps/generic/strcpy.c:31 #34 0x0804f401 in strcpy () at ../sysdeps/generic/strcpy.c:31 #35 0x40d831f6 in __libc_start_main (main=0x804ef70 , argc=3, ubp_av=0xbffffd14, init=0x804a4d0 <_init>, fini=0x804fc60 <_fini>, rtld_fini=0x4000cfe8 <_dl_fini>, stack_end=0xbffffd0c) at ../sysdeps/generic/libc-start.c:129 (Submitted via bugs.kde.org) --__--__-- Message: 7 Subject: Bug#33067: https works for root but not for normal user Reply-To: 33067@bugs.kde.org From: "Neil Smith" To: 33067@bugs.kde.org Date: Sat, 29 Sep 2001 23:48:00 >From: George Staikos >Reply-To: 33067@bugs.kde.org >To: 33067@bugs.kde.org >Subject: Bug#33067: https works for root but not for normal user >Date: Fri, 28 Sep 2001 12:48:42 -0400 > >On Friday 28 September 2001 11:48, Neil Smith wrote: > > > > > When accessing https:// sites as root it all works fine. When > > > > accessing the same sites as a normal user, a small window pops up > > > > saying that the site cannot be located. > > > > > > > > All the SSL settings are the same for root and the normal users. > > > > > > > > I have tried from a newly defined userid, so there is nothing >hanging > > > > > >over > > > > > > > from previous versions of kde. > > > > > > Do you mean that the DNS lookup is failing, or that it can't >connect? > > >Also, do the "Test" button work on the OpenSSL configuration panel in > > >KControl/Personalization/Crypto? > > > > No, DNS is fine. From the same machine as root I can connect to lots of > > different https sites, but can't connect to any of them as a normal >user. > > I'm guessing it's a permissions problem, but I've no idea what. > > The test button works. It gives a message along the lines of OpenSSL > > library loaded. > > check the permissions of /usr/share/apps/kssl/caroot/ca-bundle.crt. Hm >I >don't know what else could cause this. However if the error message is >that >it can't find the site, well, that sounds like a DNS failure to me. > >-- > >George Staikos > Permissions on ca-bundle.crt are 644. The actual message text in the error window that pops up when connecting to the https site is "Could not connect to host www.sitename.com" (sitename is whatever site I'm connecting to). I know what you mean about it sounding like a DNS problem, but I use a separate PC as a DNS server, so there's no reason why it would be able to do a lookup for root but not for a normal user. I've also tried connecting to the https site using the actual IP address, which again works fine for root (and from windows), but not for a normal user. I'm guessing it must be something to do with SSL trying to write to a file. Is there any way I can trace what's going on? Thanks for your help Neil _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp --__--__-- Message: 8 Subject: Bug#33111: konsole should show input requests in session tabs Reply-To: 33111@bugs.kde.org From: Torsten Knodt To: 33111@bugs.kde.org Date: Sun, 30 Sep 2001 02:20:07 +0200 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, > And how shall Konsole recognize "when programs are waiting for input"? either you check if they are waiting for the pty (don't know if this is possible), or you wait until all processes of this session are in blocking state for some seconds. WKR Torsten Knodt -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE7tmU3vxZktkzSmiwRAv79AJ0d/KSnF0+IzmFiOjwfG7KJwpDOwgCgjDPm JZ2fRyJdlf1WEq+e4kiqkFo= =qyoR -----END PGP SIGNATURE----- --__--__-- Message: 9 Subject: Bug#32971: sending through SMTP server fails Reply-To: 32971@bugs.kde.org Date: Sat, 29 Sep 2001 21:08:51 -0400 From: Jay DeKing To: 32971@bugs.kde.org I am experiencing the same SMTP failure problem. This message is being sent using Netscape mail, which sends just fine; Kmail receives without a hitch, but sending via SMTP fails, saying that the SMTP server cannot be found. It worked fine before I upgraded to KM 1.3.1. It is obviously not the firewall's fault, since Netscape gets through, though I checked that anyway; I've double, triple, and quadruple-checked the SMTP server name, retyping it and the port ("25") in the Kmail configuration dialog several times. I'm running Mandrake 8.1 with version 2.2.1-8mdk of all the kdebase RPM's, but this has been happening since at least 2.2.1-5. I'd rather not move to a different email client, but I may have to soon; I have 3 email accounts to manage so Netscape won't do, but if I can't send mail then Kmail won't do either. Once or twice a week a message will go out. That is just not good enough. Thanks Jay DeKing --__--__-- Message: 10 Date: 30 Sep 2001 04:03:01 -0000 From: owner@bugs.kde.org (Stephan Kulow) To: Waldo Bastian Subject: Bug#32974: marked as done (couldn't login error and binary garbage loading website) by Waldo Bastian Your message with subj: KDE bug report logs - #32974 couldn't login error and binary garbage loading website By the time I looked at this the tickets where already sold out :-] I tried other bands and did not manage to get any of the symptoms that you described. Closing this bugreport. Cheers, Waldo -- bastian@kde.org | SuSE Labs KDE Developer | bastian@suse.com has caused the attached bug report to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I'm talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Stephan Kulow (administrator, KDE bugs database) Received: (at submit) by bugs.kde.org; 26 Sep 2001 13:24:58 +0000 Received: (qmail 20291 invoked by uid 33); 26 Sep 2001 13:24:58 -0000 Date: 26 Sep 2001 13:24:58 -0000 Message-ID: <20010926132458.20290.qmail@master.kde.org> To: submit@bugs.kde.org Subject: couldn't login error and binary garbage loading website From: chris@atomice.net Package: kio-http Version: KDE 2.2.1 Severity: normal Installed from: Mandrake RPMs Compiler: Not Specified OS: Linux OS/Compiler notes: Not Specified If I got to this site in Konqueror and click Order: http://www.wayahead.com/sjmmaj/event.asp?showcode=42753&resultsperpage=20&filler1=gigsandtours at first I got binary garbage - seemingly not sent by the website since at the end it had the filename of a unix socket used by konqeuror - I am assuming this was random memory used by konqueror/khttp that was displayed. Later I tried the site again and got an "internal error - couldn't login" dialogue box. (Submitted via bugs.kde.org) --__--__-- Message: 11 Subject: Bug#33115: mails are deleted when the download is terminatred for timeout. Reply-To: 33115@bugs.kde.org Date: 30 Sep 2001 04:23:58 -0000 To: submit@bugs.kde.org From: rana@noor-a-kadir.com Package: Version: KDE 2.2.1 Severity: normal Installed from: RedHat RPMs Compiler: OS: OS/Compiler notes: Due to very slow network speed, when the timeout happens, it still thinks that download was successful and deletes the mails from the server. Some times it only retreives mail body with no information at all (0 bytes downlaod). (Submitted via bugs.kde.org) (Called from KBugReport dialog. Fields KDE Version manually changed) --__--__-- _______________________________________________ Kde-bugs-dist mailing list Kde-bugs-dist@mail.kde.org http://mail.kde.org/mailman/listinfo/kde-bugs-dist End of Kde-bugs-dist Digest