https://bugs.winehq.org/show_bug.cgi?id=36248
Bug ID: 36248
Summary: valgrind shows several potential leaks in
cryptui/tests/cryptui.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 48378
--> https://bugs.winehq.org/attachment.cgi?id=48378
valgrind log
==28603== 20 bytes in 1 blocks are possibly lost in loss record 109 of 617
==28603== at 0x7BC4C735: notify_alloc (heap.c:255)
==28603== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28603== by 0x4D539FE: CryptMemAlloc (main.c:124)
==28603== by 0x4D676D9: ContextPropertyList_SetProperty (proplist.c:132)
==28603== by 0x4D67907: ContextPropertyList_Copy (proplist.c:215)
==28603== by 0x4D2EA1E: Context_CopyProperties (context.c:130)
==28603== by 0x4D1ABDC: Cert_clone (cert.c:139)
==28603== by 0x4D736E0: MemStore_addContext (store.c:151)
==28603== by 0x4D73AB1: MemStore_addCert (store.c:243)
==28603== by 0x4D1B189: add_cert_to_store (cert.c:263)
==28603== by 0x4D1B2EF: CertAddCertificateContextToStore (cert.c:287)
==28603== by 0x4D6C405: CRYPT_RegReadSerializedFromReg (regstore.c:138)
==28603== by 0x4D6C535: CRYPT_RegReadFromReg (regstore.c:175)
==28603== by 0x4D6D57F: CRYPT_RegOpenStore (regstore.c:557)
==28603== by 0x4D74877: CRYPT_SysRegOpenStoreW (store.c:511)
==28603== by 0x4D75B5B: CertOpenStore (store.c:907)
==28603== by 0x4D74B57: CRYPT_SysOpenStoreW (store.c:585)
==28603== by 0x4D75B5B: CertOpenStore (store.c:907)
==28603== by 0x49555B5: test_crypt_ui_wiz_import (cryptui.c:402)
==28603== by 0x4956625: func_cryptui (cryptui.c:660)
==28603==
==28603== 20 bytes in 1 blocks are possibly lost in loss record 110 of 617
==28603== at 0x7BC4C735: notify_alloc (heap.c:255)
==28603== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28603== by 0x4D539FE: CryptMemAlloc (main.c:124)
==28603== by 0x4D2E117: CertAddStoreToCollection (collectionstore.c:519)
==28603== by 0x4D74C65: CRYPT_SysOpenStoreW (store.c:608)
==28603== by 0x4D75B5B: CertOpenStore (store.c:907)
==28603== by 0x49555B5: test_crypt_ui_wiz_import (cryptui.c:402)
==28603== by 0x4956625: func_cryptui (cryptui.c:660)
==28603== by 0x495742C: run_test (test.h:584)
==28603== by 0x495781A: main (test.h:654)
==28603==
==28746== 20 bytes in 1 blocks are possibly lost in loss record 119 of 736
==28746== at 0x7BC4C735: notify_alloc (heap.c:255)
==28746== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==28746== by 0x4D639FE: CryptMemAlloc (main.c:124)
==28746== by 0x4D3E117: CertAddStoreToCollection (collectionstore.c:519)
==28746== by 0x4D84C65: CRYPT_SysOpenStoreW (store.c:608)
==28746== by 0x4D85B5B: CertOpenStore (store.c:907)
==28746== by 0x5889197: ???
==28746== by 0x58891EA: ???
==28746== by 0x588AEEA: ???
==28746== by 0x588BAAD: ???
==28746== by 0x4955536: test_crypt_ui_wiz_import (cryptui.c:397)
==28746== by 0x4956625: func_cryptui (cryptui.c:660)
==28746== by 0x495742C: run_test (test.h:584)
==28746== by 0x495781A: main (test.h:654)
==28746==
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.
https://bugs.winehq.org/show_bug.cgi?id=36418
Bug ID: 36418
Summary: valgrind shows a possible leak in
ole32/tests/usrmarshal.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==4348== 28 bytes in 1 blocks are possibly lost in loss record 168 of 582
==4348== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==4348== by 0x515CBB8: apartment_getclassobject (compobj.c:526)
==4348== by 0x515FFC6: get_inproc_class_object (compobj.c:2894)
==4348== by 0x5162D2F: CoGetClassObject (compobj.c:3032)
==4348== by 0x5184818: marshal_object (marshal.c:114)
==4348== by 0x51B2B34: start_apartment_remote_unknown (stubmanager.c:804)
==4348== by 0x5199D9C: RPC_StartRemoting (rpc.c:1645)
==4348== by 0x5184C52: StdMarshalImpl_MarshalInterface (marshal.c:1249)
==4348== by 0x518593A: CoMarshalInterface (objidl.h:611)
==4348== by 0x4BAC13E: marshal_WdtpInterfacePointer (usrmarshal.c:590)
==4348== by 0x4BAD05D: func_usrmarshal (usrmarshal.c:638)
==4348== by 0x4BADEA8: run_test (test.h:584)
==4348== by 0x4BAE297: main (test.h:654)
==4348==
--
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=36363
Bug ID: 36363
Summary: valgrind shows a potential leak in
hlink/tests/browse_ctx.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15404== 28 bytes in 1 blocks are possibly lost in loss record 172 of 615
==15404== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==15404== by 0x5C01BB8: apartment_getclassobject (compobj.c:526)
==15404== by 0x5C04FC6: get_inproc_class_object (compobj.c:2894)
==15404== by 0x5C07D2F: CoGetClassObject (compobj.c:3032)
==15404== by 0x5C084B7: CoCreateInstance (compobj.c:3197)
==15404== by 0x4AA1081: HlinkCreateBrowseContext (hlink_main.c:178)
==15404== by 0x4A55492: func_browse_ctx (browse_ctx.c:47)
==15404== by 0x4A60218: run_test (test.h:584)
==15404== by 0x4A60607: main (test.h:654)
==15404==
--
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=36309
Bug ID: 36309
Summary: valgrind shows a definite leak in
ole32/tests/dragdrop.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==31321== 12 bytes in 1 blocks are definitely lost in loss record 95 of 716
==31321== at 0x7BC4C735: notify_alloc (heap.c:255)
==31321== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==31321== by 0x50D611D: WrapDropTarget (ole2.c:513)
==31321== by 0x50D640A: RegisterDragDrop (ole2.c:598)
==31321== by 0x497A471: test_DoDragDrop (dragdrop.c:496)
==31321== by 0x497AF08: func_dragdrop (dragdrop.c:572)
==31321== by 0x49D0714: run_test (test.h:584)
==31321== by 0x49D0B03: main (test.h:654)
==31321==
--
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=36126
Bug ID: 36126
Summary: valgrind shows a possible leak in msi/tests/install.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: msi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24112== 58 bytes in 1 blocks are possibly lost in loss record 341 of 758
==24112== at 0x7BC4C735: notify_alloc (heap.c:255)
==24112== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==24112== by 0x5069418: msi_alloc (msipriv.h:1188)
==24112== by 0x506B65C: msi_create_table (table.c:738)
==24112== by 0x500F919: CREATE_execute (create.c:72)
==24112== by 0x50453D9: MSI_ViewExecute (msiquery.c:456)
==24112== by 0x5016DAF: msi_add_table_to_db (database.c:783)
==24112== by 0x5017641: MSI_DatabaseImport (database.c:996)
==24112== by 0x5017861: MsiDatabaseImportW (database.c:1044)
==24112== by 0x5017975: MsiDatabaseImportA (database.c:1071)
==24112== by 0x4C9C113: create_database_wordcount (install.c:2442)
==24112== by 0x4CA1D82: test_readonlyfile_cab (install.c:3326)
==24112== by 0x4CAE5B2: func_install (install.c:5878)
==24112== by 0x4D69EB8: run_test (test.h:584)
==24112== by 0x4D6A2A7: main (test.h:654)
==24112==
--
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=36424
Bug ID: 36424
Summary: valgrind shows a leak in quartz/tests/filtergraph.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==27031== 28 bytes in 1 blocks are possibly lost in loss record 248 of 920
==27031== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==27031== by 0x530CBB8: apartment_getclassobject (compobj.c:526)
==27031== by 0x530FFC6: get_inproc_class_object (compobj.c:2894)
==27031== by 0x5312D2F: CoGetClassObject (compobj.c:3032)
==27031== by 0x53134B7: CoCreateInstance (compobj.c:3197)
==27031== by 0x6108B69: ???
==27031== by 0x4D6B3AD: test_render_filter_priority (strmif.h:4913)
==27031== by 0x4D6BFE7: func_filtergraph (filtergraph.c:1893)
==27031== by 0x4D723D4: run_test (test.h:584)
==27031== by 0x4D727C3: main (test.h:654)
==27031==
--
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=36414
Bug ID: 36414
Summary: valgrind shows a definite leak in
ole32/tests/marshal.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24464== 72 bytes in 1 blocks are definitely lost in loss record 441 of 824
==24464== at 0x7BC51B57: RtlReAllocateHeap (heap.c:255)
==24464== by 0x7B844340: HeapReAlloc (heap.c:281)
==24464== by 0x7B84503C: GlobalReAlloc (heap.c:679)
==24464== by 0x539C75D: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==24464== by 0x539C896: HGLOBALStreamImpl_Write (objidl.h:4391)
==24464== by 0x53A4CED: StdMarshalImpl_MarshalInterface (objidl.h:4384)
==24464== by 0x53A593A: CoMarshalInterface (objidl.h:611)
==24464== by 0x5384BE9: CoRegisterClassObject (compobj.c:969)
==24464== by 0x4D94452: test_local_server (marshal.c:2995)
==24464== by 0x4D9860E: func_marshal (marshal.c:3548)
==24464== by 0x4DCDEA8: run_test (test.h:584)
==24464== by 0x4DCE297: main (test.h:654)
==24464==
--
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=36275
Bug ID: 36275
Summary: valgrind shows a possible leak in dsound's
DirectSoundDevice_Create, in dsound/tests/*.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dsound
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
The system is currently failing this test (ds3d.c:984: Test failed:
DirectSoundCreate() failed: 8889000a), doesn't normally, not sure, why..in any
case, there's a leak:
==9326== 32 bytes in 1 blocks are possibly lost in loss record 390 of 985
==9326== at 0x7BC4C735: notify_alloc (heap.c:255)
==9326== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==9326== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326)
==9326== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356)
==9326== by 0x7B876AD0: InitializeCriticalSection (sync.c:313)
==9326== by 0x5F69F72: DirectSoundDevice_Create (dsound.c:649)
==9326== by 0x5F6A7D3: DirectSoundDevice_Initialize (dsound.c:781)
==9326== by 0x5F69494: IDirectSound8Impl_Initialize (dsound.c:398)
==9326== by 0x5F69915: DirectSoundCreate (dsound.c:520)
==9326== by 0x495C1C7: test_for_driver (ds3d.c:983)
==9326== by 0x495D5F0: dsenum_callback (ds3d.c:1272)
==9326== by 0x5F6D693: a_to_w_callback (dsound_main.c:319)
==9326== by 0x5F6DCBD: send_device (dsound_main.c:442)
==9326== by 0x5F6E0E6: enumerate_mmdevices (dsound_main.c:517)
==9326== by 0x5F6E278: DirectSoundEnumerateW (dsound_main.c:561)
==9326== by 0x5F6D736: DirectSoundEnumerateA (dsound_main.c:349)
==9326== by 0x495DAB4: ds3d_tests (ds3d.c:1315)
==9326== by 0x495DBA2: func_ds3d (ds3d.c:1335)
==9326== by 0x4974540: run_test (test.h:584)
==9326== by 0x497492F: main (test.h:654)
==9326==
Also affects the dsound.c, dsound8.c, ... tests
--
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=36264
Bug ID: 36264
Summary: valgrind shows a couple possible leaks in
dispex/tests/marshal.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: ole32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==3861== 28 bytes in 1 blocks are possibly lost in loss record 176 of 609
==3861== at 0x7BC4C735: notify_alloc (heap.c:255)
==3861== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==3861== by 0x4D448CE: COMPOBJ_DllList_Add (compobj.c:526)
==3861== by 0x4D46C0A: apartment_getclassobject (compobj.c:1335)
==3861== by 0x4D4A354: get_inproc_class_object (compobj.c:2894)
==3861== by 0x4D4A813: CoGetClassObject (compobj.c:3032)
==3861== by 0x5886266: create_stub (ndr_ole.c:415)
==3861== by 0x5868E2B: CStdStubBuffer_Delegating_Construct (cstub.c:346)
==3861== by 0x58674C9: CStdPSFactory_CreateStub (cpsf.c:131)
==3861== by 0x4D6D8E4: marshal_object (objidl.h:9251)
==3861== by 0x4D709E0: StdMarshalImpl_MarshalInterface (marshal.c:1251)
==3861== by 0x4D727A1: CoMarshalInterface (objidl.h:611)
==3861== by 0x4954F33: host_object_proc (marshal.c:65)
==3861== by 0x7BC87087: ??? (signal_i386.c:2571)
==3861== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==3861== by 0x7BC87065: ??? (signal_i386.c:2571)
==3861== by 0x7BC8E4B0: start_thread (thread.c:428)
==3861== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==3861== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
--
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=36137
Bug ID: 36137
Summary: valgrind shows some leaks in oleaut32/tests/tmarshal.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
==31591== 8 bytes in 1 blocks are possibly lost in loss record 45 of 638
==31591== at 0x7BC4C735: notify_alloc (heap.c:255)
==31591== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==31591== by 0x7B84586B: HeapAlloc (heap.c:271)
==31591== by 0x7B845B40: GlobalAlloc (heap.c:376)
==31591== by 0x5461F06: CreateStreamOnHGlobal (hglobalstream.c:603)
==31591== by 0x4C73817: test_external_connection (tmarshal.c:1873)
==31591== by 0x4C741F7: func_tmarshal (tmarshal.c:1952)
==31591== by 0x4D75F00: run_test (test.h:584)
==31591== by 0x4D762EF: main (test.h:654)
==31591== 72 bytes in 1 blocks are definitely lost in loss record 355 of 638
==31591== at 0x7BC4C735: notify_alloc (heap.c:255)
==31591== by 0x7BC5161A: RtlReAllocateHeap (heap.c:1883)
==31591== by 0x7B8458E5: HeapReAlloc (heap.c:281)
==31591== by 0x7B846646: GlobalReAlloc (heap.c:679)
==31591== by 0x5461912: HGLOBALStreamImpl_SetSize (hglobalstream.c:381)
==31591== by 0x54615AD: HGLOBALStreamImpl_Write (objidl.h:4391)
==31591== by 0x5469938: StdMarshalImpl_MarshalInterface (objidl.h:4384)
==31591== by 0x546B65D: CoMarshalInterface (objidl.h:611)
==31591== by 0x4C73897: test_external_connection (tmarshal.c:1877)
==31591== by 0x4C741F7: func_tmarshal (tmarshal.c:1952)
==31591== by 0x4D75F00: run_test (test.h:584)
==31591== by 0x4D762EF: main (test.h:654)
==31591== 32 bytes in 1 blocks are definitely lost in loss record 230 of 638
==31591== at 0x7BC4C735: notify_alloc (heap.c:255)
==31591== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==31591== by 0x4FF22D2: deserialize_param (tmarshal.c:1201)
==31591== by 0x4FF3941: xCall (tmarshal.c:1482)
==31591== by 0x6E701B2: ???
==31591== by 0x4C741E3: func_tmarshal (tmarshal.c:1948)
==31591== by 0x4D75F00: run_test (test.h:584)
==31591== by 0x4D762EF: main (test.h:654)
==31928== 32 bytes in 1 blocks are definitely lost in loss record 230 of 639
==31928== at 0x7BC4C735: notify_alloc (heap.c:255)
==31928== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==31928== by 0x4FD80FA: alloc_bstr (oleaut.c:162)
==31928== by 0x4FD8490: SysAllocStringLen (oleaut.c:324)
==31928== by 0x4FD81A7: SysAllocString (oleaut.c:232)
==31928== by 0x4C6FAB0: test_typelibmarshal (tmarshal.c:1327)
==31928== by 0x4C741E3: func_tmarshal (tmarshal.c:1948)
==31928== by 0x4D75F00: run_test (test.h:584)
==31928== by 0x4D762EF: main (test.h:654)
==31928==
==32011== 28 bytes in 1 blocks are possibly lost in loss record 185 of 637
==32011== at 0x7BC4C735: notify_alloc (heap.c:255)
==32011== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==32011== by 0x53FD8B6: COMPOBJ_DllList_Add (compobj.c:526)
==32011== by 0x53FFBF2: apartment_getclassobject (compobj.c:1335)
==32011== by 0x540333C: get_inproc_class_object (compobj.c:2894)
==32011== by 0x54037FB: CoGetClassObject (compobj.c:3032)
==32011== by 0x54265B1: get_facbuf_for_iid (marshal.c:114)
==32011== by 0x54266E7: marshal_object (marshal.c:151)
==32011== by 0x5460599: start_apartment_remote_unknown (stubmanager.c:804)
==32011== by 0x5441BF6: RPC_StartRemoting (rpc.c:1645)
==32011== by 0x5429867: StdMarshalImpl_MarshalInterface (marshal.c:1249)
==32011== by 0x542B65D: CoMarshalInterface (objidl.h:611)
==32011== by 0x4C37CEE: host_object_proc (tmarshal.c:79)
==32011== by 0x7BC87087: ??? (signal_i386.c:2571)
==32011== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==32011== by 0x7BC87065: ??? (signal_i386.c:2571)
==32011== by 0x7BC8E4B0: start_thread (thread.c:428)
==32011== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==32011== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==32011== 28 bytes in 1 blocks are possibly lost in loss record 186 of 637
==32011== at 0x7BC4C735: notify_alloc (heap.c:255)
==32011== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==32011== by 0x53FD8B6: COMPOBJ_DllList_Add (compobj.c:526)
==32011== by 0x53FFBF2: apartment_getclassobject (compobj.c:1335)
==32011== by 0x540333C: get_inproc_class_object (compobj.c:2894)
==32011== by 0x54037FB: CoGetClassObject (compobj.c:3032)
==32011== by 0x54265B1: get_facbuf_for_iid (marshal.c:114)
==32011== by 0x54266E7: marshal_object (marshal.c:151)
==32011== by 0x542989C: StdMarshalImpl_MarshalInterface (marshal.c:1251)
==32011== by 0x542B65D: CoMarshalInterface (objidl.h:611)
==32011== by 0x4C37CEE: host_object_proc (tmarshal.c:79)
==32011== by 0x7BC87087: ??? (signal_i386.c:2571)
==32011== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==32011== by 0x7BC87065: ??? (signal_i386.c:2571)
==32011== by 0x7BC8E4B0: start_thread (thread.c:428)
==32011== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==32011== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==32011==
--
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.