https://bugs.winehq.org/show_bug.cgi?id=36614
Bug ID: 36614 Summary: valgrind shows a definite leak in rpcrt4/rpc_server.c process_request_packet() Product: Wine Version: 1.7.19 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com
==15328== 81 bytes in 10 blocks are definitely lost in loss record 71 of 107 ==15328== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==15328== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==15328== by 0x4EA25D5: I_RpcAllocate (rpcrt4_main.c:710) ==15328== by 0x4EA0134: RpcTransport_ParseTopOfTower (rpc_transport.c:3604) ==15328== by 0x4E8C6D7: TowerExplode (rpc_epmap.c:559) ==15328== by 0x495DA33: ept_map (epmp.c:219) ==15328== by 0x4960825: epm_ept_map (epm_s.c:744) ==15328== by 0x4E92AB2: process_request_packet (rpc_server.c:441) ==15328== by 0x4E92F06: RPCRT4_process_packet (rpc_server.c:519) ==15328== by 0x4E93099: RPCRT4_worker_thread (rpc_server.c:541) ==15328== by 0x7BC90A24: worker_thread_proc (threadpool.c:110) ==15328== by 0x7BC870C7: ??? (signal_i386.c:2571) ==15328== by 0x7BC87110: call_thread_func (signal_i386.c:2630) ==15328== by 0x7BC870A5: ??? (signal_i386.c:2571) ==15328== by 0x7BC8E4EC: start_thread (thread.c:428) ==15328== by 0x421FF92: start_thread (pthread_create.c:309) ==15328== by 0x43247ED: clone (clone.S:129) ==15328==
This shows up at the end of make -k test, but I'm not sure which test causes it.
https://bugs.winehq.org/show_bug.cgi?id=36614
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind
https://bugs.winehq.org/show_bug.cgi?id=36614
--- Comment #1 from Austin English austinenglish@gmail.com --- I got something similar in ieframe/test/intshcut.c: ../../../tools/runtest -q -P wine -T ../../.. -M ieframe.dll -p ieframe_test.exe.so intshcut && touch intshcut.ok ==18050== 48 bytes in 1 blocks are definitely lost in loss record 3,420 of 6,149 ==18050== at 0x7BC4C6DF: notify_alloc (heap.c:255) ==18050== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716) ==18050== by 0x52896A8: dispatch_rpc (rpc.c:1453) ==18050== by 0x5BE4AAE: process_request_packet (rpc_server.c:441) ==18050== by 0x5BE4F02: RPCRT4_process_packet (rpc_server.c:519) ==18050== by 0x5BE5095: RPCRT4_worker_thread (rpc_server.c:541) ==18050== by 0x7BC90AA0: worker_thread_proc (threadpool.c:110) ==18050== by 0x7BC8714F: ??? (signal_i386.c:2571) ==18050== by 0x7BC87198: call_thread_func (signal_i386.c:2630) ==18050== by 0x7BC8712D: ??? (signal_i386.c:2571) ==18050== by 0x7BC8E579: start_thread (thread.c:429) ==18050== by 0x421FF92: start_thread (pthread_create.c:309) ==18050== by 0x432485D: clone (clone.S:129) ==18050==