[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=474451

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.111
 CC||n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=474451

Kevin Ottens  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/fram |https://invent.kde.org/fram
   |eworks/kio/-/commit/a6f7d31 |eworks/kio/-/commit/48322f4
   |17f159f3e0a88ff08b5f69b9bc8 |4323a1fc09305d66d9093fe6c37
   |612cf7  |80709e

--- Comment #17 from Kevin Ottens  ---
Git commit 48322f44323a1fc09305d66d9093fe6c3780709e by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 15/09/2023 at 19:00.
Pushed by ngraham into branch 'kf5'.

Don't crash if KMountPoint gives nothing back while checking for CIFS

M  +3-0src/ioslaves/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/-/commit/48322f44323a1fc09305d66d9093fe6c3780709e

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

--- Comment #16 from fanzhuyi...@gmail.com ---
Created attachment 161648
  --> https://bugs.kde.org/attachment.cgi?id=161648=edit
New crash information added by DrKonqi

okular (23.08.1) using Qt 5.15.10

crash on save, on save-as to existing file (overwrite). Does not crash on
save-as to new file.

-- Backtrace (Reduced):
#6  QString::QString(QString const&) (other=, this=0x7f8197f7e980, this=,
other=) at /usr/include/qt/QtCore/qstring.h:1093
#7  KMountPoint::mountType() const (this=0x0) at
/usr/src/debug/kio/kio-5.110.0/src/core/kmountpoint.cpp:411
#8  0x7f81c821387d in isOnCifsMount (filePath=...) at
/usr/include/qt/QtCore/qshareddata.h:161
#9  FileProtocol::copy(QUrl const&, QUrl const&, int, QFlags)
(this=0x7f8140317b20, srcUrl=..., destUrl=, _mode=-1,
_flags=...) at
/usr/src/debug/kio/kio-5.110.0/src/ioslaves/file/file_unix.cpp:743
#10 0x7f81eab2b8db in KIO::SlaveBase::dispatch(int, QByteArray const&)
(this=0x7f8140317b30, command=, data=...) at
/usr/src/debug/kio/kio-5.110.0/src/core/slavebase.cpp:1364

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

--- Comment #15 from fanzhuyi...@gmail.com ---
Created attachment 161647
  --> https://bugs.kde.org/attachment.cgi?id=161647=edit
New crash information added by DrKonqi

okular (23.08.0) using Qt 5.15.10

Crashes when saving editted file, or when using save as to overwrite existing
file. Does not crash when using save as to new file.

-- Backtrace (Reduced):
#6  QString::QString(QString const&) (other=, this=0x7f1627f7e980, this=,
other=) at /usr/include/qt/QtCore/qstring.h:1093
#7  KMountPoint::mountType() const (this=0x0) at
/usr/src/debug/kio/kio-5.110.0/src/core/kmountpoint.cpp:411
#8  0x7f16900a587d in isOnCifsMount (filePath=...) at
/usr/include/qt/QtCore/qshareddata.h:161
#9  FileProtocol::copy(QUrl const&, QUrl const&, int, QFlags)
(this=0x7f161c407f70, srcUrl=..., destUrl=, _mode=-1,
_flags=...) at
/usr/src/debug/kio/kio-5.110.0/src/ioslaves/file/file_unix.cpp:743
#10 0x7f16c09b48db in KIO::SlaveBase::dispatch(int, QByteArray const&)
(this=0x7f161c407f80, command=, data=...) at
/usr/src/debug/kio/kio-5.110.0/src/core/slavebase.cpp:1364

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

fanzhuyi...@gmail.com changed:

   What|Removed |Added

 CC||fanzhuyi...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||zorina...@protonmail.com

--- Comment #14 from Antonio Rojas  ---
*** Bug 474555 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Kevin Ottens
https://bugs.kde.org/show_bug.cgi?id=474451

Kevin Ottens  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/fram
   ||eworks/kio/-/commit/a6f7d31
   ||17f159f3e0a88ff08b5f69b9bc8
   ||612cf7
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #13 from Kevin Ottens  ---
Git commit a6f7d3117f159f3e0a88ff08b5f69b9bc8612cf7 by Kevin Ottens, on behalf
of Kevin Ottens.
Committed on 15/09/2023 at 13:34.
Pushed by ervin into branch 'master'.

Don't crash if KMountPoint gives nothing back while checking for CIFS

M  +3-0src/kioworkers/file/file_unix.cpp

https://invent.kde.org/frameworks/kio/-/commit/a6f7d3117f159f3e0a88ff08b5f69b9bc8612cf7

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

