https://bugs.winehq.org/show_bug.cgi?id=36330
Bug ID: 36330
Summary: valgrind shows a couple leak in
secur32/tests/schannel.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: secur32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==16588== 8 bytes in 1 blocks are definitely lost in loss record 10 of 297
==16588== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==16588== by 0x5ADC1F3: ???
==16588== by 0x5ADCAC8: ???
==16588== by 0x4D7D019: test_communication (schannel.c:696)
==16588== by 0x4D7E737: func_schannel (schannel.c:907)
==16588== by 0x4D805BC: run_test (test.h:584)
==16588== by 0x4D809AB: main (test.h:654)
==16588==
==16588== 11,108 bytes in 146 blocks are possibly lost in loss record 293 of
297
==16588== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==16588== by 0x4FA85DF: CryptMemAlloc (main.c:124)
==16588== by 0x4FB9D32: crypt_oid_init (oid.c:1431)
==16588== by 0x4FA81F8: DllMain (main.c:46)
==16588== by 0x4FCCF36: __wine_spec_dll_entry (dll_entry.c:40)
==16588== by 0x7BC53B24: ??? (in
/home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so)
==16588== by 0x7BC5644E: MODULE_InitDLL (loader.c:1068)
==16588== by 0x7BC56AE7: process_attach (loader.c:1157)
==16588== by 0x7BC596E6: LdrLoadDll (loader.c:2129)
==16588== by 0x7B8581FE: load_library (module.c:933)
==16588== by 0x7B8582C9: LoadLibraryExW (module.c:990)
==16588== by 0x7B8583E0: LoadLibraryExA (module.c:970)
==16588== by 0x7B85844C: LoadLibraryA (module.c:1022)
==16588== by 0x4D7E4B0: func_schannel (schannel.c:122)
==16588== by 0x4D805BC: run_test (test.h:584)
==16588== by 0x4D809AB: main (test.h:654)
==16588==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36286
Bug ID: 36286
Summary: valgrind shows an invalid read in ieframe/tests/ie.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==17071== Invalid read of size 4
==17071== at 0x400AD40: memcpy (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==17071== by 0x5A80552: xbuf_add (tmarshal.c:107)
==17071== by 0x5A82737: serialize_param (tmarshal.c:704)
==17071== by 0x5A82FB3: serialize_param (tmarshal.c:809)
==17071== by 0x5A88EB1: TMStubImpl_Invoke (tmarshal.c:2118)
==17071== by 0x50AD280: RPC_ExecuteCall (objidl.h:9086)
==17071== by 0x506C1ED: apartment_wndproc (compobj.c:1460)
==17071== by 0x54D8509: ??? (winproc.c:173)
==17071== by 0x54D867E: call_window_proc (winproc.c:244)
==17071== by 0x54DA817: WINPROC_call_window (winproc.c:900)
==17071== by 0x549BBE4: DispatchMessageW (message.c:4019)
==17071== by 0x4D26F60: IEWinMain (iexplore.c:1061)
==17071== by 0x475EA34: wWinMain (main.c:84)
==17071== by 0x475ED21: wmain (exe_wmain.c:51)
==17071== by 0x475EBFC: __wine_spec_exe_wentry (exe_wentry.c:36)
==17071== by 0x7B864247: ??? (process.c:1045)
==17071== by 0x7B864394: start_process (process.c:1097)
==17071== by 0x7BC87087: ??? (signal_i386.c:2571)
==17071== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==17071== by 0x7BC87065: ??? (signal_i386.c:2571)
==17071== Address 0x47f42c8 is 16 bytes after a recently re-allocated block of
size 208 alloc'd
==17071== at 0x7BC4C735: notify_alloc (heap.c:255)
==17071== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==17071== by 0x7B84586B: HeapAlloc (heap.c:271)
==17071== by 0x7B845A92: GlobalAlloc (heap.c:364)
==17071== by 0x7B846ECF: LocalAlloc (heap.c:967)
==17071== by 0x63A0A16: Alloc (comctl32undoc.c:74)
==17071== by 0x63F9DF0: REBAR_InsertBandT (rebar.c:2518)
==17071== by 0x63FD2C3: REBAR_WindowProc (rebar.c:3633)
==17071== by 0x54D8509: ??? (winproc.c:173)
==17071== by 0x54D867E: call_window_proc (winproc.c:244)
==17071== by 0x54DA817: WINPROC_call_window (winproc.c:900)
==17071== by 0x54971BC: call_window_proc (message.c:2223)
==17071== by 0x549A05A: send_message (message.c:3260)
==17071== by 0x549A678: SendMessageW (message.c:3454)
==17071== by 0x4D252BC: create_rebar (iexplore.c:492)
==17071== by 0x4D25371: iewnd_OnCreate (iexplore.c:506)
==17071== by 0x4D25B93: ie_window_proc (iexplore.c:665)
==17071== by 0x54D8509: ??? (winproc.c:173)
==17071== by 0x54D867E: call_window_proc (winproc.c:244)
==17071== by 0x54DA817: WINPROC_call_window (winproc.c:900)
==17071==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36196
Bug ID: 36196
Summary: valgrind shows some possible leaks in
mmdevapi/tests/propstore.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12387== 28 bytes in 1 blocks are possibly lost in loss record 92 of 461
==12387== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12387== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12387== by 0x4FC483E: COMPOBJ_DllList_Add (compobj.c:526)
==12387== by 0x4FC6B7A: apartment_getclassobject (compobj.c:1335)
==12387== by 0x4FCA2C4: get_inproc_class_object (compobj.c:2894)
==12387== by 0x4FCA783: CoGetClassObject (compobj.c:3032)
==12387== by 0x4FCAD45: CoCreateInstance (compobj.c:3197)
==12387== by 0x4E6D893: func_propstore (propstore.c:120)
==12387== by 0x4E80EAF: run_test (test.h:584)
==12387== by 0x4E8129E: main (test.h:654)
==12387==
{
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36586
Bug ID: 36586
Summary: valgrind shows uninitialized memory use in
user32/tests/msg.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: user32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==27824== Conditional jump or move depends on uninitialised value(s)
==27824== at 0x427931D: vfprintf (vfprintf.c:1634)
==27824== by 0x429C4E1: vsprintf (iovsprintf.c:42)
==27824== by 0x428229E: sprintf (sprintf.c:32)
==27824== by 0x4D13DF4: add_message_ (msg.c:1994)
==27824== by 0x4D4338F: test_hotkey (msg.c:13929)
==27824== by 0x4D47490: func_msg (msg.c:14598)
==27824== by 0x4DA6978: run_test (test.h:584)
==27824== by 0x4DA6D67: main (test.h:654)
==27824== Uninitialised value was created by a stack allocation
==27824== at 0x4D41D56: test_hotkey (msg.c:13707)
==27824== Use of uninitialised value of size 4
==27824== at 0x42780CD: _itoa_word (_itoa.c:180)
==27824== by 0x427B856: vfprintf (vfprintf.c:1634)
==27824== by 0x429C4E1: vsprintf (iovsprintf.c:42)
==27824== by 0x428229E: sprintf (sprintf.c:32)
==27824== by 0x4D13DF4: add_message_ (msg.c:1994)
==27824== by 0x4D4338F: test_hotkey (msg.c:13929)
==27824== by 0x4D47490: func_msg (msg.c:14598)
==27824== by 0x4DA6978: run_test (test.h:584)
==27824== by 0x4DA6D67: main (test.h:654)
==27824== Uninitialised value was created by a stack allocation
==27824== at 0x4D41D56: test_hotkey (msg.c:13707)
==27824==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36398
Bug ID: 36398
Summary: valgrind shows an invalid read in
comctl32/tests/toolbar.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: comctl32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==18993== Invalid read of size 2
==18993== at 0x7BC55D60: RtlImageNtHeader (loader.c:2742)
==18993== by 0x7BC55EB9: RtlImageDirectoryEntryToData (loader.c:2916)
==18993== by 0x7BC6FBC4: find_entry (resource.c:189)
==18993== by 0x7BC70270: LdrFindResource_U (resource.c:303)
==18993== by 0x7B86DB6F: find_resourceW (resource.c:139)
==18993== by 0x7B86F7FD: FindResourceExW (resource.c:183)
==18993== by 0x7B86F8ED: FindResourceW (resource.c:192)
==18993== by 0x51A10FB: TOOLBAR_AddStringW (toolbar.c:2922)
==18993== by 0x51A8403: ToolbarWindowProc (toolbar.c:2993)
==18993== by 0x54CC579: ??? (in
/home/austin/wine-valgrind-known/dlls/user32/user32.dll.so)
==18993== by 0x54CCCB5: call_window_proc (winproc.c:244)
==18993== by 0x54CE525: WINPROC_CallProcAtoW (winproc.c:504)
==18993== by 0x54CF3F2: WINPROC_call_window (winproc.c:911)
==18993== by 0x548DF3C: call_window_proc (message.c:2223)
==18993== by 0x5495685: send_message (message.c:3260)
==18993== by 0x5497BB0: SendMessageA (message.c:3476)
==18993== by 0x4FB7E62: test_add_string (toolbar.c:537)
==18993== by 0x4FBE480: func_toolbar (toolbar.c:1955)
==18993== by 0x4F4284B: main (test.h:584)
==18993== Address 0xdeadbeee is on thread 1's stack
==18993==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36129
Bug ID: 36129
Summary: valgrind shows some possible leaks in
oleaut32/olepicture.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: oleaut32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==26738== 28 bytes in 1 blocks are possibly lost in loss record 206 of 736
==26738== at 0x7BC4D7D7: RtlAllocateHeap (heap.c:233)
==26738== by 0x54EA474: apartment_getclassobject (compobj.c:526)
==26738== by 0x54ED2D7: get_inproc_class_object (compobj.c:2894)
==26738== by 0x54EFC3B: CoGetClassObject (compobj.c:3032)
==26738== by 0x54F0307: CoCreateInstance (compobj.c:3197)
==26738== by 0x50BF1A3: OLEPictureImpl_LoadWICDecoder (olepicture.c:1163)
==26738== by 0x50BFE83: OLEPictureImpl_Load (olepicture.c:1490)
==26738== by 0x50C185E: OleLoadPicture (objidl.h:3149)
==26738== by 0x4D5BE6B: test_pic_with_stream (olepicture.c:199)
==26738== by 0x4D5C34C: test_pic (olepicture.c:281)
==26738== by 0x4D5D7F7: func_olepicture (olepicture.c:1261)
==26738== by 0x4D563A7: main (test.h:584)
==26738==
==26738== 28 bytes in 1 blocks are possibly lost in loss record 207 of 736
==26738== at 0x7BC4D7D7: RtlAllocateHeap (heap.c:233)
==26738== by 0x54EA474: apartment_getclassobject (compobj.c:526)
==26738== by 0x54ED2D7: get_inproc_class_object (compobj.c:2894)
==26738== by 0x54EFC3B: CoGetClassObject (compobj.c:3032)
==26738== by 0x54F0307: CoCreateInstance (compobj.c:3197)
==26738== by 0x50C1E61: OleLoadPicturePath (olepicture.c:2400)
==26738== by 0x4D5D200: test_OleLoadPicturePath (olepicture.c:912)
==26738== by 0x4D5EEE4: func_olepicture (olepicture.c:1283)
==26738== by 0x4D563A7: main (test.h:584)
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36123
Bug ID: 36123
Summary: valgrind shows leaks in msiexec/msiexec.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: programs
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==23034== 20 bytes in 1 blocks are definitely lost in loss record 107 of 592
==23034== at 0x7BC4C735: notify_alloc (heap.c:255)
==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==23034== by 0x472DD61: process_args (msiexec.c:490)
==23034== by 0x472E0BD: WinMain (msiexec.c:576)
==23034== by 0x473039B: main (exe_main.c:49)
==23034==
==23034== 26 bytes in 1 blocks are definitely lost in loss record 146 of 592
==23034== at 0x7BC4C735: notify_alloc (heap.c:255)
==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==23034== by 0x472CE7F: StringListAppend (msiexec.c:113)
==23034== by 0x472F9DE: WinMain (msiexec.c:966)
==23034== by 0x473039B: main (exe_main.c:49)
==23034==
==23034== 28 bytes in 1 blocks are definitely lost in loss record 150 of 592
==23034== at 0x7BC4C735: notify_alloc (heap.c:255)
==23034== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==23034== by 0x472CFA7: build_properties (msiexec.c:146)
==23034== by 0x472FA15: WinMain (msiexec.c:972)
==23034== by 0x473039B: main (exe_main.c:49)
==23034==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36577
Bug ID: 36577
Summary: valgrind shows a use after free in urlmon/tests/url.c
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==23547== Invalid read of size 4
==23547== at 0x50304F6: Binding_Abort (binding.c:852)
==23547== by 0x78BB53D: abort_window_bindings (urlmon.h:408)
==23547== by 0x78A3C6C: detach_inner_window (htmlwindow.c:124)
==23547== by 0x78A421D: release_outer_window (htmlwindow.c:206)
==23547== by 0x78A45C7: HTMLWindow2_Release (htmlwindow.c:282)
==23547== by 0x7846EDB: CustomDoc_Release (mshtml.h:47873)
==23547== by 0x7834D3F: htmldoc_release (mshtml_private.h:544)
==23547== by 0x7835535: HTMLDocument_Release (htmldoc.c:140)
==23547== by 0x4EC4D3A: test_BindToObject (url.c:3332)
==23547== by 0x4EC8513: func_url (url.c:3895)
==23547== by 0x4ECA166: run_test (test.h:584)
==23547== by 0x4ECA555: main (test.h:654)
==23547== Address 0x49c3818 is 4,432 bytes inside a block of size 8,416 free'd
==23547== at 0x7BC4C72C: notify_free (heap.c:263)
==23547== by 0x7BC51071: RtlFreeHeap (heap.c:1762)
==23547== by 0x65C4013: heap_free (internet.h:136)
==23547== by 0x65C4A4F: WININET_Release (internet.c:277)
==23547== by 0x65CDD91: INTERNET_WorkerThreadFunc (internet.c:3841)
==23547== by 0x7BC90A24: worker_thread_proc (threadpool.c:110)
==23547== by 0x7BC870C7: ??? (signal_i386.c:2571)
==23547== by 0x7BC87110: call_thread_func (signal_i386.c:2630)
==23547== by 0x7BC870A5: ??? (signal_i386.c:2571)
==23547== by 0x7BC8E4EC: start_thread (thread.c:428)
==23547== by 0x421FF92: start_thread (pthread_create.c:309)
==23547== by 0x43247ED: clone (clone.S:129)
==23547==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36306
Bug ID: 36306
Summary: valgrind shows a possible leak in
netapi32/tests/wksta.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: netapi32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==30938== 64 bytes in 2 blocks are possibly lost in loss record 40 of 73
==30938== at 0x7BC4C735: notify_alloc (heap.c:255)
==30938== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30938== by 0x4C25EDC: ???
==30938== by 0x4C33153: ???
==30938== by 0x4C29723: ???
==30938== by 0x4C29B00: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C33751: ???
==30938== by 0x4C29ABA: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C3362E: ???
==30938== by 0x4C2E6E4: ???
==30938== by 0x4957493: run_wkstatransportenum_tests (wksta.c:152)
==30938== by 0x4957AB6: func_wksta (wksta.c:237)
==30938== by 0x49588C0: run_test (test.h:584)
==30938== by 0x4958CAF: main (test.h:654)
==30938== 64 bytes in 2 blocks are possibly lost in loss record 41 of 73
==30938== at 0x7BC4C735: notify_alloc (heap.c:255)
==30938== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==30938== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326)
==30938== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356)
==30938== by 0x7B876AD0: InitializeCriticalSection (sync.c:313)
==30938== by 0x4C33177: ???
==30938== by 0x4C29723: ???
==30938== by 0x4C29B00: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C33751: ???
==30938== by 0x4C29ABA: ???
==30938== by 0x4C3351B: ???
==30938== by 0x4C3362E: ???
==30938== by 0x4C2E6E4: ???
==30938== by 0x4957493: run_wkstatransportenum_tests (wksta.c:152)
==30938== by 0x4957AB6: func_wksta (wksta.c:237)
==30938== by 0x49588C0: run_test (test.h:584)
==30938== by 0x4958CAF: main (test.h:654)
==30938==
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36166
Bug ID: 36166
Summary: valgrind shows several possible leaks in
vbscript/tests/createobj.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==1948== 20 bytes in 1 blocks are possibly lost in loss record 128 of 653
==1948== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1948== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1948== by 0x680B673: heap_alloc (vbscript.h:432)
==1948== by 0x680CBCD: VBScript_AddNamedItem (vbscript.c:426)
==1948== by 0x4E4B610: create_script (activscp.h:1022)
==1948== by 0x4E4D020: test_GetObject (createobj.c:1022)
==1948== by 0x4E4D35B: func_createobj (createobj.c:1097)
==1948== by 0x4E5DA0F: run_test (test.h:584)
==1948== by 0x4E5DDFE: main (test.h:654)
==1948==
==1948== 28 bytes in 1 blocks are possibly lost in loss record 179 of 653
==1948== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==1948== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==1948== by 0x4FCB21A: heap_alloc_zero (typelib.c:1662)
==1948== by 0x4FCDE59: MSFT_ReadAllRefs (typelib.c:2902)
==1948== by 0x4FD0104: ITypeLib2_Constructor_MSFT (typelib.c:3716)
==1948== by 0x4FCF370: TLB_ReadTypeLib (typelib.c:3460)
==1948== by 0x4FC7694: LoadTypeLibEx (typelib.c:478)
==1948== by 0x4FC75D0: LoadTypeLib (typelib.c:454)
==1948== by 0x680E4C6: get_typeinfo (vbscript_main.c:56)
==1948== by 0x67F321B: init_global (global.c:1946)
==1948== by 0x680BA7F: set_ctx_site (vbscript.c:105)
==1948== by 0x680C509: VBScript_SetScriptSite (vbscript.c:312)
==1948== by 0x4E4B59D: create_script (activscp.h:1007)
==1948== by 0x4E4B6F1: test_CreateObject (createobj.c:779)
==1948== by 0x4E4D356: func_createobj (createobj.c:1096)
==1948== by 0x4E5DA0F: run_test (test.h:584)
==1948== by 0x4E5DDFE: main (test.h:654)
==1948==
==2464== 112 bytes in 1 blocks are possibly lost in loss record 425 of 653
==2464== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==2464== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==2464== by 0x4FA80B4: alloc_bstr (oleaut.c:162)
==2464== by 0x4FA844A: SysAllocStringLen (oleaut.c:324)
==2464== by 0x4E4958F: a2bstr (createobj.c:126)
==2464== by 0x4E4B2FF: parse_script_ae (createobj.c:721)
==2464== by 0x4E4D038: test_GetObject (createobj.c:1023)
==2464== by 0x4E4D35B: func_createobj (createobj.c:1097)
==2464== by 0x4E5DA0F: run_test (test.h:584)
==2464== by 0x4E5DDFE: main (test.h:654)
==2464==
etc.
--
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.