[valgrind] [Bug 479191] vgdb is blocked after several tries

2023-12-31 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=479191 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 473944] Handle mold linker split RW PT_LOAD segments correctly

2023-09-01 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=473944 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 473944] Handle mold linker split RW PT_LOAD segments correctly

2023-08-31 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=473944 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 473944] New: Handle mold linker split RW PT_LOAD segments correctly

2023-08-30 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=473944 Bug ID: 473944 Summary: Handle mold linker split RW PT_LOAD segments correctly Classification: Developer tools Product: valgrind Version: 3.21.0 Platform: Other OS: Linux

[valgrind] [Bug 444488] Use glibc.pthread.stack_cache_size tunable

2022-11-12 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=88 --- Comment #7 from Philippe Waroquiers --- (In reply to Paul Floyd from comment #6) > > I think we should check and use the existing hint. Current users of the > > hint > > will/should have the same behaviour whatever

[valgrind] [Bug 444488] Use glibc.pthread.stack_cache_size tunable

2022-11-12 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=88 --- Comment #5 from Philippe Waroquiers --- (In reply to Paul Floyd from comment #4) > Thanks for adding me to the CC Philippe. > > If I do this: > export GLIBC_TUNABLES="glibc.pthread.stack_cache_size=0" > > Then helg

[valgrind] [Bug 444488] Use glibc.pthread.stack_cache_size tunable

2022-11-12 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=88 --- Comment #3 from Philippe Waroquiers --- (In reply to Mark Wielaard from comment #2) > (In reply to Philippe Waroquiers from comment #1) > > In the discussion on valgrind-users mailing list, > > Paul reported tthat: >

[valgrind] [Bug 444488] Use glibc.pthread.stack_cache_size tunable

2022-11-12 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=88 Philippe Waroquiers changed: What|Removed |Added CC||pjfl...@wanadoo.fr -- You are receiving

[valgrind] [Bug 444488] Use glibc.pthread.stack_cache_size tunable

2022-11-12 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=88 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code when vgdb is attached

2022-10-15 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 460142] Auxiliary stack traces

2022-10-11 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=460142 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code when vgdb is attached

2022-10-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 --- Comment #25 from Philippe Waroquiers --- (In reply to Libor Peltan from comment #24) > You will probably need to run the test several time until it reproduces. It > may also happen on some machines that it does never reproduce. For me, it &g

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code when vgdb is attached

2022-10-01 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 --- Comment #23 from Philippe Waroquiers --- (In reply to Libor Peltan from comment #22) > (In reply to Philippe Waroquiers from comment #21) > > Valgrind should stop by itself when it finds an error (when using > > --vgdb

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code when vgdb is attached

2022-09-30 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 --- Comment #21 from Philippe Waroquiers --- (In reply to Libor Peltan from comment #20) > Thank you for your observations! Based on this, we actually found out that > the issue happens exactly (sometimes!) when we attach vgdb to the running >

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code

2022-09-26 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 --- Comment #19 from Philippe Waroquiers --- I took a look at the attached logs. A first observation: * We have 2 groups of 3 threads that get the 0xe8 syscall return. * For each of these 2 groups, we see a little bit before these 0xe8 return

[valgrind] [Bug 459477] XERROR messages lacks ending '\n' in vgdb

2022-09-25 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=459477 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code

2022-09-24 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 --- Comment #16 from Philippe Waroquiers --- In one of the trace I see the below trace. It looks like the a signal SIGALRM is delivered to the thread that encounters the futex 202 result. --24048-- async signal handler: signal=14, vgtid=24051, tid=4

[valgrind] [Bug 459031] Documentation of --error-exitcode is incomplete.

2022-09-17 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=459031 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code

2022-09-17 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 --- Comment #8 from Philippe Waroquiers --- I took a look at both logs. First the epoll log. (tid is the an thread id number used internally in valgrind) What we see is that the tid 14 is just getting the result of a previous epoll syscall

[valgrind] [Bug 458915] syscall sometimes returns its number instead of return code

2022-09-14 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458915 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 441069] Process terminating with default action of signal 4 (SIGILL) Illegal opcode at address 0x580A3C2C at 0x4000B00: ??? (in /lib/ld-2.26.so)

