Hey Lei, this morning's git brought one new valgrind error, and it happens to be in a file you touched in the last day or so: + Conditional jump or move depends on uninitialised value(s) + at EDIT_BuildLineDefs_ML (edit.c:1280) + by EDIT_EM_ReplaceSel (edit.c:3260) + by EDIT_WM_Char (edit.c:4035) + by EditWndProc_common (edit.c:859) + by EditWndProcA (edit.c:1103) + by (within /home/dank/wine-git/dlls/user32/user32.dll.so) + by call_window_proc (winproc.c:457) + by WINPROC_call_window (winproc.c:2207) + by call_window_proc (message.c:1616) + by send_message (message.c:2438) + by SendMessageA (message.c:2583) + by test_enter (edit.c:1654) + by func_edit (edit.c:1977) + by run_test (test.h:406) + by main (test.h:455)
Could you have a look?
See http://kegel.com/wine/valgrind/logs-2008-04-10/vg-user32_edit-diff.txt http://kegel.com/wine/valgrind/logs-2008-04-10/vg-user32_edit.txt
Thanks, Dan
On Thu, Apr 10, 2008 at 6:00 PM, Dan Kegel dank@kegel.com wrote:
Hey Lei, this morning's git brought one new valgrind error, and it happens to be in a file you touched in the last day or so:
- Conditional jump or move depends on uninitialised value(s)
- at EDIT_BuildLineDefs_ML (edit.c:1280)
- by EDIT_EM_ReplaceSel (edit.c:3260)
- by EDIT_WM_Char (edit.c:4035)
- by EditWndProc_common (edit.c:859)
- by EditWndProcA (edit.c:1103)
- by (within /home/dank/wine-git/dlls/user32/user32.dll.so)
- by call_window_proc (winproc.c:457)
- by WINPROC_call_window (winproc.c:2207)
- by call_window_proc (message.c:1616)
- by send_message (message.c:2438)
- by SendMessageA (message.c:2583)
- by test_enter (edit.c:1654)
- by func_edit (edit.c:1977)
- by run_test (test.h:406)
- by main (test.h:455)
Could you have a look?
See http://kegel.com/wine/valgrind/logs-2008-04-10/vg-user32_edit-diff.txt http://kegel.com/wine/valgrind/logs-2008-04-10/vg-user32_edit.txt
Thanks, Dan
Sure, I can take a look. I think it occurred mainly because our tests exercise more of the code base now.