--- Comment #12 from m...@mwsys.mine.bz ---
(In reply to mike from comment #11)
> something that might help:
> 
> My system is on btrfs. The crash (not okular but kdevelop) crashes when
> copying a file to /tmp
> 
> if I do mount -t tmpfs none /tmp the crash does not happen
> (KMountPoint::List::findByPath works)
> 
> I have my system running off of a cryptsetup lvm. Running stat on / gives me
> 0:28 whereas mountinfo shows 0:26. guess that's the root cause of the issue..

actually btrfs over lvm over cryptsetup. Guess in that case st_dev in stat does
not match mountinfo, so the assumption that mountPtr->deviceId() == buff.st_dev
matches at least once is in practice wrong (don't know if this is how it should
work or a kernel bug, but the kernel used in my setup is currently 6.2)

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

--- Comment #11 from m...@mwsys.mine.bz ---
something that might help:

My system is on btrfs. The crash (not okular but kdevelop) crashes when copying
a file to /tmp

if I do mount -t tmpfs none /tmp the crash does not happen
(KMountPoint::List::findByPath works)

I have my system running off of a cryptsetup lvm. Running stat on / gives me
0:28 whereas mountinfo shows 0:26. guess that's the root cause of the issue..

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

--- Comment #10 from thibaud.laur...@elira.fr ---
Created attachment 161630
  --> https://bugs.kde.org/attachment.cgi?id=161630=edit
New crash information added by DrKonqi

dolphin (23.08.1) using Qt 5.15.10

KDE Dolphin seems to crash whenever I try to cut / paste and replace (or copy /
paste and replace) files across two different drives. This does not seem to
happen on the same drive.

-- Backtrace (Reduced):
#6  QString::QString(QString const&) (other=, this=0x7ff9fcad9980, this=,
other=) at /usr/include/qt/QtCore/qstring.h:1093
#7  KMountPoint::mountType() const (this=0x0) at
/usr/src/debug/kio/kio-5.110.0/src/core/kmountpoint.cpp:411
#8  0x7ffa1d5d587d in isOnCifsMount (filePath=...) at
/usr/include/qt/QtCore/qshareddata.h:161
#9  FileProtocol::copy(QUrl const&, QUrl const&, int, QFlags)
(this=0x7ff9d8000d70, srcUrl=..., destUrl=, _mode=420,
_flags=...) at
/usr/src/debug/kio/kio-5.110.0/src/ioslaves/file/file_unix.cpp:743
#10 0x7ffa3d67e8db in KIO::SlaveBase::dispatch(int, QByteArray const&)
(this=0x7ff9d8000d80, command=, data=...) at
/usr/src/debug/kio/kio-5.110.0/src/core/slavebase.cpp:1364

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

thibaud.laur...@elira.fr changed:

   What|Removed |Added

 CC||thibaud.laur...@elira.fr

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474451

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REPORTED|ASSIGNED
 Ever confirmed|0   |1

--- Comment #9 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/frameworks/kio/-/merge_requests/1411

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

zinc...@outlook.com changed:

   What|Removed |Added

 CC||zinc...@outlook.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

--- Comment #8 from zinc...@outlook.com ---
Created attachment 161627
  --> https://bugs.kde.org/attachment.cgi?id=161627=edit
New crash information added by DrKonqi

dolphin (23.08.1) using Qt 5.15.10

Dolphin crashes while trying to override any file.
for example:
create a file at ~/folder1/sth.txt;
create another at ~/folder2/sth.txt;
while I tries to copy the first file to overwrite the second file, while I
click the "overwrite" button, the dolphin would immediately crash.
this problem seems to be happend on many other arch linux users. I also tried
flatpak version of dolphin, and same bug happened.

-- Backtrace (Reduced):
#6  QString::QString(QString const&) (other=, this=0x7fc869f7a980, this=,
other=) at /usr/include/qt/QtCore/qstring.h:1093
#7  KMountPoint::mountType() const (this=0x0) at
/usr/src/debug/kio/kio-5.110.0/src/core/kmountpoint.cpp:411
#8  0x7fc87616987d in isOnCifsMount (filePath=...) at
/usr/include/qt/QtCore/qshareddata.h:161
#9  FileProtocol::copy(QUrl const&, QUrl const&, int, QFlags)
(this=0x7fc82c0012d0, srcUrl=..., destUrl=, _mode=420,
_flags=...) at
/usr/src/debug/kio/kio-5.110.0/src/ioslaves/file/file_unix.cpp:743
#10 0x7fc89c5998db in KIO::SlaveBase::dispatch(int, QByteArray const&)
(this=0x7fc82c0012e0, command=, data=...) at
/usr/src/debug/kio/kio-5.110.0/src/core/slavebase.cpp:1364

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||er...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-15 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||jay@tuckey.email

--- Comment #7 from Antonio Rojas  ---
*** Bug 474536 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-14 Thread Kotz
https://bugs.kde.org/show_bug.cgi?id=474451

Kotz  changed:

   What|Removed |Added

 CC||matheus...@hotmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-14 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=474451

Bug Janitor Service  changed:

   What|Removed |Added

   Priority|NOR |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||tuantran1632...@gmail.com

--- Comment #5 from Antonio Rojas  ---
*** Bug 474521 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-14 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||bluishhumil...@duck.com

--- Comment #4 from Antonio Rojas  ---
*** Bug 474512 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-13 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||m...@mwsys.mine.bz

--- Comment #3 from Antonio Rojas  ---
*** Bug 474491 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-13 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||max-hunterm...@web.de

--- Comment #2 from Antonio Rojas  ---
*** Bug 474466 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-12 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

 CC||q...@mailbox.org

--- Comment #1 from Antonio Rojas  ---
*** Bug 474429 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=474451

whyhow3@gmail.com changed:

   What|Removed |Added

 CC||whyhow3@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-kio] [Bug 474451] Okular cannot save

2023-09-12 Thread Antonio Rojas
https://bugs.kde.org/show_bug.cgi?id=474451

Antonio Rojas  changed:

   What|Removed |Added

Product|okular  |frameworks-kio
Version|23.08.0 |5.110.0
  Component|general |general
 CC||kdelibs-b...@kde.org
   Assignee|okular-de...@kde.org|kio-bugs-n...@kde.org

-- 
You are receiving this mail because:
You are watching all bug changes.