[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-30 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #24 from Kevin Kofler  ---
Using this to debug further:
strace -f kioclient5 ls krarc:/path/to/archive.7z/ 2>&1 | less
I get the same hanging behavior as in Krusader, and indeed, as I suspected, the
kioslave5 child process is segfaulting:
[pid 45454] --- SIGSEGV {si_signo=SIGSEGV, si_code=SEGV_MAPERR, si_addr=0x8}
---

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-30 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #23 from Kevin Kofler  ---
As far as I can tell, the kioslave5 process crashes on startup when using
kio_krarc, which is why it looks unresponsive to Krusader.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-30 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #22 from Kevin Kofler  ---
According to strace, it runs /usr/libexec/kf5/kioslave5 correctly, with
/usr/lib64/qt5/plugins/kio_krarc.so, so the paths seem all right. I guess I
need to strace the kioslave5 process next.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-30 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #21 from Kevin Kofler  ---
> FROM:
> cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC" 
> -DCMAKE_CXX_FLAGS="-O2 -fPIC"
> TO:
> cmake ../krusader -DCMAKE_INSTALL_PREFIX=/opt/krusader -DCMAKE_C_FLAGS="-O2 
> -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC"

That is not an acceptable fix or even workaround. I cannot ship that in
distribution packages, those MUST be installed to /usr.

I suspect that something is invoking a wrong executable, from kdelibs 4 or even
3, see, e.g., bug #386859 for a similar issue.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-30 Thread Kevin Kofler
https://bugs.kde.org/show_bug.cgi?id=456348

Kevin Kofler  changed:

   What|Removed |Added

 CC||kevin.kof...@chello.at

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-19 Thread Lubos Dolezel
https://bugs.kde.org/show_bug.cgi?id=456348

Lubos Dolezel  changed:

   What|Removed |Added

 CC||lu...@dolezel.info

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-02 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456348

neo2...@posteo.net changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|NOT A BUG   |---

--- Comment #20 from neo2...@posteo.net ---
(In reply to Andrej M. from comment #19)

> IMHO this is a wrong resolution of this bug and unacceptable from a point of
> normal Krusader user. You can't expect from users without knowledge of
> compiling programs to build their own Krusader version and you also can't
> expect them to use the broken version for years before 2.8.0 finally
> releases. I think this bug should stay open until 2.8.0 is released or fix
> is backported into stable.

I agree!

Is there any information about *why* this happens? Unfortunately there wasn't
any error or log message (I know of). Shouldn't there be some kind of info,
warning or error messages when a function like this is called (and) fails?

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-09-02 Thread Andrej M.
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #19 from Andrej M.  ---
(In reply to Toni Asensi Esteve from comment #11)
> Thanks, Dániel for changing the status of this bug report (and, before that,
> writing some important information).
> 
> As it seems that it's not a bug of Krusader (because the problem doesn't
> happen using the latest code of Krusader), I'm going to mark this bug as
> "RESOLVED - NOT A BUG". Anyway, please feel free to write in this bug report
> if you think it's necessary.

Hi,

IMHO this is a wrong resolution of this bug and unacceptable from a point of
normal Krusader user. You can't expect from users without knowledge of
compiling programs to build their own Krusader version and you also can't
expect them to use the broken version for years before 2.8.0 finally releases.
I think this bug should stay open until 2.8.0 is released or fix is backported
into stable.

Best regards,
Andrej

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-27 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #18 from Jan  ---
When opening a file which is inside ZIP in krusader, e.g. because of editing,
then it is not possible to save modifications because of "Writing to zip is not
supported". This does not happen in Dolphin (which uses Ark to display files
inside ZIP), or any other file manager like Double Commander, etc.

Enable write support (krarc ioslave) is enabled in krusader, latest version
installed 2.8.0-dev

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-26 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #17 from Jan  ---
(In reply to Jan from comment #16)
> (In reply to Jan from comment #14)
> > (In reply to Toni Asensi Esteve from comment #8)
> > > I tried it (using the git version of Krusader, under Kubuntu 22.04) and no
> > > problem was seen. If you can follow the steps of
> > > https://commits.kde.org/krusader?path=INSTALL
> > > then you can build the git version of Krusader, use its latest features,
> > > etc. 
> > > If you have been able to do it, is your problem solved?
> > 
> > Hi, I have compiled 2.8.0 dev (kubuntu 22.04, kde 5.25.4, qt 5.15.3) and the
> > problem is still there. :-(
> 
> The problem is there when installing into usr folder, when installing to
> another folder like opt/krusader, all is OK with 2.8.0-dev
> 
> FROM:
> cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC"
> -DCMAKE_CXX_FLAGS="-O2 -fPIC"
> TO:
> cmake ../krusader -DCMAKE_INSTALL_PREFIX=/opt/krusader -DCMAKE_C_FLAGS="-O2
> -fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC"
> 
> So, it is OK with version 2.8.0-dev

But when testing I encounter other problems, such as not being able to write to
the existing zip, etc.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-26 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #16 from Jan  ---
(In reply to Jan from comment #14)
> (In reply to Toni Asensi Esteve from comment #8)
> > I tried it (using the git version of Krusader, under Kubuntu 22.04) and no
> > problem was seen. If you can follow the steps of
> > https://commits.kde.org/krusader?path=INSTALL
> > then you can build the git version of Krusader, use its latest features,
> > etc. 
> > If you have been able to do it, is your problem solved?
> 
> Hi, I have compiled 2.8.0 dev (kubuntu 22.04, kde 5.25.4, qt 5.15.3) and the
> problem is still there. :-(

The problem is there when installing into usr folder, when installing to
another folder like opt/krusader, all is OK with 2.8.0-dev

FROM:
cmake ../krusader -DCMAKE_INSTALL_PREFIX=/usr/ -DCMAKE_C_FLAGS="-O2 -fPIC"
-DCMAKE_CXX_FLAGS="-O2 -fPIC"
TO:
cmake ../krusader -DCMAKE_INSTALL_PREFIX=/opt/krusader -DCMAKE_C_FLAGS="-O2
-fPIC" -DCMAKE_CXX_FLAGS="-O2 -fPIC"

So, it is OK with version 2.8.0-dev

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-26 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=456348

Jan  changed:

   What|Removed |Added

 Ever confirmed|0   |1

--- Comment #15 from Jan  ---
*** This bug has been confirmed by popular vote. ***

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-26 Thread Jan
https://bugs.kde.org/show_bug.cgi?id=456348

Jan  changed:

   What|Removed |Added

 CC||i...@phoca.cz

--- Comment #14 from Jan  ---
(In reply to Toni Asensi Esteve from comment #8)
> I tried it (using the git version of Krusader, under Kubuntu 22.04) and no
> problem was seen. If you can follow the steps of
> https://commits.kde.org/krusader?path=INSTALL
> then you can build the git version of Krusader, use its latest features,
> etc. 
> If you have been able to do it, is your problem solved?

Hi, I have compiled 2.8.0 dev (kubuntu 22.04, kde 5.25.4, qt 5.15.3) and the
problem is still there. :-(

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #13 from neo2...@posteo.net ---
I too have switched to the developer version (using the krusader-git package
from the Arch AUR) and can confirm, that opening ZIP archives works in that
version just fine.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-15 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #12 from Grósz Dániel  ---
If you have time, it would be a good idea to release a new version of Krusader
soon, or figure out the cause of the problem and backport the fix, or perhaps
backport the current krarc implementation to the stable Krusader, or instruct
packagers about what library version to require.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-15 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=456348

Toni Asensi Esteve  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |NOT A BUG

--- Comment #11 from Toni Asensi Esteve  ---
Thanks, Dániel for changing the status of this bug report (and, before that,
writing some important information).

As it seems that it's not a bug of Krusader (because the problem doesn't happen
using the latest code of Krusader), I'm going to mark this bug as "RESOLVED -
NOT A BUG". Anyway, please feel free to write in this bug report if you think
it's necessary.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-14 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=456348

Grósz Dániel  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-08-13 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #10 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-30 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=456348

--- Comment #9 from Grósz Dániel  ---
Indeed, if I compile the latest master (fc69c9fa), it works. If I compile 2.7.2
(released in 2019) from source, it freezes. However, it only broke a few weeks
ago in several distributions. So I guess some library has changed in an
incompatible way.

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-30 Thread Toni Asensi Esteve
https://bugs.kde.org/show_bug.cgi?id=456348

Toni Asensi Esteve  changed:

   What|Removed |Added

 CC||toni.ase...@kdemail.net
 Status|CONFIRMED   |NEEDSINFO
 Resolution|--- |WAITINGFORINFO

--- Comment #8 from Toni Asensi Esteve  ---
I tried it (using the git version of Krusader, under Kubuntu 22.04) and no
problem was seen. If you can follow the steps of
https://commits.kde.org/krusader?path=INSTALL
then you can build the git version of Krusader, use its latest features, etc. 
If you have been able to do it, is your problem solved?

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-25 Thread Adam
https://bugs.kde.org/show_bug.cgi?id=456348

Adam  changed:

   What|Removed |Added

 CC||adam.neum...@pm.me

--- Comment #7 from Adam  ---
I have same issue in Krusader, only ZIP archives are affected.

Krusader: 2.7.2
Operating System: Arch Linux
KDE Plasma Version: 5.25.3
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.18.14-arch1-1
Graphics Platform: X11

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-25 Thread Adam
https://bugs.kde.org/show_bug.cgi?id=456348

Adam  changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

--- Comment #6 from Adam  ---
*** This bug has been confirmed by popular vote. ***

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-22 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456348

neo2...@posteo.net changed:

   What|Removed |Added

 CC||neo2...@posteo.net

--- Comment #5 from neo2...@posteo.net ---
Same issue here.

Krusader: 2.7.2
Operating System: Manjaro Linux
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.18.12-3-MANJARO (64-bit)
Graphics Platform: X11

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-21 Thread Bradley Willcott
https://bugs.kde.org/show_bug.cgi?id=456348

Bradley Willcott  changed:

   What|Removed |Added

 CC||optusprepa...@gmail.com

--- Comment #4 from Bradley Willcott  ---
I have the same problem trying to open/view zip archives.

Operating System: Fedora Linux 36
KDE Plasma Version: 5.25.3
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.3
Kernel Version: 5.18.11-200.fc36.x86_64 (64-bit)

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456348

noram...@gmail.com changed:

   What|Removed |Added

   Platform|Manjaro |Kubuntu Packages

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-14 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=456348

noram...@gmail.com changed:

   What|Removed |Added

   Platform|Kubuntu Packages|Manjaro
 CC||noram...@gmail.com

--- Comment #3 from noram...@gmail.com ---
Same problem here!

Krusader: 2.7.2
Operating System: Manjaro
KDE Plasma Version: 5.24.6
KDE Frameworks Version: 5.96.0
Qt Version: 5.15.5
Kernel Version: 5.10.129-1-MANJARO (64-bit)
Graphics Platform: X11

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-13 Thread Grósz Dániel
https://bugs.kde.org/show_bug.cgi?id=456348

Grósz Dániel  changed:

   What|Removed |Added

 CC||groszdaniel...@gmail.com

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-08 Thread Ivan
https://bugs.kde.org/show_bug.cgi?id=456348

Ivan  changed:

   What|Removed |Added

 CC||idem...@protonmail.com

--- Comment #2 from Ivan  ---
Same problem. Krusader don't browse archives after last update. Only infinity
rotating circle.

Operating System: KDE neon 5.25
KDE Plasma Version: 5.25.2
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.13.0-51-generic (64-bit)
Graphics Platform: X11

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

[krusader] [Bug 456348] KrArc freezes, both in Krusader and Dolphin

2022-07-07 Thread Andrej M.
https://bugs.kde.org/show_bug.cgi?id=456348

Andrej M.  changed:

   What|Removed |Added

 CC||andrej.mer...@gmail.com

--- Comment #1 from Andrej M.  ---
Hi,

I'm also encountering the same bug on:

Krusader: 2.7.2
Operating System: Manjaro
KDE Plasma Version: 5.24.5
KDE Frameworks Version: 5.95.0
Qt Version: 5.15.5
Kernel Version: 5.18.6-1-MANJARO (64-bit)
Graphics Platform: X11

Best regards,
Andrej

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