2022-08-22 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=441069 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 458118] Track deletions of objects from unloaded shared libraries

2022-08-22 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=458118 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 457898] Multiple threads: Assertion 'found' failed.

2022-08-15 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=457898 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 457619] Instructions are not consistently executed after returning from a SIGSEGV signal handler

2022-08-13 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=457619 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 455826] Running Valgrind memcheck on a live process without exiting it reports LDL but on graceful exit it does not.

2022-06-26 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=455826 --- Comment #7 from Philippe Waroquiers --- On Fri, 2022-06-24 at 10:06 +, shapath wrote: > https://bugs.kde.org/show_bug.cgi?id=455826 > > --- Comment #5 from shapath --- > (In reply to Philippe Waroquiers from comment #4) &

[valgrind] [Bug 455826] Running Valgrind memcheck on a live process without exiting it reports LDL but on graceful exit it does not.

2022-06-24 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=455826 --- Comment #4 from Philippe Waroquiers --- (In reply to shapath from comment #3) > > Valgrind report:- > == > (gdb) monitor leak_check full reachable any When compiling with gcc -g -O0 and doing the leak search, I do not get an

[valgrind] [Bug 455826] Running Valgrind memcheck on a live process without exiting it reports LDL but on graceful exit it does not.

2022-06-23 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=455826 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 452058] Generated suppressions contain a mix of mangled (physical) and demangled (inline) frames

2022-04-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=452058 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 440765] Feature request: when a dynamically allocated variable is last read/written

2021-08-09 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=440765 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 435493] Cannot create 'R_TempDir' under valgrind-3.17.0.GIT-lbmacos

2021-04-11 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=435493 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 434035] vgdb might crash if valgrind is killed

2021-03-09 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=434035 --- Comment #1 from Philippe Waroquiers --- Patch looks ok to me. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 338633] gdbserver_tests/nlcontrolc.vgtest hangs on arm64

2021-03-08 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=338633 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-03-08 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=432870 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 432870] gdbserver_tests:nlcontrolc hangs with newest glibc2.33 x86-64

2021-03-07 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=432870 --- Comment #7 from Philippe Waroquiers --- Created attachment 136473 --> https://bugs.kde.org/attachment.cgi?id=136473=edit fix nlcontrolc.vgtest blocking on arm64 or newer glibc Attach patch should fix the blockage. Tested on debian 10/am

[valgrind] [Bug 434057] Add stdio mode to valgrind's gdbserver

2021-03-06 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=434057 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 432510] RFE: ENOMEM fault injection mode

2021-02-15 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=432510 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 427510] Use of uninitialized value in callgrind_annotate.

2020-10-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=427510 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 426853] vagrind+massif analyze ceph-osd memory OOM

2020-09-26 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=426853 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 424656] Uninitialised value was created by a heap allocation

2020-07-25 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=424656 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |NOT A BUG Status|REPORTED

[valgrind] [Bug 424656] Uninitialised value was created by a heap allocation

2020-07-25 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=424656 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-04-24 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-04-23 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 --- Comment #11 from Philippe Waroquiers --- Updated the warning message to be: ==3170== WARNING: preadv(vector[...]) is an obsolete suppression line not supported anymore since valgrind 3.15. ==3170== You should replace [...] by a specific index

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-04-23 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 --- Comment #10 from Philippe Waroquiers --- Some further notes: I should re-update the warning to replace the final 'or ...' by 'or [2]. And I sincerely hope that nobody is using preadv and pwritev wrongly with huge vectors, as otherwise they might

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-04-23 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 --- Comment #9 from Philippe Waroquiers --- Created attachment 127809 --> https://bugs.kde.org/attachment.cgi?id=127809=edit not a fix, but detects the incompatible supp entry and produce a warning The commit log explains in details what

[valgrind] [Bug 419562] PR_SET_PTRACER error with Ubuntu on WSL

