[Bug 36783] New: valgrind shows two invalid writes in kernel32/tests/thread.c

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Jun 21 20:50:23 CDT 2014


https://bugs.winehq.org/show_bug.cgi?id=36783

            Bug ID: 36783
           Summary: valgrind shows two invalid writes in
                    kernel32/tests/thread.c
           Product: Wine
           Version: 1.7.20
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com

==27802== Invalid write of size 4
==27802==    at 0x4E34830: test_SetThreadContext (thread.c:988)
==27802==    by 0x4E37887: func_thread (thread.c:1763)
==27802==    by 0x4E537EE: run_test (test.h:584)
==27802==    by 0x4E53BBA: main (test.h:654)
==27802==  Address 0x6a8e8d4 is on thread 1's stack
==27802== 

==27802== Invalid write of size 4
==27802==    at 0x4E34842: test_SetThreadContext (thread.c:989)
==27802==    by 0x4E37887: func_thread (thread.c:1763)
==27802==    by 0x4E537EE: run_test (test.h:584)
==27802==    by 0x4E53BBA: main (test.h:654)
==27802==  Address 0x6a8e8d0 is on thread 1's stack
==27802== 

note: I disabled test_thread_fpu_cw() because of a valgrind bug, which you may
need to do to see this.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list