https://bugs.kde.org/show_bug.cgi?id=472409
Paul Floyd changed:
What|Removed |Added
Resolution|--- |UNMAINTAINED
Status|REOPENED
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #17 from Paul Floyd ---
On Alpine 3.18 amd64 this small example works fine
#include
int main()
{
dlclose(dlopen("/usr/lib/qt6/plugins/xcbglintegrations/libqxcb-glx-integration.so",
RTLD_NOW|RTLD_GLOBAL|RTLD_NODELETE));
dlclose(dlope
https://bugs.kde.org/show_bug.cgi?id=472409
Paul Floyd changed:
What|Removed |Added
Assignee|jsew...@acm.org |pjfl...@wanadoo.fr
--
You are receiving this mail
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #16 from Paul Floyd ---
Possibly relevant.
https://reviews.llvm.org/D64906
I'll try -z noseparate-code and see if I can reproduce the issue.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #15 from Paul Floyd ---
When you run a compiled binary standalone, one of the first things that happens
is that ld.so, the link loader, reads ELF information in your binary to see
which dynamic libraries it links to, and it loads them. In or
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #14 from Stefan de Konink ---
Created attachment 160508
--> https://bugs.kde.org/attachment.cgi?id=160508&action=edit
pmap output
For me the behavior is a complete mystery. In the setting it fail (the primary
reason I use valgrind to trac
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #13 from Paul Floyd ---
It's the standalone guest exe that I need so that I can see where dlopen is
loading the shared library.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #12 from Dominique Liberda ---
(In reply to Paul Floyd from comment #11)
> @psykose would it be possible to post the output of pmap -x on the running
> exe? That way i can see what the link loader is really doing with that
> library.
log ju
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #11 from Paul Floyd ---
@psykose would it be possible to post the output of pmap -x on the running exe?
That way i can see what the link loader is really doing with that library.
--
You are receiving this mail because:
You are watching all
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #10 from Paul Floyd ---
I see 4 segments. Pages are 4k (0x1000).
First, RO starting at offset 0, size 0x2398.
Second, RX starting at the next page 0x3000, size 0xe29.
Third, RO starting at the next page, 0x4000 size 0x818.
Fourth and las
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #9 from psykose ---
nothing that special on the linker line that i can tell. the version script
used is just
Qt_6_PRIVATE_API {
qt_private_api_tag*;
};
Qt_6 { *; };
Qt_6.0 {} Qt_6;
Qt_6.1 {} Qt_6.0;
Qt_6.2 {} Qt_6.1;
Qt_6.3 {} Qt_6.2;
Q
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #8 from psykose ---
Created attachment 160491
--> https://bugs.kde.org/attachment.cgi?id=160491&action=edit
full link line
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #7 from psykose ---
$ objdump -p
/usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
/usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so:
file format elf64-x86-64
Program
https://bugs.kde.org/show_bug.cgi?id=472409
Paul Floyd changed:
What|Removed |Added
Resolution|WORKSFORME |---
Status|RESOLVED
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #6 from Paul Floyd ---
Again what I need is the obj dump -p output for
/usr/lib/qt6/plugins/platforminputcontexts/libcomposeplatforminputcontextplugin.so
Also if you can find out how that file is being linked (which link editor,
using linke
https://bugs.kde.org/show_bug.cgi?id=472409
Dominique Liberda changed:
What|Removed |Added
CC||j...@sdomi.pl
--- Comment #5 from Dominique
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #4 from Paul Floyd ---
(In reply to Stefan de Konink from comment #3)
> Created attachment 160413 [details]
> Output with debugging on
>
> Ok, that was quick, happened again. See attachment with -d -d -d.
Could you also post the objump -p
https://bugs.kde.org/show_bug.cgi?id=472409
--- Comment #3 from Stefan de Konink ---
Created attachment 160413
--> https://bugs.kde.org/attachment.cgi?id=160413&action=edit
Output with debugging on
Ok, that was quick, happened again. See attachment with -d -d -d.
--
You are receiving this ma
https://bugs.kde.org/show_bug.cgi?id=472409
Stefan de Konink changed:
What|Removed |Added
Resolution|--- |WORKSFORME
Status|REPORTED
https://bugs.kde.org/show_bug.cgi?id=472409
Paul Floyd changed:
What|Removed |Added
CC||pjfl...@wanadoo.fr
--- Comment #1 from Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=472409
psykose changed:
What|Removed |Added
CC||al...@ayaya.dev
--
You are receiving this mail becau
21 matches
Mail list logo