Summary: | dolphin crash after trying to add /*.* to the path | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jérôme <jerome.multrier> |
Component: | general | Assignee: | Peter Penz <peter.penz19> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
dolphin kcrash
python script that make dolphin crash |
Description
Jérôme
2009-08-06 10:29:36 UTC
You need to install the "kdelibs5-dbg" package in order to get a better backtrace. As you can reproduce this at will, can you give us some hints about how to do it? - You were adding "/*.*" to the folder path at the top ? What does the background script does? only writing over an unique file in that folder or creating any other file ? What kind of file is this one? Do you have any other file type over there ? Is the Preview mode enabled ? BTW, this is related/the same to bug 200125. Thanks! Created attachment 35935 [details]
dolphin kcrash
dolphin crash backtrace with debug
Created attachment 35936 [details]
python script that make dolphin crash
script that make dolphin crash when adding /*.* to the url
please find in comment #2 a more verbose backtrace, and in comment #3 a script that make dolphin crash. It writes some random data in a file in the currenty directory (1kb each second) When opening dophin in that directory and adding /*.* to the url, dolphin seems to crash when the file grows. Tell me if you can reproduce, otherwise what I can do help correct it. Regards I could reproduce with all the data you provided; thanks!! I'm going to write a detailed testcase to try to fix the issue. Regards Merging with bug 200125. Thanks *** This bug has been marked as a duplicate of bug 200125 *** |