Bug 58160 - can not select source , next crashes
Summary: can not select source , next crashes
Status: RESOLVED FIXED
Alias: None
Product: kmail
Classification: Applications
Component: kmailcvt (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR crash
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-05 23:43 UTC by Ferdinand Gassauer
Modified: 2007-09-14 12:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
backtrace (2.66 KB, text/plain)
2003-05-06 07:19 UTC, Ferdinand Gassauer
Details

Note You need to log in before you can comment on or make changes to this bug.
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();