| Summary: | Find-Select-Replace crash when clicked on Replace | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Premysl Paska <premek.paska> | 
| Component: | general | Assignee: | kdevelop-bugs-null | 
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | 3.5.0 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | a bzipped project on which it crashes | ||
| 
 
        
          Description
        
        
          Premysl Paska
        
        
        
        
          2008-03-03 19:13:30 UTC
        
       
    I've tested the circumstances a little more. As said in https://bugs.kde.org/show_bug.cgi?id=123267#c3 it helps when some tabs are closed (not necessarily all of them), but when you open them again it keeps going. I have observed the following condition required for the crash: There must be at least two open tabs and no tabs are closed since the project was opened (with restoration of the open tabs). And the open tabs must include at least one of the files affected by the replacement. On the other hand, you can open a new tab after opening the project and it still crashes. Quite strange circumstances... :) As far as I can see it is a duplicate. If it still happens for you you should file a bugreport for kate, as this is not a kdevelop problem but a kate bug. *** This bug has been marked as a duplicate of 123267 *** Yes, it still happens and I've spent about two hours testing its circumstances. If it is a bug in Kate, can you please report it? It's KDevelop which crashes not Kate and I don't know what libraries does KDevelop use... Sorry, but as I can't reproduce it, I can't report any bug. And its also not kdevelop that crashes, but the embedded katepart editor. It just happens to take kdevelop with it when it crashes. You can clearly see that from the backtrace. So please report this with proper version info against the katepart component. *** This bug has been marked as a duplicate of 123267 *** Created attachment 23775 [details]
a bzipped project on which it crashes
This should help with reproducing the bug.
(You did not say that you couldn't reproduce it, you said that it is a
duplicate.)
I've got KDE 3.5.8. How can I get a "proper version info against the katepart"
?
    Start kate on a console. Then goto the menu and select "Help -> about". That will give you the katepart version number. It says Kate 2.5.8 (Using KDE 3.5.8). (I thought that it is fully determined by the KDE version, but I understand that it is possible to use a different version.) Can't reproduce any crash with that sample project either. Now I've found out that you must have the option "Remove trailing spaces" enabled to reproduce it Please try it again with it enabled, the option is accessible from Settings -> Configure Editor..., in the dialog it is the section Editing, almost at the bottom. (It was suspicious to me, why a function named removeTrailingSpace segfaults...) I also tried that as its also mentioned in the original report. However it still works fine over here. I even opened up all of the files in the project and added some whitespace to some of them.  |