[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-08-26 Thread Paul Floyd
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));

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-08-18 Thread Paul Floyd
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-08-17 Thread Paul Floyd
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.

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-25 Thread Paul Floyd
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread Stefan de Konink
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=edit pmap output For me the behavior is a complete mystery. In the setting it fail (the primary reason I use valgrind to track

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread Paul Floyd
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.

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread Dominique Liberda
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread Paul Floyd
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread Paul Floyd
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread psykose
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;

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread psykose
https://bugs.kde.org/show_bug.cgi?id=472409 --- Comment #8 from psykose --- Created attachment 160491 --> https://bugs.kde.org/attachment.cgi?id=160491=edit full link line -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread psykose
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=472409 Paul Floyd changed: What|Removed |Added Resolution|WORKSFORME |--- Status|RESOLVED

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-24 Thread Paul Floyd
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-23 Thread Dominique Liberda
https://bugs.kde.org/show_bug.cgi?id=472409 Dominique Liberda changed: What|Removed |Added CC||j...@sdomi.pl --- Comment #5 from

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-21 Thread Paul Floyd
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

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-20 Thread Stefan de Konink
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=edit Output with debugging on Ok, that was quick, happened again. See attachment with -d -d -d. -- You are receiving this mail

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-20 Thread Stefan de Konink
https://bugs.kde.org/show_bug.cgi?id=472409 Stefan de Konink changed: What|Removed |Added Resolution|--- |WORKSFORME Status|REPORTED

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-20 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=472409 Paul Floyd changed: What|Removed |Added CC||pjfl...@wanadoo.fr --- Comment #1 from Paul Floyd

[valgrind] [Bug 472409] Assertion '!overlap' failed.

2023-07-19 Thread psykose
https://bugs.kde.org/show_bug.cgi?id=472409 psykose changed: What|Removed |Added CC||al...@ayaya.dev -- You are receiving this mail