[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-06 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #11 from Paul Floyd --- I can reproduce the problem now. It's not obvious what is going on as everything is inlined and in registers. First thing, running to the error I can't get a callstack all the way back to main. Need to debug some

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #10 from kde3...@a.anjels.de --- Maybe the following information helps reproducing the issue: I checked several toolchain / architecture combinations, and it turned out that only number 4 shows the reported issue: (1) g++ 64bit: OK (2) g++

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #9 from kde3...@a.anjels.de --- Created attachment 165599 --> https://bugs.kde.org/attachment.cgi?id=165599=edit console output showing the issue output of repro.sh on my machine -- You are receiving this mail because: You are watching

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #8 from kde3...@a.anjels.de --- Created attachment 165595 --> https://bugs.kde.org/attachment.cgi?id=165595=edit gdb output gdb output as requested -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #7 from kde3...@a.anjels.de --- Created attachment 165593 --> https://bugs.kde.org/attachment.cgi?id=165593=edit vgdb output vgdb output as requested -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-02-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705 kde3...@a.anjels.de changed: What|Removed |Added Attachment #163604|0 |1 is obsolete|

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-01-31 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #5 from Paul Floyd --- Last go. I tried building fmt from source with clang++, still no problem. Can you used vgdb to see what is causing the exception? valgrind --vgdb-error=0 ./main and then start gdb in another terminal, copy and paste

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-01-31 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #4 from Paul Floyd --- I see from the project file, clang++ 16. I couldn't get Conan to work - I'm not familiar with setting it up. I tried with Fedora 39, and amd64 host with clang++ 17 and the system lib fmt (built with GCC I presume).

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-01-31 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #3 from Paul Floyd --- Which version of GCC and libstdc++ is this with? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-01-29 Thread Paul Floyd
https://bugs.kde.org/show_bug.cgi?id=477705 Paul Floyd changed: What|Removed |Added Assignee|josef.weidendor...@gmx.de |pjfl...@wanadoo.fr -- You are receiving this

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

2024-01-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=477705 --- Comment #2 from kde3...@a.anjels.de --- (In reply to Paul Floyd from comment #1) > Is this only calgrind? > > Does it run with --tool=none? > Does it run without errors with memcheck? Regarding your three questions the answers are no, no and no.

[valgrind] [Bug 477705] A program being executed under callgrind terminates as soon as using fmt::format() in case of being compiled as RelWithDebInfo.

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