2020-04-13 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=419562 --- Comment #3 from Philippe Waroquiers --- (In reply to Evan Hunter from comment #2) > Thanks for the pointers on testing it on vgdb. > It looks like it still hangs vgdb :-( > I too am not sure what the prctl(PR_SET_PTRACER, 1, 0, 0, 0) call

[valgrind] [Bug 419562] PR_SET_PTRACER error with Ubuntu on WSL

2020-04-04 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=419562 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 418840] SIG_IGN doesn't clear pending signal if SIG_IGN is already the handler

2020-03-14 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=418840 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-02-05 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 --- Comment #7 from Philippe Waroquiers --- (In reply to Mark Wielaard from comment #5) > This is unfortunate and an unforeseen consequence of making the the error > message more useful (it is useful to know which vector contained > uninitiali

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-02-05 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 Philippe Waroquiers changed: What|Removed |Added CC||jsew...@acm.org -- You are receiving

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-02-05 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 --- Comment #6 from Philippe Waroquiers --- (In reply to Mark Wielaard from comment #5) > This is unfortunate and an unforeseen consequence of making the the error > message more useful (it is useful to know which vector contained > uninitiali

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-02-04 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 Philippe Waroquiers changed: What|Removed |Added CC||ahajk...@redhat.com -- You

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-02-04 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 Philippe Waroquiers changed: What|Removed |Added CC||m...@klomp.org -- You are receiving

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-02-04 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 --- Comment #4 from Philippe Waroquiers --- (In reply to Leonid Yuriev from comment #3) > > What does `valgrind --gen-suppressions=all ...` show ? > { > >Memcheck:Param >pwritev(vector[0]) >fun:pwritev

[valgrind] [Bug 417075] pwritev(vector[...]) suppression ignored

2020-02-04 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=417075 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 413603] callgrind_annotate/cg_annotate truncate function names at '#'

2019-11-03 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=413603 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[valgrind] [Bug 413603] callgrind_annotate/cg_annotate truncate function names at '#'

2019-11-03 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=413603 Philippe Waroquiers changed: What|Removed |Added Summary|callgrind_annotate |callgrind_annotate/cg_annot

[valgrind] [Bug 413603] callgrind_annotate truncates function names at '#'

2019-10-31 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=413603 --- Comment #5 from Philippe Waroquiers --- (In reply to Andreas Arnez from comment #3) > (In reply to Philippe Waroquiers from comment #2) > > * I am wondering if we should not allow comment lines starting with > > 0 or or spaces c

[valgrind] [Bug 413603] callgrind_annotate truncates function names at '#'

2019-10-30 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=413603 --- Comment #2 from Philippe Waroquiers --- Thanks for the patch. Two small comments: * I am wondering if we should not allow comment lines starting with 0 or or spaces characters (like empty lines?) followed by # ? * cg_annotate seems to suffer

[valgrind] [Bug 410924] massif crashes running jetstream2 benchmark with webkit

2019-09-05 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=410924 --- Comment #3 from Philippe Waroquiers --- Some feedback ? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 411134] Allow the user to change a set of command line options during execution.

2019-08-31 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=411134 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |FIXED Status|REPORTED

[valgrind] [Bug 411134] Allow the user to change a set of command line options during execution.

2019-08-21 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=411134 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 411134] New: Allow the user to change a set of command line options during execution.

2019-08-21 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=411134 Bug ID: 411134 Summary: Allow the user to change a set of command line options during execution. Product: valgrind Version: unspecified Platform: Other OS: Linux

[valgrind] [Bug 400593] In Coregrind, use statx for some internal syscalls if [f]stat[64] fail

2019-08-17 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=400593 --- Comment #5 from Philippe Waroquiers --- (In reply to Petar Jovanovic from comment #4) > This version looks better, thanks. > I have just pushed it [1] after some testing, but I will leave the issue > open so we can see over the weeken

[valgrind] [Bug 410924] massif crashes running jetstream2 benchmark with webkit

2019-08-15 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=410924 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 410599] Non-deterministic behaviour of pth_self_kill_15_other test

2019-08-12 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=410599 --- Comment #5 from Philippe Waroquiers --- (In reply to Stefan Maksimovic from comment #4) > Created attachment 122077 [details] > pth_self_kill.patch v2 > > Thanks Philippe, validating the test through memcheck slipped my mind. >

