Bug 58160

Summary: can not select source , next crashes
Product: [Applications] kmail Reporter: Ferdinand Gassauer <gassauer>
Component: kmailcvtAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: crash    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: backtrace

Description Ferdinand Gassauer 2003-05-05 23:43:07 UTC
Version:           unknown (using KDE 3.1.9)
Compiler:          gcc version 3.3 20030226 (prerelease) (SuSE Linux)
OS:          Linux (i686) release 2.4.20-4GB

Hi!
can not select source format
clicking next crashes kmailcvt
- unfortunaltely I can not paste the bugtrace, this hangs konqueror and kmail :-((
cu
ferdinand
Comment 1 Ingo Klöcker 2003-05-06 00:22:28 UTC
Subject: Re:  New: can not select source , next crashes

Can't you save the backtrace?

Comment 2 Ferdinand Gassauer 2003-05-06 07:19:29 UTC
Created attachment 1487 [details]
backtrace
Comment 3 Stephan Kulow 2003-05-13 14:18:33 UTC
Subject: kdepim/kmailcvt

CVS commit by coolo: 

no idea how he managed to, but it shouldn't crash anymore
CCMAIL: 58160-close@bugs.kde.org


  M +3 -0      kmailcvt.cpp   1.29


--- kdepim/kmailcvt/kmailcvt.cpp  #1.28:1.29
@@ -44,4 +44,7 @@ void KMailCVT::next() {
                 // Save selected filter
                 Filter *selectedFilter = selfilterpage->getSelectedFilter();
+                // without filter don't go next
+                if (!selectedFilter)
+                        return;
                 // Goto next page
                 KWizard::next();