From: nekopsykose <nekopsykose@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: MISSING INFO: Crash: Dolphin musl can't paste a file.
Date: Tue, 06 Aug 2024 22:07:14 +0200 [thread overview]
Message-ID: <20240806200714.C18F7233DA@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: 2299 bytes --]
New comment by nekopsykose on void-packages repository
https://github.com/void-linux/void-packages/issues/51303#issuecomment-2272058625
Comment:
that means that for some reason the gnu_stack header is missing, it would look like:
```console
$ readelf --program-headers /usr/bin/dolphin
Elf file type is DYN (Position-Independent Executable file)
Entry point 0x67370
There are 11 program headers, starting at offset 64
Program Headers:
Type Offset VirtAddr PhysAddr
FileSiz MemSiz Flags Align
PHDR 0x0000000000000040 0x0000000000000040 0x0000000000000040
0x0000000000000268 0x0000000000000268 R 0x8
INTERP 0x00000000000002a8 0x00000000000002a8 0x00000000000002a8
0x0000000000000019 0x0000000000000019 R 0x1
[Requesting program interpreter: /lib/ld-musl-x86_64.so.1]
LOAD 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x000000000006636c 0x000000000006636c R 0x1000
LOAD 0x0000000000066370 0x0000000000067370 0x0000000000067370
0x000000000008df30 0x000000000008df30 R E 0x1000
LOAD 0x00000000000f42a0 0x00000000000f62a0 0x00000000000f62a0
0x000000000000cdb0 0x000000000000dd60 RW 0x1000
LOAD 0x0000000000101050 0x0000000000104050 0x0000000000104050
0x0000000000002408 0x000000000000268a RW 0x1000
DYNAMIC 0x00000000000fdbe8 0x00000000000ffbe8 0x00000000000ffbe8
0x0000000000000430 0x0000000000000430 RW 0x8
GNU_RELRO 0x00000000000f42a0 0x00000000000f62a0 0x00000000000f62a0
0x000000000000cdb0 0x000000000000dd60 R 0x1
GNU_EH_FRAME 0x000000000004fea0 0x000000000004fea0 0x000000000004fea0
0x0000000000003ac4 0x0000000000003ac4 R 0x4
GNU_STACK 0x0000000000000000 0x0000000000000000 0x0000000000000000
0x0000000000000000 0x0000000000200000 RW 0x0
```
note the `GNU_STACK` with a `memsiz` of `0x200000`. if it's there then that would mean the musl in void doesn't read it for some reason, but the version here is new enough to support that so i dunno
next prev parent reply other threads:[~2024-08-06 20:07 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 [this message]
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 ` [ISSUE] [CLOSED] " classabbyamp
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=20240806200714.C18F7233DA@inbox.vuxu.org \
--to=nekopsykose@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).