[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-02-19 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=479975

duha.b...@gmail.com changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #9 from duha.b...@gmail.com ---


*** This bug has been marked as a duplicate of bug 481488 ***

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=479975

--- Comment #8 from duha.b...@gmail.com ---
Tried It with both zip files a bunch of times. I seems to crash sometimes, but
not always.

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-02-12 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=479975

duha.b...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1
 CC||duha.b...@gmail.com

--- Comment #7 from duha.b...@gmail.com ---
Confirming, can reproduce with the steps provided in comment #6.
Arch stable + Git Master.

If I try with the zip I can reproduce the crash, If I try the krash-report I
cannot reproduce the crash.
The context menu differs.

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-02-11 Thread Justin Shepherd
https://bugs.kde.org/show_bug.cgi?id=479975

Justin Shepherd  changed:

   What|Removed |Added

 Resolution|BACKTRACE   |---
 Status|NEEDSINFO   |REPORTED

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-02-08 Thread Justin Shepherd
https://bugs.kde.org/show_bug.cgi?id=479975

--- Comment #6 from Justin Shepherd  ---
Created attachment 165667
  --> https://bugs.kde.org/attachment.cgi?id=165667&action=edit
crash-log-debugsymbols

Thanks Nate,

I've had the time to reinstall a new KDE setup on Arch with the KDE Unstable
Repo, now running Beta 2. Unfortunately, it appears that the problem persists.
I've included the crash log with the debug symbols installed
(plasmashell-20240208-193806.kcrash), as per your request. Please inform me if
there's anything else I can do to assist in debugging.

Just to simplify my steps from earlier,

- Open Firefox - (I'm using 122.0.1 (64-bit) installed from Arch repository)
- Go to URL (https://github.com/matinlotfali/KDE-Rounded-Corners/releases)
- Download 0.6.0 Release Source Code (.zip)
- Once the download completes, In the KDE Integration download popup, select
the hamburger menu > then select 'Open With...'
- Observe Plasma session crash.

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-02-01 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479975

--- Comment #5 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.

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-01-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=479975

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 CC||n...@kde.org
 Resolution|--- |BACKTRACE

--- Comment #4 from Nate Graham  ---
Thank you for the bug report! Unfortunately I can't reproduce the crash myself
on current git master with those steps, and the backtrace is incomplete and
missing debug symbols for the following lines that we need to figure out
exactly what's going wrong:

Thread 1 (Thread 0x703ac75ba9c0 (LWP 1838)):
[KCrash Handler]
#4  0x703ace5b4210 in QWidget::window() const () at
/usr/lib/libQt6Widgets.so.6
#5  0x703ac7576251 in  () at
/usr/lib/qt6/plugins/platformthemes/KDEPlasmaPlatformTheme6.so
#6  0x703acc5beaa9 in  () at /usr/lib/libQt6Core.so.6
#7  0x703acd5a8f7a in KJob::result(KJob*, KJob::QPrivateSignal) () at
/usr/lib/libKF6CoreAddons.so.6
#8  0x703acd5ab4ac in  () at /usr/lib/libKF6CoreAddons.so.6
#9  0x703acbf1faca in  () at /usr/lib/libKF6KIOCore.so.6
#10 0x703acc5beaa9 in  () at /usr/lib/libQt6Core.so.6
#11 0x703acd5a8f7a in KJob::result(KJob*, KJob::QPrivateSignal) () at
/usr/lib/libKF6CoreAddons.so.6
#12 0x703acd5ab4ac in  () at /usr/lib/libKF6CoreAddons.so.6
#13 0x703acc5beaa9 in  () at /usr/lib/libQt6Core.so.6
#14 0x703acbf87c64 in  () at /usr/lib/libKF6KIOCore.so.6
#15 0x703acbf77b7e in  () at /usr/lib/libKF6KIOCore.so.6
#16 0x703acbf7a54a in  () at /usr/lib/libKF6KIOCore.so.6

Could you please install debug symbols for kio, kcoreaddons, and
plasma-integration and attach a new symbolicated backtrace generated by using
coredumpctl gdb in a terminal window? See
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports#Retrieving_a_backtrace_using_coredumpctl
for details about how to do this.

Thanks again!

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-01-17 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=479975

Bug Janitor Service  changed:

   What|Removed |Added

   Keywords||qt6

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-01-17 Thread Justin Shepherd
https://bugs.kde.org/show_bug.cgi?id=479975

--- Comment #3 from Justin Shepherd  ---
Apologies - just a minor adjustment to the replication steps - The crash occurs
as soon as you select 'Other Application...' in the menu. It does to reach the
point of opening the window to select the application you want to assign as
default.

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-01-17 Thread Justin Shepherd
https://bugs.kde.org/show_bug.cgi?id=479975

--- Comment #2 from Justin Shepherd  ---
Just to also note - Firefox is installed from the main repo and is _not_
flatpak version.

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

[plasmashell] [Bug 479975] Plasma Session Crashes When Using 'Open With' via Plasma Browser Integration Download Dialogue

2024-01-17 Thread Justin Shepherd
https://bugs.kde.org/show_bug.cgi?id=479975

--- Comment #1 from Justin Shepherd  ---
Created attachment 164999
  --> https://bugs.kde.org/attachment.cgi?id=164999&action=edit
New crash information added by DrKonqi

DrKonqi auto-attaching complete backtrace.

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