https://bugs.winehq.org/show_bug.cgi?id=36632
Bug ID: 36632
Summary: valgrind shows a use after free in
dsound/tests/ds3d8.c
Product: Wine
Version: 1.7.19
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
../../../tools/runtest -q -P wine -T ../../.. -M dsound.dll -p
dsound_test.exe.so ds3d8 && touch ds3d8.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==10296== Thread 2:
==10296== Invalid read of size 4
==10296== at 0x7BC39D3F: RtlpWaitForCriticalSection (critsection.c:446)
==10296== by 0x7BC3A0D0: RtlEnterCriticalSection (critsection.c:558)
==10296== by 0x6315EBF: alsa_push_buffer_data (mmdevdrv.c:2150)
==10296== by 0x7BC91871: timer_callback_wrapper (threadpool.c:572)
==10296== by 0x7BC91BD4: queue_timer_expire (threadpool.c:649)
==10296== by 0x7BC91DF5: timer_queue_thread_proc (threadpool.c:712)
==10296== by 0x7BC87137: ??? (signal_i386.c:2571)
==10296== by 0x7BC87180: call_thread_func (signal_i386.c:2630)
==10296== by 0x7BC87115: ??? (signal_i386.c:2571)
==10296== by 0x7BC8E560: start_thread (thread.c:428)
==10296== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==10296== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==10296== Address 0x4908c54 is 300 bytes inside a block of size 344 free'd
==10296== at 0x7BC4C7AA: notify_free (heap.c:263)
==10296== by 0x7BC510EF: RtlFreeHeap (heap.c:1762)
==10296== by 0x63113EE: AudioClient_Release (mmdevdrv.c:913)
==10296== by 0x6319DAA: AudioStreamVolume_Release (audioclient.h:311)
==10296== by 0x5D3F32A: DirectSoundDevice_Release (audioclient.h:1249)
==10296== by 0x5D3D0E5: directsound_destroy (dsound.c:124)
==10296== by 0x5D3D833: IDirectSound8Impl_Release (dsound.c:233)
==10296== by 0x4A613E2: test_secondary8 (ds3d8.c:808)
==10296== by 0x4A62955: dsenum_callback (ds3d8.c:1121)
==10296== by 0x5D42693: a_to_w_callback (dsound_main.c:319)
==10296== by 0x5D42F64: enumerate_mmdevices (dsound_main.c:492)
==10296== by 0x5D43278: DirectSoundEnumerateW (dsound_main.c:561)
==10296== by 0x5D42736: DirectSoundEnumerateA (dsound_main.c:349)
==10296== by 0x4A62BC4: ds3d8_tests (ds3d8.c:1137)
==10296== by 0x4A62CC0: func_ds3d8 (ds3d8.c:1157)
==10296== by 0x4A74540: run_test (test.h:584)
==10296== by 0x4A7492F: main (test.h:654)
==10296==
--
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=36561
Bug ID: 36561
Summary: valgrind shows a definite leak in msrle/tests/msrle.c
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(a)winehq.org
Reporter: austinenglish(a)gmail.com
==29940== 256 bytes in 1 blocks are definitely lost in loss record 399 of 539
==29940== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==29940== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==29940== by 0x7B8457FF: HeapAlloc (heap.c:271)
==29940== by 0x7B845A26: GlobalAlloc (heap.c:364)
==29940== by 0x7B846E63: LocalAlloc (heap.c:967)
==29940== by 0x65FE88C: ???
==29940== by 0x65FEB12: ???
==29940== by 0x6600326: ???
==29940== by 0x4E168F6: DRIVER_SendMessage (driver.c:136)
==29940== by 0x4E16A41: SendDriverMessage (driver.c:156)
==29940== by 0x4DEE914: MSVIDEO_SendMessage (msvideo_main.c:173)
==29940== by 0x4DF13FD: ICSendMessage (msvideo_main.c:1096)
==29940== by 0x4DF0492: ICCompress (msvideo_main.c:741)
==29940== by 0x4CA23BE: test_encode (msrle.c:92)
==29940== by 0x4CA24A6: func_msrle (msrle.c:104)
==29940== by 0x4CA3299: run_test (test.h:584)
==29940== by 0x4CA3687: main (test.h:654)
==29940==
--
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=36138
Bug ID: 36138
Summary: valgrind shows some leaks in oleaut32/tests/typelib.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
Created attachment 48298
--> https://bugs.winehq.org/attachment.cgi?id=48298
valgrind log
==32128== 16 bytes in 1 blocks are possibly lost in loss record 122 of 609
==32128== at 0x7BC4C735: notify_alloc (heap.c:255)
==32128== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==32128== by 0x4F980FA: alloc_bstr (oleaut.c:162)
==32128== by 0x4F98490: SysAllocStringLen (oleaut.c:324)
==32128== by 0x4F981A7: SysAllocString (oleaut.c:232)
==32128== by 0x4FBBBA5: TLB_append_str (typelib.c:1979)
==32128== by 0x4FCEAC1: ICreateTypeLib2_fnCreateTypeInfo (typelib.c:8728)
==32128== by 0x4C5A83F: test_SetFuncAndParamNames (oaidl.h:5892)
==32128== by 0x4C60908: func_typelib (typelib.c:5439)
==32128== by 0x4D35F00: run_test (test.h:584)
==32128== by 0x4D362EF: main (test.h:654)
I'll attach a full log.
--
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=36575
Bug ID: 36575
Summary: valgrind shows a couple possible leaks in
urlmon/tests/sec_mgr.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
../../../tools/runtest -q -P wine -T ../../.. -M urlmon.dll -p
urlmon_test.exe.so sec_mgr && touch sec_mgr.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
fixme:urlmon:SecManagerImpl_GetSecurityIdEx2 dwReserved is not supported yet
==28354== 8 bytes in 1 blocks are possibly lost in loss record 37 of 599
==28354== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==28354== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==28354== by 0x7B8457FF: HeapAlloc (heap.c:271)
==28354== by 0x7B845AD4: GlobalAlloc (heap.c:376)
==28354== by 0x516B4C7: OLEClipbrd_Initialize (clipboard.c:1732)
==28354== by 0x51A48E6: OleInitialize (ole2.c:215)
==28354== by 0x4CE4B3A: func_sec_mgr (sec_mgr.c:2043)
==28354== by 0x4D16166: run_test (test.h:584)
==28354== by 0x4D16555: main (test.h:654)
==28354==
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
==28354== 36 bytes in 1 blocks are possibly lost in loss record 231 of 599
==28354== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==28354== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==28354== by 0x4EC359D: heap_alloc (urlmon_main.h:236)
==28354== by 0x4EC3B3C: register_namespace (session.c:126)
==28354== by 0x4EC4832: InternetSession_RegisterNameSpace (session.c:375)
==28354== by 0x4CE20A2: register_protocols (urlmon.h:3759)
==28354== by 0x4CE4B42: func_sec_mgr (sec_mgr.c:2044)
==28354== by 0x4D16166: run_test (test.h:584)
==28354== by 0x4D16555: main (test.h:654)
==28354==
--
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=36197
Bug ID: 36197
Summary: valgrind shows some possible leaks in
mmdevapi/tests/render.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
==12595== 28 bytes in 1 blocks are possibly lost in loss record 115 of 538
==12595== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12595== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12595== by 0x4FB483E: COMPOBJ_DllList_Add (compobj.c:526)
==12595== by 0x4FB6B7A: apartment_getclassobject (compobj.c:1335)
==12595== by 0x4FBA2C4: get_inproc_class_object (compobj.c:2894)
==12595== by 0x4FBA783: CoGetClassObject (compobj.c:3032)
==12595== by 0x4FBAD45: CoCreateInstance (compobj.c:3197)
==12595== by 0x4E66E6B: func_render (render.c:2238)
==12595== by 0x4E67EAF: run_test (test.h:584)
==12595== by 0x4E6829E: main (test.h:654)
==12595==
==12595== 76 bytes in 1 blocks are possibly lost in loss record 277 of 538
==12595== at 0x7BC4C6B7: notify_alloc (heap.c:255)
==12595== by 0x7BC50EFB: RtlAllocateHeap (heap.c:1716)
==12595== by 0x652ED88: create_session (mmdevdrv.c:1038)
==12595== by 0x652EF3E: get_audio_session (mmdevdrv.c:1086)
==12595== by 0x6537F38: AudioSessionManager_GetSimpleAudioVolume
(mmdevdrv.c:3734)
==12595== by 0x4E64D02: test_session_creation (audiopolicy.h:908)
==12595== by 0x4E6706D: func_render (render.c:2272)
==12595== by 0x4E67EAF: run_test (test.h:584)
==12595== by 0x4E6829E: main (test.h:654)
==12595==
--
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.
http://bugs.winehq.org/show_bug.cgi?id=26139
Summary: comdlg32/filedlg shows a few valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: comdlg32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Conditional jump or move depends on uninitialised value(s)
at EqualRect (uitools.c:1405)
by FileOpenDlgProc95 (filedlg.c:1206)
by ??? (winproc.c:172)
by call_dialog_proc (winproc.c:263)
by WINPROC_CallProcWtoA (winproc.c:857)
by WINPROC_CallDlgProcW (winproc.c:1041)
by DefDlgProcW (defdlg.c:425)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageW (message.c:3165)
by DIALOG_CreateIndirect (dialog.c:694)
by DialogBoxIndirectParamAorW (dialog.c:876)
by DialogBoxIndirectParamA (dialog.c:887)
by GetFileName95 (filedlg.c:317)
by GetFileDialog95A (filedlg.c:442)
by GetOpenFileNameA (filedlg.c:4173)
by test_create_view_window2 (filedlg.c:280)
Uninitialised value was created by a stack allocation
at FileOpenDlgProc95 (filedlg.c:1157)
...
140 bytes in 5 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DIALOG_get_info (defdlg.c:335)
by DefDlgProcA (defdlg.c:362)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:908)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageA (message.c:3187)
by WIN_CreateWindowEx (win.c:1420)
by CreateWindowExA (win.c:1554)
by DIALOG_CreateIndirect (dialog.c:651)
by CreateDialogIndirectParamAorW (dialog.c:755)
by CreateDialogIndirectParamA (dialog.c:764)
by CreateTemplateDialog (filedlg.c:786)
by FileOpenDlgProc95 (filedlg.c:1189)
by ??? (winproc.c:172)
by call_dialog_proc (winproc.c:263)
by WINPROC_CallProcWtoA (winproc.c:857)
...
144 bytes in 1 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by rpcrt4_conn_np_alloc (rpc_transport.c:120)
by RPCRT4_CreateConnection (rpc_transport.c:2939)
by rpcrt4_protseq_ncalrpc_open_endpoint (rpc_transport.c:285)
by RPCRT4_use_protseq (rpc_server.c:810)
by RpcServerUseProtseqEpExW (rpc_server.c:1022)
by RpcServerUseProtseqEpW (rpc_server.c:907)
by RPC_StartRemoting (rpc.c:1626)
by StdMarshalImpl_MarshalInterface (marshal.c:1245)
by CoMarshalInterface (marshal.c:1797)
by RegisterDragDrop (ole2.c:461)
by ShellView_OnCreate (shlview.c:718)
by ShellView_WndProc (shlview.c:1682)
by ??? (winproc.c:172)
by call_window_proc (winproc.c:242)
by WINPROC_call_window (winproc.c:899)
by call_window_proc (message.c:2201)
by send_message (message.c:3042)
by SendMessageW (message.c:3165)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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=36576
Bug ID: 36576
Summary: valgrind shows a definite leak in urlmon/tests/uri.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
==2651== 22,836 bytes in 173 blocks are definitely lost in loss record 575 of
575
==2651== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==2651== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==2651== by 0x4EE989E: heap_alloc_zero (urlmon_main.h:241)
==2651== by 0x4EF894B: Uri_Construct (uri.c:5654)
==2651== by 0x4EFE2A8: CF_CreateInstance (urlmon_main.c:314)
==2651== by 0x5196F06: CoCreateInstance (unknwn.h:226)
==2651== by 0x49DDD80: test_IPersistStream (uri.c:11382)
==2651== by 0x49DF772: func_uri (uri.c:11614)
==2651== by 0x49F6166: run_test (test.h:584)
==2651== by 0x49F6555: main (test.h:654)
==2651==
and one possible leak:
==2651== 12,528 bytes in 173 blocks are possibly lost in loss record 569 of 575
==2651== at 0x7BC4C6DF: notify_alloc (heap.c:255)
==2651== by 0x7BC50F23: RtlAllocateHeap (heap.c:1716)
==2651== by 0x5BFD0B4: alloc_bstr (oleaut.c:162)
==2651== by 0x5BFD44A: SysAllocStringLen (oleaut.c:324)
==2651== by 0x5BFD161: SysAllocString (oleaut.c:232)
==2651== by 0x4EF736A: PersistStream_Load (uri.c:5212)
==2651== by 0x4EF867D: Marshal_UnmarshalInterface (objidl.h:3149)
==2651== by 0x49DDEA5: test_IPersistStream (objidl.h:614)
==2651== by 0x49DF772: func_uri (uri.c:11614)
==2651== by 0x49F6166: run_test (test.h:584)
==2651== by 0x49F6555: main (test.h:654)
==2651==
--
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=36396
Bug ID: 36396
Summary: valgrind shows a possible leak in
inetmib1/tests/main.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
==8324== 28 bytes in 1 blocks are definitely lost in loss record 24 of 89
==8324== at 0x7BC508EB: RtlAllocateHeap (heap.c:255)
==8324== by 0x4AD1EDE: SnmpUtilOidCpy (main.c:332)
==8324== by 0x4AFB25A: ???
==8324== by 0x4A96AFB: func_main (main.c:67)
==8324== by 0x4A96E3A: run_test (test.h:584)
==8324== by 0x4A94C0E: main (test.h:654)
==
--
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=36635
Bug ID: 36635
Summary: valgrind shows uninitialized memory in
secur32/tests/schannel.c
Product: Wine
Version: 1.7.19
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
==20049== Conditional jump or move depends on uninitialised value(s)
==20049== at 0x565DE46: schan_get_buffer (schannel.c:624)
==20049== by 0x565DFDD: schan_pull (schannel.c:678)
==20049== by 0x56602C5: schan_pull_adapter (schannel_gnutls.c:85)
==20049== by 0x5862A2E: ??? (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x585C674: ??? (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5863FD9: ??? (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5867B82: ??? (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5869654: gnutls_handshake (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5660684: schan_imp_handshake (schannel_gnutls.c:199)
==20049== by 0x565E97D: schan_InitializeSecurityContextW (schannel.c:893)
==20049== by 0x565EC31: schan_InitializeSecurityContextA (schannel.c:940)
==20049== by 0x5667F30: InitializeSecurityContextA (wrapper.c:282)
==20049== by 0x4A5E141: test_communication (schannel.c:704)
==20049== by 0x4A5F3FA: func_schannel (schannel.c:907)
==20049== by 0x4A61268: run_test (test.h:584)
==20049== by 0x4A61657: main (test.h:654)
==20049== Uninitialised value was created by a client request
==20049== at 0x7BC4C554: mark_block_uninitialized (heap.c:209)
==20049== by 0x7BC4C6BF: initialize_block (heap.c:240)
==20049== by 0x7BC50FCB: RtlAllocateHeap (heap.c:1717)
==20049== by 0x4A5DAE9: init_buffers (schannel.c:551)
==20049== by 0x4A5DFE8: test_communication (schannel.c:693)
==20049== by 0x4A5F3FA: func_schannel (schannel.c:907)
==20049== by 0x4A61268: run_test (test.h:584)
==20049== by 0x4A61657: main (test.h:654)
==20049==
==20049== Conditional jump or move depends on uninitialised value(s)
==20049== at 0x585C8F7: ??? (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5863FD9: ??? (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5867B82: ??? (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5869654: gnutls_handshake (in /usr/lib/libgnutls.so.28.21.4)
==20049== by 0x5660684: schan_imp_handshake (schannel_gnutls.c:199)
==20049== by 0x565E97D: schan_InitializeSecurityContextW (schannel.c:893)
==20049== by 0x565EC31: schan_InitializeSecurityContextA (schannel.c:940)
==20049== by 0x5667F30: InitializeSecurityContextA (wrapper.c:282)
==20049== by 0x4A5E141: test_communication (schannel.c:704)
==20049== by 0x4A5F3FA: func_schannel (schannel.c:907)
==20049== by 0x4A61268: run_test (test.h:584)
==20049== by 0x4A61657: main (test.h:654)
==20049== Uninitialised value was created by a client request
==20049== at 0x7BC4C554: mark_block_uninitialized (heap.c:209)
==20049== by 0x7BC4C6BF: initialize_block (heap.c:240)
==20049== by 0x7BC50FCB: RtlAllocateHeap (heap.c:1717)
==20049== by 0x4A5DAE9: init_buffers (schannel.c:551)
==20049== by 0x4A5DFE8: test_communication (schannel.c:693)
==20049== by 0x4A5F3FA: func_schannel (schannel.c:907)
==20049== by 0x4A61268: run_test (test.h:584)
==20049== by 0x4A61657: main (test.h:654)
==20049==
--
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=36417
Bug ID: 36417
Summary: valgrind shows a definite leak in
ole32/tests/ole_server.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
==24870== 512 bytes in 1 blocks are definitely lost in loss record 530 of 656
==24870== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==24870== by 0x57A644F: list_window_children (win.c:318)
==24870== by 0x57AAFD2: WIN_ListChildren (win.c:3267)
==24870== by 0x57AB4DE: WIN_DestroyWindow (win.c:944)
==24870== by 0x57AB986: DestroyWindow (win.c:1884)
==24870== by 0x535F78C: apartment_release (compobj.c:1147)
==24870== by 0x53610D9: CoUninitialize (compobj.c:1960)
==24870== by 0x5361317: apartment_hostobject_thread (compobj.c:1522)
==24870== by 0x7BC80ABF: ??? (in
/home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so)
==24870== by 0x7BC83A6C: call_thread_func (signal_i386.c:2630)
==24870== by 0x7BC80A9D: ??? (in
/home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so)
==24870== by 0x7BC89E2B: start_thread (thread.c:428)
==24870== by 0x4EA7BD89: start_thread (in /usr/lib/libpthread-2.18.so)
==24870== by 0x4E95CA0D: clone (in /usr/lib/libc-2.18.so)
==24870==
--
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.