[valgrind] [Bug 379094] Valgrind reports INTERNAL ERROR in rt_sigsuspend syscall wrapper

2017-04-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379094 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Assignee|jsew...@acm.org |iv...@ivosh.net

[valgrind] [Bug 379039] False positive when passing non null terminated char* name (len 16 >= bytes) to prctl(PR_SET_NAME

2017-04-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #3 fr

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Summary|False positive when passing |syscall w

[valgrind] [Bug 376956] Memcheck crashes on access(NULL, F_OK) done by Free Pascal application

2017-03-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=376956 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comm

[valgrind] [Bug 375514] valgrind_get_tls_addr() does not work in case of static TLS

2017-03-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=375514 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[valgrind] [Bug 377376] memcheck/tests/linux/getregset fails with glibc2.24

2017-03-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377376 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comm

[valgrind] [Bug 370028] Reduce the number of compiler warnings on MIPS platforms

2017-03-06 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=370028 --- Comment #24 from Ivo Raisr <iv...@ivosh.net> --- Patch 1/4 landed in the repo. I expect that Aleksandar prepares another patch for review. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #43 from Ivo Raisr <iv...@ivosh.net> --- (In reply to Petar Jovanovic from comment #41) > With the changes (patch 010 Valgrind/VEX) applied, Memcheck is crashing on > MIPS32/MIPS64. Petar, thank you for testing the patches. Plea

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #42 from Ivo Raisr <iv...@ivosh.net> --- Created attachment 107004 --> https://bugs.kde.org/attachment.cgi?id=107004=edit patch 010 - VEX part + some debugging for MIPS crashes This patch adds some debugging statements in find_

[valgrind] [Bug 382998] xml-socket doesn't work

2017-08-02 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382998 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Component|memcheck|general Version|

[valgrind] [Bug 382998] xml-socket doesn't work

2017-08-02 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382998 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivo

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-02 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #55 from Ivo Raisr <iv...@ivosh.net> --- Patches 012 should fix the assertion hit on MIPS platform in function find_free_rreg(). Petar, please could you test please? -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-02 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #107009|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-02 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #107008|0 |1 is ob

[valgrind] [Bug 382998] xml-socket doesn't work

2017-08-02 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382998 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Resolution|--- |FIXED Status|AS

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-03 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #59 from Ivo Raisr <iv...@ivosh.net> --- Thank you, Petar. I was able to download the file and decipher it. The root cause is now known and I have to find an elegant way how to fix it. -- You are receiving this mail becaus

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #107037|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #107036|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-04 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #62 from Ivo Raisr <iv...@ivosh.net> --- Patches 013 should fix the assertion hit on MIPS platform when doing MOV coalescing and the destination vreg is becoming dead. Petar, please could you test please? Also I think that this sc

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #68 from Ivo Raisr <iv...@ivosh.net> --- (In reply to Petar Jovanovic from comment #67) > This seems to be related to the way how MIPS port uses and handles > DivModU128to64 and some other Iops. > The issue comes from

[valgrind] [Bug 381819] amd64: unhandled instruction bextr (0x8F 0xEA 0x78 0x10 0xD0 0x8 0x4) from BMI1

2017-08-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381819 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED S

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #66 from Ivo Raisr <iv...@ivosh.net> --- Pending no other problems arise, I would like to land new VEX register allocator v3 after SVN->GIT migration is completed and the dust settles. That is in 2-3 weeks from now. The new v

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #65 from Ivo Raisr <iv...@ivosh.net> --- (In reply to Petar Jovanovic from comment #63) > The latest patch (lucky 13) seems to work fine on one MIPS variant I > have tested. Thanks for the extra work. > I will test other MIPS

[valgrind] [Bug 381819] amd64: unhandled instruction bextr (0x8F 0xEA 0x78 0x10 0xD0 0x8 0x4) from BMI1

2017-08-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381819 --- Comment #11 from Ivo Raisr <iv...@ivosh.net> --- Awesome! So the patch is able properly decode the following variants: bextr 408,%eax,%edx bextr 404,%eax,%edx bextr 1D03,%rcx,%rcx bextr 305,%eax,%eax bextr A0C,%ebx,%edx bextr 305,%eax,%eax

[valgrind] [Bug 381819] amd64: unhandled instruction bextr (0x8F 0xEA 0x78 0x10 0xD0 0x8 0x4) from BMI1

2017-08-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381819 --- Comment #9 from Ivo Raisr <iv...@ivosh.net> --- Thank you for testing this. So I can see two problems in the tests you conducted: 1. There are some new unrecognized instructions. You progressed further now that bextr is supported and the

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #29 from Ivo Raisr <iv...@ivosh.net> --- I tried to do performance comparison of reg_alloc v3 implementation as it progresses in terms of patches. However the performance tests are not reliable - I could not get consistent resul

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #28 from Ivo Raisr <iv...@ivosh.net> --- The attached patches 007 implement groups of real registers in RRegUniverse. They help to efficiently answer questions such as "Find me a free register of the given class". -- Y

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106550|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-13 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106549|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106377|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106378|0 |1 is ob

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

2017-07-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=332577 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Severity|normal |crash -- You are rec

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

2017-07-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=332577 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confi

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #22 from Ivo Raisr <iv...@ivosh.net> --- Memcheck "--stats=yes" results running on Firefox under amd64/Linux (Ubuntu): v2: 716,447 (19,412,410 -> 331,710,658; ratio 17.1) [213,213 scs] avg tce size 462 v3 (patches 006):

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #25 from Ivo Raisr <iv...@ivosh.net> --- Right now the only remaining TODOs from patches 006 are: /* TODO-JIT: To solve more efficiently questions such as "Find me a free register of the given class" it would h

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-08 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #21 from Ivo Raisr <iv...@ivosh.net> --- I am currently on vacations so won't probably make any progress until the end of July... -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106595|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106596|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-17 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #32 from Ivo Raisr <iv...@ivosh.net> --- Patches 008 implement direct reload optimization. Now the only remaining TODO is the following one: /* TODO-JIT: Contrary to what the algorithm overview

[valgrind] [Bug 382407] vg_perf needs "--terse" command line option

2017-07-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382407 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comm

[valgrind] [Bug 382407] vg_perf needs "--terse" command line option

2017-07-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382407 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Assignee|jsew...@acm.org |iv...@ivo

[valgrind] [Bug 382407] New: vg_perf needs "--terse" command line option

2017-07-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382407 Bug ID: 382407 Summary: vg_perf needs "--terse" command line option Product: valgrind Version: 3.14 SVN Platform: Other OS: Linux Status: UNCONFIRMED Severity:

[valgrind] [Bug 382256] gz compiler flag test doesn't work for gold

2017-07-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382256 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net

[valgrind] [Bug 382256] gz compiler flag test doesn't work for gold

2017-07-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382256 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|ASSIGNED|RESOLVED Reso

[valgrind] [Bug 382407] vg_perf needs "--terse" command line option

2017-07-21 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=382407 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|ASSIGNED|RESOLVED Reso

[valgrind] [Bug 344547] vex x86->IR: unhandled instruction bytes: 0xC5 0xF8 0x77 0xE9

2017-07-22 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=344547 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comm

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #36 from Ivo Raisr <iv...@ivosh.net> --- Some performance comparison... Number of instructions executed either in function doRegisterAllocation() [Valgrind baseline, v2] or doRegisterAllocation_v3 [new VEX register allocat

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106688|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106687|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-23 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #35 from Ivo Raisr <iv...@ivosh.net> --- The final set of patches implementing new VEX register allocator version 3 for AMD64 and X86 architectures. All regression tests pass successfully, Firefox runs ok. -- You are receiving thi

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-26 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106801|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-26 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #39 from Ivo Raisr <iv...@ivosh.net> --- Patches 010 implement the necessary changes for supporting the register allocator v3 to all architectures supported by VEX. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 381553] VEX register allocator v3

2017-07-26 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106802|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-06-29 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #13 from Ivo Raisr <iv...@ivosh.net> --- Patches 005 implement function find_vreg_to_spill(). With these patches, the register allocator v3 is able to produce correct results for all tests in the Valgrind regression test suite. The

[valgrind] [Bug 381553] VEX register allocator v3

2017-06-29 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106323|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-06-29 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106324|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-06-30 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #17 from Ivo Raisr <iv...@ivosh.net> --- Thank you for pointers where to focus next. Indeed, that critical functionality is not implemented yet: line 873 of host_generic_reg_alloc3.c: /* Find a free rreg of the correct

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-26 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 --- Comment #11 from Ivo Raisr <iv...@ivosh.net> --- First part committed in SVN r16314. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 379094] Valgrind reports INTERNAL ERROR in rt_sigsuspend syscall wrapper

2017-04-27 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379094 --- Comment #3 from Ivo Raisr <iv...@ivosh.net> --- Follow up commit in SVN r16315 (fix mismerge from r16314). -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-24 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #105145|0 |1 is ob

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-24 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 --- Comment #10 from Ivo Raisr <iv...@ivosh.net> --- Modified the previous patch slightly based on comment by Matthias Schwarzott. POST(sys_prctl) syscall wrapper needs to take into account that ARG2 might not need to be nul-terminated. -

[valgrind] [Bug 379039] syscall wrapper for prctl(PR_SET_NAME) must not check more than 16 bytes

2017-04-24 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379039 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #105170|0 |1 is ob

[valgrind] [Bug 379094] Valgrind reports INTERNAL ERROR in rt_sigsuspend syscall wrapper

2017-04-25 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379094 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|ASSIGNED|RESOLVED Reso

[valgrind] [Bug 381819] amd64: unhandled instruction bytes: 0x8F 0xEA 0x78 0x10 0xD0 0x8 0x4 0x0 0x0 0x89

2017-08-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381819 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comm

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #50 from Ivo Raisr <iv...@ivosh.net> --- Petar, Thank you for the debugging output. Unfortunately it is not sufficient to infer what went wrong. Please could you set to 1 the following #define's at the beginning of host_generic_reg_al

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106877|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #47 from Ivo Raisr <iv...@ivosh.net> --- Patches 011 (re-)introduce command line option --vex-regalloc-version=2|3 which allows to switch between register allocator implementations. Note that version 3 (new implementation) is now the d

[valgrind] [Bug 79362] Debug info is lost for .so files when they are dlclose'd

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=79362 --- Comment #69 from Ivo Raisr <iv...@ivosh.net> --- Just a quick note: Once this functionality is integrated, remove the corresponding entry from www page http://valgrind.org/help/projects.html: --- Preserving debugging infor

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #106876|0 |1 is ob

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-01 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #52 from Ivo Raisr <iv...@ivosh.net> --- Petar, thank you for the detailed output. Now the root cause is clear and I need to fix slightly the algorithm in find_free_rreg(). I'll prepare a new set of patches... -- You are rec

[valgrind] [Bug 381553] VEX register allocator v3

2017-08-02 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381553 --- Comment #57 from Ivo Raisr <iv...@ivosh.net> --- Petar, thank you again for testing patches 012! Please could you set to 1 the following #define's at the beginning of host_generic_reg_alloc3.c: #define DEBUG_REGALLOC 1 #

[valgrind] [Bug 381819] amd64: unhandled instruction bextr (0x8F 0xEA 0x78 0x10 0xD0 0x8 0x4) from BMI1

2017-08-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381819 --- Comment #5 from Ivo Raisr <iv...@ivosh.net> --- So "bextr" should be supported by function dis_ESC_0F38__VEX(), file VEX/priv/guest_amd64_toIR.c. Either it is some uncommon variant or the decoder got confused somehow. You can st

[valgrind] [Bug 322586] Unknown instruction (bextr) in ld-2.15.so with --march=native on AMD FX-8350

2017-08-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=322586 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added See Also||https://bugs.kde.org/

[valgrind] [Bug 381819] amd64: unhandled instruction bextr (0x8F 0xEA 0x78 0x10 0xD0 0x8 0x4) from BMI1

2017-08-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381819 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added See Also||https://bugs.kde.org/

[valgrind] [Bug 381819] amd64: unhandled instruction bextr (0x8F 0xEA 0x78 0x10 0xD0 0x8 0x4) from BMI1

2017-08-09 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381819 --- Comment #7 from Ivo Raisr <iv...@ivosh.net> --- Weird, line 20564 pertains to decoding "pop" instruction. There is a test case in Valgrind regression test suite: none/tests/amd64/bmi.c which exercises bextr with the following oper

[valgrind] [Bug 383602] -11410-- VALGRIND INTERNAL ERROR: Valgrind received a signal 11 (SIGSEGV) - exiting --11410-- si_code=128; Faulting address: 0x0; sp: 0x802ba9e30

2017-08-16 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=383602 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comm

[valgrind] [Bug 381713] optimize CmpNEx(a, 0) as CmpNEZx(a) in VEX IR

2017-08-20 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=381713 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Resolution|--- |WONTFIX

[valgrind] [Bug 370028] Reduce the number of compiler warnings on MIPS platforms

2017-05-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=370028 --- Comment #36 from Ivo Raisr <iv...@ivosh.net> --- (In reply to Tamara Vlahovic from comment #35) Committed in Valgrind SVN as r16365. Nice approach, thank you for the patch. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 362223] assertion failed when .valgrindrc is a directory instead of a file

2017-05-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=362223 --- Comment #15 from Ivo Raisr <iv...@ivosh.net> --- Follow up commit SVN r16366. -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 374963] increase valgrind's load address to prevent mmap failure

2017-05-14 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=374963 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Assignee|jsew...@acm.org |iv...@ivo

[valgrind] [Bug 379838] disAMode(x86): not an addr!

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379838 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confi

[valgrind] [Bug 374963] increase valgrind's load address to prevent mmap failure

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=374963 --- Comment #4 from Ivo Raisr <iv...@ivosh.net> --- Created attachment 105544 --> https://bugs.kde.org/attachment.cgi?id=105544=edit patch to increase load address for almost all platforms to 0x5800 -- You are receiving this mail bec

[valgrind] [Bug 378430] www: update Valgrind alias mirrors

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=378430 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Resolution|--- |FIXED

[valgrind] [Bug 379838] New: disAMode(x86): not an addr!

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379838 Bug ID: 379838 Summary: disAMode(x86): not an addr! Product: valgrind Version: 3.13 SVN Platform: Compiled Sources OS: Linux Status: UNCONFIRMED Severity: crash

[valgrind] [Bug 379838] disAMode(x86): not an addr!

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379838 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Resolution|--- |FIXED

[valgrind] [Bug 379838] disAMode(x86): not an addr!

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=379838 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comm

[valgrind] [Bug 374963] increase valgrind's load address to prevent mmap failure

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=374963 --- Comment #5 from Ivo Raisr <iv...@ivosh.net> --- Please test the attached patch [1] which increases the load address for almost all platforms to 0x5800 (from 0x3800). This gives another 512 MB for executable without changing linkage

[valgrind] [Bug 370028] Reduce the number of compiler warnings on MIPS platforms

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=370028 --- Comment #42 from Ivo Raisr <iv...@ivosh.net> --- (In reply to Tamara Vlahovic from comment #41) Indeed, thank you for spotting it. I think it was caused by a mismerge from TileGX port removal. Commited as SVN r16377. -- You are rec

[valgrind] [Bug 360415] amd64 instructions ADCX and ADOX are not implemented in VEX

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=360415 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net --- Comme

[valgrind] [Bug 374963] increase valgrind's load address to prevent mmap failure

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=374963 --- Comment #6 from Ivo Raisr <iv...@ivosh.net> --- Created attachment 105560 --> https://bugs.kde.org/attachment.cgi?id=105560=edit patch to increase load address for almost all platforms to 0x5800 (v2) The previous patch forgot

[valgrind] [Bug 368507] valgrind throws std::bad_alloc on memory allocations larger than 34255421416 bytes

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=368507 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #105549|0 |1 is ob

[valgrind] [Bug 368507] valgrind throws std::bad_alloc on memory allocations larger than 34255421416 bytes

2017-05-15 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=368507 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCON

[valgrind] [Bug 377891] Update Xen 4.6 domctl wrappers

2017-05-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=377891 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added CC||iv...@ivosh.net

[valgrind] [Bug 373086] Implement additional Xen hypercalls

2017-05-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=373086 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Assignee|jsew...@acm.org |iv...@ivo

[valgrind] [Bug 362223] assertion failed when .valgrindrc is a directory instead of a file

2017-05-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=362223 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|CONFIRMED |ASSIGNED -- You are rec

[valgrind] [Bug 362223] assertion failed when .valgrindrc is a directory instead of a file

2017-05-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=362223 --- Comment #12 from Ivo Raisr <iv...@ivosh.net> --- Created attachment 105438 --> https://bugs.kde.org/attachment.cgi?id=105438=edit proposed patch -- You are receiving this mail because: You are watching all bug changes.

[valgrind] [Bug 360429] unhandled ioctl 0x530d with no size/direction hints (CDROMREADMODE1)

2017-05-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=360429 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|CONFIRMED |ASSIGNED --- Comment #2 fr

[valgrind] [Bug 360429] unhandled ioctl 0x530d with no size/direction hints (CDROMREADMODE1)

2017-05-10 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=360429 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Status|ASSIGNED|RESOLVED Reso

[valgrind] [Bug 362223] assertion failed when .valgrindrc is a directory instead of a file

2017-05-11 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=362223 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Resolution|--- |FIXED Status|AS

[valgrind] [Bug 370028] Reduce the number of compiler warnings on MIPS platforms

2017-05-08 Thread Ivo Raisr
https://bugs.kde.org/show_bug.cgi?id=370028 Ivo Raisr <iv...@ivosh.net> changed: What|Removed |Added Attachment #105392|0 |1 is ob

<    1   2   3   4   5   6   >