https://bugs.winehq.org/show_bug.cgi?id=36162
Bug ID: 36162 Summary: valgrind shows several leaks in programs/cmd/tests/batch.c Product: Wine Version: 1.7.17 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==19001== 24 bytes in 2 blocks are definitely lost in loss record 77 of 302 ==19001== at 0x7BC4C735: notify_alloc (heap.c:255) ==19001== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716) ==19001== by 0x4B2544E: heap_alloc (wcmdmain.c:444) ==19001== by 0x4B1E203: WCMD_pushoperator (builtins.c:3615) ==19001== by 0x4B1F18F: WCMD_handleExpression (builtins.c:3932) ==19001== by 0x4B1F84D: WCMD_setshow_env (builtins.c:4098) ==19001== by 0x4B282D6: WCMD_execute (wcmdmain.c:1553) ==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294) ==19001== by 0x4B130E0: WCMD_batch (batch.c:95) ==19001== by 0x4B27185: WCMD_run_program (wcmdmain.c:1187) ==19001== by 0x4B28467: WCMD_execute (wcmdmain.c:1618) ==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294) ==19001== by 0x4B2ADC4: wmain (wcmdmain.c:2590) ==19001== by 0x4B2B328: __wine_spec_exe_wentry (exe_wentry.c:36) ==19001== by 0x7B864247: ??? (process.c:1045) ==19001== by 0x7B864394: start_process (process.c:1097) ==19001== by 0x7BC87087: ??? (signal_i386.c:2571) ==19001== by 0x7BC870D0: call_thread_func (signal_i386.c:2630) ==19001== by 0x7BC87065: ??? (signal_i386.c:2571) ==19001== by 0x7BC5A1C0: start_process (loader.c:2840) ==19001==
https://bugs.winehq.org/show_bug.cgi?id=36162
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36162
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk
--- Comment #1 from Jason Edmeades us@edmeades.me.uk --- Austin, Can you still reproduce this? I put diagnostics in push and pop operator and the pushes and pops seem to line up ok and no error conditions seem to leave leaks, so no sure whats going on. Can you put a new stack in if you can reproduce it please
https://bugs.winehq.org/show_bug.cgi?id=36162
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com --- (In reply to Jason Edmeades from comment #1)
Austin, Can you still reproduce this? I put diagnostics in push and pop operator and the pushes and pops seem to line up ok and no error conditions seem to leave leaks, so no sure whats going on. Can you put a new stack in if you can reproduce it please
Hi Jason;
I'm a bit late, but 4.0-rc2 is clean for me. Thanks for your work on cmd!
https://bugs.winehq.org/show_bug.cgi?id=36162
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 4.0-rc3.