[valgrind] [Bug 410599] Non-deterministic behaviour of pth_self_kill_15_other test

2019-08-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=410599 --- Comment #3 from Philippe Waroquiers --- (In reply to Stefan Maksimovic from comment #2) > If it's not too much trouble, I suggest you test it yourself just to make > sure. I tested, and the modified test still reproduces the bug with t

[valgrind] [Bug 410599] Non-deterministic behaviour of pth_self_kill_15_other test

2019-08-07 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=410599 --- Comment #1 from Philippe Waroquiers --- (In reply to Stefan Maksimovic from comment #0) > A recent commit > https://sourceware.org/git/?p=valgrind.git;a=commit; > h=63a9f0793113fd5d828ea7b6183812ad71f924f1 > has introduced a test wh

[valgrind] [Bug 409678] improvement suggestion for dhat

2019-07-11 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409678 --- Comment #4 from Philippe Waroquiers --- (In reply to plasmahh from comment #3) > > Seems there is no doc changed, no test changed. > I wasn't aware of that its necessary to do all this, you can then close this > ticket, I was just

[valgrind] [Bug 409367] exit_group() after signal arriving to thread waiting in futex() causes hangs

2019-07-11 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409367 --- Comment #6 from Philippe Waroquiers --- (In reply to Allison Karlitskaya from comment #5) > (In reply to Philippe Waroquiers from comment #4) > > Pushed as 63a9f0793 > > Thanks very much, Philippe. > > A few questions, if y

[valgrind] [Bug 409678] improvement suggestion for dhat

2019-07-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409678 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 409367] exit_group() after signal arriving to thread waiting in futex() causes hangs

2019-07-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409367 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 409141] Valgrind hangs when SIGKILLed

2019-07-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409141 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 409429] False positives at unexpected location due to failure to recognize cmpeq as a dependency breaking idiom

2019-07-05 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409429 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 409141] Valgrind hangs when SIGKILLed

2019-07-02 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409141 --- Comment #11 from Philippe Waroquiers --- A patch fixing this problem (and also bug 409367) has been attached to bug 409367. If no remarks on the approach, I will push in a few days. -- You are receiving this mail because: You are watching all

[valgrind] [Bug 409367] exit_group() after signal arriving to thread waiting in futex() causes hangs

2019-07-02 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409367 --- Comment #3 from Philippe Waroquiers --- Created attachment 121295 --> https://bugs.kde.org/attachment.cgi?id=121295=edit fix hands and loops when process sends signal to itself I have tested with the reproducer attached, and it works. The t

[valgrind] [Bug 409367] exit_group() after signal arriving to thread waiting in futex() causes hangs

2019-07-01 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409367 Philippe Waroquiers changed: What|Removed |Added Assignee|jsew...@acm.org |philippe.waroquiers@skynet

[valgrind] [Bug 409367] exit_group() after signal arriving to thread waiting in futex() causes hangs

2019-07-01 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409367 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 409141] Valgrind hangs when SIGKILLed

2019-07-01 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409141 Philippe Waroquiers changed: What|Removed |Added Assignee|jsew...@acm.org |philippe.waroquiers@skynet

[valgrind] [Bug 255603] exp-sgcheck Assertion '!already_present' failed

2019-06-25 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=255603 Philippe Waroquiers changed: What|Removed |Added CC||bugzilla@poradnik-webmaster

[valgrind] [Bug 409162] exp-sgcheck: sg_main.c:559 (add_blocks_to_StackTree): Assertion '!already_present' failed.

2019-06-25 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409162 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED CC

[valgrind] [Bug 409141] Valgrind hangs when SIGKILLed

2019-06-25 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409141 --- Comment #9 from Philippe Waroquiers --- See also bug https://bugs.kde.org/show_bug.cgi?id=372600 This bug seems somewhat related/similar to the above. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 409141] Valgrind hangs when SIGKILLed

2019-06-25 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409141 --- Comment #8 from Philippe Waroquiers --- Thanks for the small reproducer. This small test case is revealing a bunch of problems related to termination of a process when it kills itself, and some problems in the gdbserver debug tracing. This last

