Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 32450 - KMail crashed if Mail-Subject has ISO-Charset
Summary: KMail crashed if Mail-Subject has ISO-Charset
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: PPC Linux
: High normal (vote)
Assignee: PPC Porters
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-01 02:27 UTC by Tobias Kräntzer
Modified: 2006-02-04 06:04 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Kräntzer 2003-11-01 02:27:15 UTC
When I recive mails with ISO encoding in the Subject and I will view the mail, 
KMail crashed. (Not if the mail is only listed.) 
Not all mails with ISO encoding crashed kmail, but with the example-mail, the 
problem can be reproduced.  
 
---example--- 
 
Return-path: <mailman-bounces@fs.medien.fh-duesseldorf.de> 
Envelope-to: tobias@tonblende.de 
Delivery-date: Sat, 01 Nov 2003 05:01:17 +0100 
Received: from [195.37.240.237] (helo=fs.medien.fh-duesseldorf.de) 
	by mxng13.kundenserver.de with smtp (Exim 3.35 #1) 
	id 1AFmwt-0007hm-00 
	for tobias@tonblende.de; Sat, 01 Nov 2003 05:01:15 +0100 
Received: (qmail 5193 invoked from network); 1 Nov 2003 04:01:15 -0000 
Received: from localhost (HELO fachschaft) (127.0.0.1) 
  by 0 with SMTP; 1 Nov 2003 04:01:15 -0000 
MIME-Version: 1.0 
Content-Type: text/plain; 
  charset="iso-8859-1" 
Content-Transfer-Encoding: quoted-printable 
Subject: =?iso-8859-1?q?fs=2Emedien=2Efh-duesseldorf=2Ede_Mitgliedschafts?= 
 =?iso-8859-1?q?-Erinnerung?= 
From: mailman-owner@fs.medien.fh-duesseldorf.de 
To: tobias@tonblende.de 
X-No-Archive: yes 
Message-ID: <mailman.90.1067659216.4921.mailman@fs.medien.fh-duesseldorf.de> 
Date: Sat, 01 Nov 2003 05:00:16 +0100 
Precedence: bulk 
X-BeenThere: mailman@fs.medien.fh-duesseldorf.de 
X-Mailman-Version: 2.1.2 
List-Id: Mailman site list  <mailman.fs.medien.fh-duesseldorf.de> 
X-List-Administrivia: yes 
Sender: mailman-bounces@fs.medien.fh-duesseldorf.de 
Errors-To: mailman-bounces@fs.medien.fh-duesseldorf.de 
Status: R 
X-Status: N 
X-KMail-EncryptionState: 
X-KMail-SignatureState: 
 
 
xxxxx 
 
---end-example--- 
 
 
---output-of-the-bugtracker--- 
 
(no debugging symbols found)...Using host libthread_db library 
"/lib/libthread_db.so.1". 
(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...(no debugging symbols found)... 
(no debugging symbols found)...[Thread debugging using libthread_db enabled] 
[New Thread 16384 (LWP 4561)] 
0x0e631d30 in waitpid () 
   from /lib/libpthread.so.0 
#0  0x0e631d30 in waitpid () from /lib/libpthread.so.0 
#1  0x0f17bf54 in KCrash::defaultCrashHandler(int) () 
   from /usr/kde/3.1/lib/libkdecore.so.4 
#2  0x0e630760 in __pthread_sighandler () from /lib/libpthread.so.0 
#3  <signal handler called> 
#4  0x0e2801a8 in kill () from /lib/libc.so.6 
#5  0x0e62d4f8 in pthread_kill () from /lib/libpthread.so.0 
#6  0x0e62d988 in raise () from /lib/libpthread.so.0 
#7  0x0e27ff8c in raise () from /lib/libc.so.6 
#8  0x0e281680 in abort () from /lib/libc.so.6 
#9  0x0f10d2d8 in kDebugBackend(unsigned short, unsigned, char const*) () 
   from /usr/kde/3.1/lib/libkdecore.so.4 
#10 0x0f10d978 in kdbgstream::flush() () from /usr/kde/3.1/lib/libkdecore.so.4 
#11 0x10044944 in endl(kdbgstream&) () 
#12 0x0f9a9144 in KMime::Codec::decode(QMemArray<char> const&, bool) const () 
   from /usr/kde/3.1/lib/libkdenetwork.so.2 
#13 0x10157264 in void qHeapSortPushDown<int>(int*, int, int) () 
#14 0x1003b490 in ?? () 
 
---end-output-of-the-bugtracker--- 
 
sorry for my bad english ;-) 

Reproducible: Always
Steps to Reproduce:
1. View mail with ISO encoding 
Actual Results:  
KMail crashs
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2003-11-01 19:44:46 UTC
http://bugs.kde.org/show_bug.cgi?id=65615

This has been fixed in the kde source and will be a part of the upcoming
3.2 final release.
Comment 2 Lars Weiler (RETIRED) gentoo-dev 2004-02-15 17:01:54 UTC
kde-3.2 is stable.  This should close this bug.
Comment 3 Lars Weiler (RETIRED) gentoo-dev 2004-02-15 17:02:22 UTC
Ehm, please test!
Comment 4 Lars Weiler (RETIRED) gentoo-dev 2004-04-02 21:52:25 UTC
Closing as no further information was given.