Github messages for voidlinux
 help / color / mirror / Atom feed
From: classabbyamp <classabbyamp@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [ISSUE] [CLOSED] MISSING INFO: Crash: Dolphin musl can't paste a file.
Date: Tue, 13 Aug 2024 06:55:13 +0200	[thread overview]
Message-ID: <20240813045513.7D7DC21582@inbox.vuxu.org> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-51303@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 4037 bytes --]

Closed issue by hervyqa on void-packages repository

https://github.com/void-linux/void-packages/issues/51303

Description:
### Is this a new report?

Yes

### System Info

Void 6.6.40_1 x86_64-musl AuthenticAMD uptodate FF

### Package(s) Affected

dolphin-24.05.1_2-x86_64-musl

### Does a report exist for this bug with the project's home (upstream) and/or another distro?

- ~~[https://bugs.kde.org/show_bug.cgi?id=452778 (Dolphin can't copy a file into network folder with samba version 1.0)](https://bugs.kde.org/show_bug.cgi?id=452778)~~
- ~~[https://bugs.kde.org/show_bug.cgi?id=479557 (unable to copy/paste files from steamdeck to another path)](https://bugs.kde.org/show_bug.cgi?id=452778)~~

### Expected behaviour

Successful paste.

### Actual behaviour

Segmentation fault.

bash:
```
[hervyqa@void ~]$ dolphin
org.kde.dolphin: Unknown class  ""  in session saved data!
Segmentation fault
```

fish:
```
➜  ~ dolphin 
org.kde.dolphin: Unknown class  ""  in session saved data!
fish: Job 1, 'dolphin' terminated by signal SIGSEGV (Address boundary error)
➜  ~ 
```

gdb dolphin:
```
➜  ~ gdb dolphin
GNU gdb (GDB) 15.1
Copyright (C) 2024 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-musl".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<https://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
    <http://www.gnu.org/software/gdb/documentation/>.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from dolphin...
(No debugging symbols found in dolphin)
(gdb) run
Starting program: /usr/bin/dolphin 
[New LWP 3618]
[New LWP 3619]
[New LWP 3620]
[New LWP 3621]
[New LWP 3622]
[New LWP 3623]
[New LWP 3624]
[New LWP 3625]
[New LWP 3626]
[New LWP 3627]
[New LWP 3628]
[New LWP 3629]
[New LWP 3630]
[LWP 3630 exited]
[LWP 3629 exited]
[LWP 3628 exited]
[LWP 3627 exited]
[New LWP 3631]
[New LWP 3632]
[New LWP 3633]
[New LWP 3634]
[LWP 3634 exited]
[LWP 3633 exited]
[LWP 3632 exited]
[LWP 3631 exited]
[New LWP 3635]
[New LWP 3636]
[New LWP 3637]
org.kde.dolphin: Unknown class  ""  in session saved data!
[Detaching after vfork from child process 3638]
[Detaching after vfork from child process 3640]
[New LWP 3642]
[New LWP 3643]
[New LWP 3645]
[Detaching after vfork from child process 3646]
Cannot initialize model with data QJsonObject(). missing: QJsonValue(string, "urls")
[Detaching after vfork from child process 3673]
[Detaching after vfork from child process 3674]
QGestureManager::deliverEvent: could not find the target for gesture
QGestureManager::deliverEvent: could not find the target for gesture

Thread 23 "KIO::WorkerThre" received signal SIGSEGV, Segmentation fault.
[Switching to LWP 3643]
0x00007fffe0014eb9 in ?? () from /usr/lib/qt6/plugins/kf6/kio/kio_file.so
(gdb) bt
#0  0x00007fffe0014eb9 in ?? () from /usr/lib/qt6/plugins/kf6/kio/kio_file.so
#1  0x00007ffff783bb6e in ?? () from /lib/libKF6KIOCore.so.6
#2  0x00007ffff7835043 in ?? () from /lib/libKF6KIOCore.so.6
#3  0x00007ffff7831ede in ?? () from /lib/libKF6KIOCore.so.6
#4  0x00007ffff78ddefe in ?? () from /lib/libKF6KIOCore.so.6
#5  0x00007ffff5a25e63 in ?? () from /lib/libQt6Core.so.6
#6  0x00007ffff7fb7c0e in start (p=0x7fffddd0b780) at src/thread/pthread_create.c:195
#7  0x00007ffff7fc4b5b in __clone () at src/thread/x86_64/clone.s:22
Backtrace stopped: frame did not save the PC
(gdb) 
```

### Steps to reproduce

1. Create new file, for example: `index.html`
2. Copy `index.html`
3. Paste `index.html`
4. Dolphin crash!

But, copy-paste folder looks fine.

      parent reply	other threads:[~2024-08-13  4:55 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-17  2:43 [ISSUE] Dolphin musl can't paste a file (Segmentation fault) hervyqa
2024-07-19  7:56 ` sgn
2024-07-19  7:59 ` sgn
2024-07-19  8:08 ` sgn
2024-07-19 23:03 ` hervyqa
2024-07-21  1:49 ` sgn
2024-07-31 16:07 ` MISSING INFO: Crash: Dolphin musl can't paste a file nekopsykose
2024-08-05 13:52 ` Plut0nio
2024-08-05 14:06 ` nekopsykose
2024-08-05 15:02 ` Plut0nio
2024-08-05 15:08 ` nekopsykose
2024-08-05 16:21 ` Plut0nio
2024-08-06 14:35 ` Plut0nio
2024-08-06 18:44 ` nekopsykose
2024-08-06 19:29 ` Plut0nio
2024-08-06 19:31 ` nekopsykose
2024-08-06 20:03 ` Plut0nio
2024-08-06 20:07 ` nekopsykose
2024-08-06 20:07 ` nekopsykose
2024-08-06 20:07 ` nekopsykose
2024-08-06 20:13 ` Plut0nio
2024-08-06 20:15 ` nekopsykose
2024-08-06 20:15 ` nekopsykose
2024-08-06 21:10 ` Plut0nio
2024-08-07  6:16 ` hervyqa
2024-08-07  6:16 ` hervyqa
2024-08-13  4:55 ` classabbyamp [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240813045513.7D7DC21582@inbox.vuxu.org \
    --to=classabbyamp@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).