[valgrind] [Bug 409141] Valgrind hangs when SIGKILLed

2019-06-24 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=409141 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 406434] valgrind is unable to intercept the malloc calls in statically linked executables

2019-04-13 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=406434 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 399355] Add callgrind_diff

2019-04-11 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=399355 --- Comment #14 from Philippe Waroquiers --- Note that at work, I am busy discussing to have someone working on this bug. So, some progress might happen in the coming weeks (but not for 3.15). -- You are receiving this mail because: You are watching

[valgrind] [Bug 406260] valgrind memcheck receive SIGBUS on octeon II CPU

2019-04-06 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=406260 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 405782] "VEX temporary storage exhausted" when attempting to debug slic3r-pe

2019-03-31 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=405782 --- Comment #11 from Philippe Waroquiers --- (In reply to wavexx from comment #10) > Do you still think the buffer sizes should be hard-coded though? > > I know you can recompile and all, and theoretically this should never > happen, but

[valgrind] [Bug 405782] "VEX temporary storage exhausted" when attempting to debug slic3r-pe

2019-03-30 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=405782 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 405782] "VEX temporary storage exhausted" when attempting to debug slic3r-pe

2019-03-30 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=405782 --- Comment #6 from Philippe Waroquiers --- (In reply to wavexx from comment #5) > Indeed, the current master can run it through without any tweak. That is good news. > Is there anything you want me to try? I think the problem should be properly

[valgrind] [Bug 405782] "VEX temporary storage exhausted" when attempting to debug slic3r-pe

2019-03-30 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=405782 --- Comment #4 from Philippe Waroquiers --- I have taken a quick look at the trace, and effectively, the generated code is huge. The code looks related to xmm/ymm registers and instructions. In 3.15, Julian has made a bunch of improvements for the code

[valgrind] [Bug 405782] "VEX temporary storage exhausted" when attempting to debug slic3r-pe

2019-03-28 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=405782 Philippe Waroquiers changed: What|Removed |Added CC||jsew...@acm.org -- You are receiving

[valgrind] [Bug 405782] "VEX temporary storage exhausted" when attempting to debug slic3r-pe

2019-03-24 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=405782 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 405516] Memcheck with Ruby produces numerous outputs

2019-03-18 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=405516 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

[valgrind] [Bug 404638] Add VG_(replaceIndexXA)

2019-03-16 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=404638 Philippe Waroquiers changed: What|Removed |Added Resolution|--- |FIXED CC

[valgrind] [Bug 402833] memcheck/tests/overlap testcase fails, memcpy seen as memmove

2019-03-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=402833 --- Comment #3 from Philippe Waroquiers --- (In reply to Julian Seward from comment #2) > Is there any progress here? How important will it be to fix this for 3.15.0? I believe this will be a non neglectible change in the REDIR mechan

[valgrind] [Bug 401454] Add a --show-percs option to cg_annotate and callgrind_annotate.

2019-01-27 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=401454 Philippe Waroquiers changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[valgrind] [Bug 402369] Overhaul DHAT

2019-01-23 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=402369 Philippe Waroquiers changed: What|Removed |Added CC||jsew...@acm.org --- Comment #8 from

[valgrind] [Bug 402369] Overhaul DHAT

2019-01-23 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=402369 Philippe Waroquiers changed: What|Removed |Added Component|callgrind |dhat Assignee|josef.weidendor

[valgrind] [Bug 402369] Overhaul DHAT

2019-01-10 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=402369 --- Comment #6 from Philippe Waroquiers --- (In reply to Nick Nethercote from comment #5) > > It might be interesting to replace the wordFM by an xtree, > > It may. Nonetheless, I'd rather land the code as-is, because it's a major > i

[valgrind] [Bug 402833] memcheck/tests/overlap testcase fails, memcpy seen as memmove

2019-01-07 Thread Philippe Waroquiers
https://bugs.kde.org/show_bug.cgi?id=402833 Philippe Waroquiers changed: What|Removed |Added CC||philippe.waroquiers@skynet

  1   2   3   4   5   >