https://bugs.winehq.org/show_bug.cgi?id=8272
--- Comment #36 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
Created attachment 51327
--> https://bugs.winehq.org/attachment.cgi?id=51327
(partial) +relay,+seh,+tid,+msvcp,+msvcrt log (uncompressed 79 MB)
The full +relay,+seh,+tid,+msvcrt,+msvcp log is almost 800 MB in uncompressed
form and is available here:
https://drive.google.com/open?id=0B-tTbLKBl-tOMk9wSWJ1OTFOSW8
The attached log contains the last 1 million lines of that file.
--
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=8272
--- Comment #35 from Béla Gyebrószki <gyebro69(a)gmail.com> ---
Created attachment 51326
--> https://bugs.winehq.org/attachment.cgi?id=51326
terminal output (Wine 1.7.41)
Still present in wine-1.7.41-90-g191b1bf, tested with the GOG version.
The game comes with it's own native msvcirt,msvcp60 and msvcrt libraries
installed. If I set msvcrt=native then the game exits properly (Wine uses
native msvcp60 by default).
--
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=8051
mrdeathjr28(a)yahoo.es changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |mrdeathjr28(a)yahoo.es
--
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=9521
Summary: Improve appdb screenshot handling
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: wine-programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d.c.ddcc(a)gmail.com
I would suggest adding a method for maintainers to edit any preexisting image
(to focus on only application window, hide personal information in games, etc),
show
who originally uploaded the image and a text summary of what happened in later
revisions, and add the ability to include an image description.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=6955
Sergey Isakov <isakov-sl(a)bk.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |isakov-sl(a)bk.ru
--- Comment #164 from Sergey Isakov <isakov-sl(a)bk.ru> ---
The patch is wrong for wine-1.7.41
drawprim.c:111: error: ‘struct wined3d_matrix’ has no member named ‘u’
--
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=36909
Bug ID: 36909
Summary: valgrind shows an unitialized variable in
dlls/ieframe/tests/ie.c (nsJSContext::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24616== Conditional jump or move depends on uninitialised value(s)
==24616== at 0x1041CF2C: nsJSContext::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==24616== Uninitialised value was created by a client request
==24616== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24616== by 0x7BC4C641: initialize_block (heap.c:240)
==24616== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24616== by 0x782A76B: msvcrt_heap_alloc (heap.c:70)
==24616== by 0x782B330: MSVCRT_malloc (heap.c:408)
==24616== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==24616== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==24616== by 0x75E81B3: init_xpcom (nsembed.c:698)
==24616== by 0x75E8626: load_gecko (nsembed.c:774)
==24616== by 0x75ED013: create_nscontainer (nsembed.c:2042)
==24616== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756)
==24616== by 0x75D7178: ClassFactory_CreateInstance (main.c:238)
==24616== by 0x4EF20A2: CoCreateInstance (unknwn.h:226)
==24616== by 0x4E192B2: create_mime_object (binding.c:258)
==24616== by 0x4E19652: create_object (binding.c:308)
==24616== by 0x4E1C1E8: report_data (binding.c:1077)
==24616== by 0x4E1C531: InternetProtocolSink_ReportData (binding.c:1126)
==24616== by 0x4E218F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==24616== by 0x4E22441: report_data_proc (urlmon.h:3113)
==24616== by 0x4E1E10E: process_tasks (bindprot.c:57)
==24616==
==24616== Conditional jump or move depends on uninitialised value(s)
==24616== at 0x1041CF6F: nsJSContext::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==24616== by 0x1060CA6E: mozilla::AutoCxPusher::AutoCxPusher
(nscxpusher.cpp:113)
==24616== by 0x1014C7FB: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:937)
==24616== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==24616== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==24616== by 0x800EEB43: ???
==24616== Uninitialised value was created by a client request
==24616== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24616== by 0x7BC4C641: initialize_block (heap.c:240)
==24616== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24616== by 0x782A76B: msvcrt_heap_alloc (heap.c:70)
==24616== by 0x782B330: MSVCRT_malloc (heap.c:408)
==24616== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==24616== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==24616== by 0x75E81B3: init_xpcom (nsembed.c:698)
==24616== by 0x75E8626: load_gecko (nsembed.c:774)
==24616== by 0x75ED013: create_nscontainer (nsembed.c:2042)
==24616== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756)
==24616== by 0x75D7178: ClassFactory_CreateInstance (main.c:238)
==24616== by 0x4EF20A2: CoCreateInstance (unknwn.h:226)
==24616== by 0x4E192B2: create_mime_object (binding.c:258)
==24616== by 0x4E19652: create_object (binding.c:308)
==24616== by 0x4E1C1E8: report_data (binding.c:1077)
==24616== by 0x4E1C531: InternetProtocolSink_ReportData (binding.c:1126)
==24616== by 0x4E218F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==24616== by 0x4E22441: report_data_proc (urlmon.h:3113)
==24616== by 0x4E1E10E: process_tasks (bindprot.c:57)
==24616==
==24616== Conditional jump or move depends on uninitialised value(s)
==24616== at 0x1041CF6F: nsJSContext::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==24616== by 0x1060CA91: mozilla::AutoCxPusher::AutoCxPusher
(nscxpusher.cpp:117)
==24616== by 0x1014C7FB: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:937)
==24616== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==24616== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==24616== by 0x800EEB43: ???
==24616== Uninitialised value was created by a client request
==24616== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24616== by 0x7BC4C641: initialize_block (heap.c:240)
==24616== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24616== by 0x782A76B: msvcrt_heap_alloc (heap.c:70)
==24616== by 0x782B330: MSVCRT_malloc (heap.c:408)
==24616== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==24616== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==24616== by 0x75E81B3: init_xpcom (nsembed.c:698)
==24616== by 0x75E8626: load_gecko (nsembed.c:774)
==24616== by 0x75ED013: create_nscontainer (nsembed.c:2042)
==24616== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756)
==24616== by 0x75D7178: ClassFactory_CreateInstance (main.c:238)
==24616== by 0x4EF20A2: CoCreateInstance (unknwn.h:226)
==24616== by 0x4E192B2: create_mime_object (binding.c:258)
==24616== by 0x4E19652: create_object (binding.c:308)
==24616== by 0x4E1C1E8: report_data (binding.c:1077)
==24616== by 0x4E1C531: InternetProtocolSink_ReportData (binding.c:1126)
==24616== by 0x4E218F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==24616== by 0x4E22441: report_data_proc (urlmon.h:3113)
==24616== by 0x4E1E10E: process_tasks (bindprot.c:57)
==24616==
--
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=36910
Bug ID: 36910
Summary: valgrind shows an unitialized variable in
dlls/ieframe/tests/ie.c
(mozilla::dom::DOMStorageManager::GetStorageInternal)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Two similar ones:
==24762== Conditional jump or move depends on uninitialised value(s)
==24762== at 0x10457962: mozilla::dom::DOMStorageCache::Init
(domstoragecache.cpp:136)
==24762== by 0x1045CE62: mozilla::dom::DOMStorageManager::GetStorageInternal
(domstoragemanager.cpp:361)
==24762== by 0x1045CEBF: mozilla::dom::DOMStorageManager::PrecacheStorage
(domstoragemanager.cpp:379)
==24762== by 0x104198FC: nsGlobalWindow::SetNewDocument
(nsglobalwindow.cpp:2574)
==24762== by 0x1014C7FB: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:937)
==24762== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==24762== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==24762== by 0x800EEB43: ???
==24762== Uninitialised value was created by a client request
==24762== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24762== by 0x7BC4C641: initialize_block (heap.c:240)
==24762== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24762== by 0x780176B: msvcrt_heap_alloc (heap.c:70)
==24762== by 0x7802330: MSVCRT_malloc (heap.c:408)
==24762== by 0x81731095: moz_xmalloc (mozalloc.cpp:54)
==24762== by 0x10339718: nsTHashtable<nsCookieKey>::PutEntry
(nsthashtable.h:170)
==24762== by 0x1045CE62: mozilla::dom::DOMStorageManager::GetStorageInternal
(domstoragemanager.cpp:361)
==24762== by 0x1045CEBF: mozilla::dom::DOMStorageManager::PrecacheStorage
(domstoragemanager.cpp:379)
==24762== by 0x104198FC: nsGlobalWindow::SetNewDocument
(nsglobalwindow.cpp:2574)
==24762== by 0x1014C7FB: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:937)
==24762== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==24762== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==24762== by 0x800EEB43: ???
==24762==
==24762== Conditional jump or move depends on uninitialised value(s)
==24762== at 0x104577C7: mozilla::dom::DOMStorageCache::Preload
(domstoragecache.cpp:226)
==24762== by 0x1045CE62: mozilla::dom::DOMStorageManager::GetStorageInternal
(domstoragemanager.cpp:361)
==24762== by 0x1045CEBF: mozilla::dom::DOMStorageManager::PrecacheStorage
(domstoragemanager.cpp:379)
==24762== by 0x104198FC: nsGlobalWindow::SetNewDocument
(nsglobalwindow.cpp:2574)
==24762== by 0x1014C7FB: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:937)
==24762== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==24762== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==24762== by 0x800EEB43: ???
==24762== Uninitialised value was created by a client request
==24762== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24762== by 0x7BC4C641: initialize_block (heap.c:240)
==24762== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24762== by 0x780176B: msvcrt_heap_alloc (heap.c:70)
==24762== by 0x7802330: MSVCRT_malloc (heap.c:408)
==24762== by 0x81731095: moz_xmalloc (mozalloc.cpp:54)
==24762== by 0x10339718: nsTHashtable<nsCookieKey>::PutEntry
(nsthashtable.h:170)
==24762== by 0x1045CE62: mozilla::dom::DOMStorageManager::GetStorageInternal
(domstoragemanager.cpp:361)
==24762== by 0x1045CEBF: mozilla::dom::DOMStorageManager::PrecacheStorage
(domstoragemanager.cpp:379)
==24762== by 0x104198FC: nsGlobalWindow::SetNewDocument
(nsglobalwindow.cpp:2574)
==24762== by 0x1014C7FB: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:937)
==24762== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==24762== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==24762== by 0x800EEB43: ???
==24762==
--
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=36911
Bug ID: 36911
Summary: valgrind shows an unitialized variable in
dlls/ieframe/tests/ie.c (nsCSSStyleSheet::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==24883== Conditional jump or move depends on uninitialised value(s)
==24883== at 0x101E872F: nsCSSStyleSheet::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==24883== by 0x102D772F: nsSyncLoadService::PushSyncStreamToListener
(nssyncloadservice.cpp:385)
==24883== by 0x101C9E01: mozilla::css::Loader::LoadSheet (loader.cpp:1437)
==24883== by 0x101CAAD4: mozilla::css::Loader::LoadChildSheet
(loader.cpp:2110)
==24883== by 0x101D1FBB: `anonymous namespace'::CSSParserImpl::ProcessImport
(nscssparser.cpp:2087)
==24883== by 0x101D9560: `anonymous
namespace'::CSSParserImpl::ParseImportRule (nscssparser.cpp:2058)
==24883== by 0x650071: ???
==24883== Uninitialised value was created by a client request
==24883== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24883== by 0x7BC4C641: initialize_block (heap.c:240)
==24883== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24883== by 0x6F8176B: msvcrt_heap_alloc (heap.c:70)
==24883== by 0x6F82330: MSVCRT_malloc (heap.c:408)
==24883== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==24883== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==24883== by 0x6D3F1B3: init_xpcom (nsembed.c:698)
==24883== by 0x6D3F626: load_gecko (nsembed.c:774)
==24883== by 0x6D44013: create_nscontainer (nsembed.c:2042)
==24883== by 0x6CC4477: HTMLDocument_Create (htmldoc.c:4756)
==24883== by 0x6D2E178: ClassFactory_CreateInstance (main.c:238)
==24883== by 0x4ED90A2: CoCreateInstance (unknwn.h:226)
==24883== by 0x4E042B2: create_mime_object (binding.c:258)
==24883== by 0x4E04652: create_object (binding.c:308)
==24883== by 0x4E071E8: report_data (binding.c:1077)
==24883== by 0x4E07531: InternetProtocolSink_ReportData (binding.c:1126)
==24883== by 0x4E0C8F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==24883== by 0x4E0D441: report_data_proc (urlmon.h:3113)
==24883== by 0x4E0910E: process_tasks (bindprot.c:57)
==24883==
==24883== Conditional jump or move depends on uninitialised value(s)
==24883== at 0x101E872F: nsCSSStyleSheet::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==24883== by 0x101D1FBB: `anonymous namespace'::CSSParserImpl::ProcessImport
(nscssparser.cpp:2087)
==24883== by 0x101D9560: `anonymous
namespace'::CSSParserImpl::ParseImportRule (nscssparser.cpp:2058)
==24883== by 0x650071: ???
==24883== Uninitialised value was created by a client request
==24883== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==24883== by 0x7BC4C641: initialize_block (heap.c:240)
==24883== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==24883== by 0x6F8176B: msvcrt_heap_alloc (heap.c:70)
==24883== by 0x6F82330: MSVCRT_malloc (heap.c:408)
==24883== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==24883== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==24883== by 0x6D3F1B3: init_xpcom (nsembed.c:698)
==24883== by 0x6D3F626: load_gecko (nsembed.c:774)
==24883== by 0x6D44013: create_nscontainer (nsembed.c:2042)
==24883== by 0x6CC4477: HTMLDocument_Create (htmldoc.c:4756)
==24883== by 0x6D2E178: ClassFactory_CreateInstance (main.c:238)
==24883== by 0x4ED90A2: CoCreateInstance (unknwn.h:226)
==24883== by 0x4E042B2: create_mime_object (binding.c:258)
==24883== by 0x4E04652: create_object (binding.c:308)
==24883== by 0x4E071E8: report_data (binding.c:1077)
==24883== by 0x4E07531: InternetProtocolSink_ReportData (binding.c:1126)
==24883== by 0x4E0C8F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==24883== by 0x4E0D441: report_data_proc (urlmon.h:3113)
==24883== by 0x4E0910E: process_tasks (bindprot.c:57)
==24883==
--
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=36918
Bug ID: 36918
Summary: valgrind shows an unitialized variable in
dlls/ieframe/tests/ie.c (nsXBLDocumentInfo::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==12795== Conditional jump or move depends on uninitialised value(s)
==12795== at 0x101E4038: nsXBLDocumentInfo::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==12795== Uninitialised value was created by a client request
==12795== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==12795== by 0x7BC4C075: initialize_block (heap.c:240)
==12795== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==12795== by 0x77D819E: msvcrt_heap_alloc (heap.c:70)
==12795== by 0x77D8D63: MSVCRT_malloc (heap.c:408)
==12795== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==12795== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==12795== by 0x7584F26: init_xpcom (nsembed.c:698)
==12795== by 0x7585399: load_gecko (nsembed.c:774)
==12795== by 0x7589D01: create_nscontainer (nsembed.c:2042)
==12795== by 0x750A2F6: HTMLDocument_Create (htmldoc.c:4756)
==12795== by 0x7573F7D: ClassFactory_CreateInstance (main.c:238)
==12795== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==12795== by 0x4D63202: create_mime_object (binding.c:258)
==12795== by 0x4D635A2: create_object (binding.c:308)
==12795== by 0x4D660AB: report_data (binding.c:1077)
==12795== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==12795== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==12795== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==12795== by 0x4D67FCF: process_tasks (bindprot.c:57)
==12795==
==12795== Conditional jump or move depends on uninitialised value(s)
==12795== at 0x101E407B: nsXBLDocumentInfo::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==12795== Uninitialised value was created by a client request
==12795== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==12795== by 0x7BC4C075: initialize_block (heap.c:240)
==12795== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==12795== by 0x77D819E: msvcrt_heap_alloc (heap.c:70)
==12795== by 0x77D8D63: MSVCRT_malloc (heap.c:408)
==12795== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==12795== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==12795== by 0x7584F26: init_xpcom (nsembed.c:698)
==12795== by 0x7585399: load_gecko (nsembed.c:774)
==12795== by 0x7589D01: create_nscontainer (nsembed.c:2042)
==12795== by 0x750A2F6: HTMLDocument_Create (htmldoc.c:4756)
==12795== by 0x7573F7D: ClassFactory_CreateInstance (main.c:238)
==12795== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==12795== by 0x4D63202: create_mime_object (binding.c:258)
==12795== by 0x4D635A2: create_object (binding.c:308)
==12795== by 0x4D660AB: report_data (binding.c:1077)
==12795== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==12795== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==12795== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==12795== by 0x4D67FCF: process_tasks (bindprot.c:57)
==12795==
--
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=36920
Bug ID: 36920
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (nsCSSStyleSheet::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49033
--> https://bugs.winehq.org/attachment.cgi?id=49033
valgrind log
I'll attach the full log, there are several. Here's an example one:
==13178== Conditional jump or move depends on uninitialised value(s)
==13178== at 0x101E872F: nsCSSStyleSheet::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13178== by 0x1015FE43: PresShell::SetPrefNoScriptRule
(nspresshell.cpp:1271)
==13178== by 0x1016182B: PresShell::SetPreferenceStyleRules
(nspresshell.cpp:1156)
==13178== by 0x1029F7A1: nsDocument::doCreateShell (nsdocument.cpp:3442)
==13178== by 0x103634E9: nsHTMLDocument::CreateShell
(nshtmldocument.cpp:313)
==13178== by 0x1014C25F: nsDocumentViewer::InitPresentationStuff
(nsdocumentviewer.cpp:701)
==13178== by 0x1014C837: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:947)
==13178== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==13178== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==13178== by 0x800EEB43: ???
==13178== Uninitialised value was created by a client request
==13178== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13178== by 0x7BC4C075: initialize_block (heap.c:240)
==13178== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13178== by 0x77D819E: msvcrt_heap_alloc (heap.c:70)
==13178== by 0x77D8D63: MSVCRT_malloc (heap.c:408)
==13178== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13178== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13178== by 0x7584F26: init_xpcom (nsembed.c:698)
==13178== by 0x7585399: load_gecko (nsembed.c:774)
==13178== by 0x7589D01: create_nscontainer (nsembed.c:2042)
==13178== by 0x750A2F6: HTMLDocument_Create (htmldoc.c:4756)
==13178== by 0x7573F7D: ClassFactory_CreateInstance (main.c:238)
==13178== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13178== by 0x4D63202: create_mime_object (binding.c:258)
==13178== by 0x4D635A2: create_object (binding.c:308)
==13178== by 0x4D660AB: report_data (binding.c:1077)
==13178== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13178== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13178== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13178== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13178==
--
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=36921
Bug ID: 36921
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (mozilla::Selection::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x101AB89B: mozilla::Selection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x101AB8DE: mozilla::Selection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x101616B9: PresShell::Init (nspresshell.cpp:836)
==13312== by 0x1029F7A1: nsDocument::doCreateShell (nsdocument.cpp:3442)
==13312== by 0x103634E9: nsHTMLDocument::CreateShell
(nshtmldocument.cpp:313)
==13312== by 0x1014C25F: nsDocumentViewer::InitPresentationStuff
(nsdocumentviewer.cpp:701)
==13312== by 0x1014C837: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:947)
==13312== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==13312== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==13312== by 0x800EEB43: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x101AB8DE: mozilla::Selection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x1014C837: nsDocumentViewer::InitInternal
(nsdocumentviewer.cpp:947)
==13312== by 0x1014D13C: nsDocumentViewer::Init (nsdocumentviewer.cpp:683)
==13312== by 0x109B3C6C: nsCOMPtr_base::assign_from_qi_with_error
(nscomptr.cpp:65)
==13312== by 0x800EEB43: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
--
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=36922
Bug ID: 36922
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (nsDOMEvent::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x102F6675: nsDOMEvent::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x102F66B8: nsDOMEvent::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x10404115: nsGlobalWindow::DispatchDOMWindowCreated
(nsglobalwindow.cpp:2616)
==13312== by 0x863E6A7: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
--
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=36923
Bug ID: 36923
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c
(nsEventListenerManager::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x10264D9C: nsEventListenerManager::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
==13312== Conditional jump or move depends on uninitialised value(s)
==13312== at 0x10264DDE: nsEventListenerManager::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13312== by 0x814E5067: ???
==13312== Uninitialised value was created by a client request
==13312== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13312== by 0x7BC4C075: initialize_block (heap.c:240)
==13312== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13312== by 0x77D319E: msvcrt_heap_alloc (heap.c:70)
==13312== by 0x77D3D63: MSVCRT_malloc (heap.c:408)
==13312== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13312== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13312== by 0x7563F26: init_xpcom (nsembed.c:698)
==13312== by 0x7564399: load_gecko (nsembed.c:774)
==13312== by 0x7568D01: create_nscontainer (nsembed.c:2042)
==13312== by 0x74E92F6: HTMLDocument_Create (htmldoc.c:4756)
==13312== by 0x7552F7D: ClassFactory_CreateInstance (main.c:238)
==13312== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13312== by 0x4D63202: create_mime_object (binding.c:258)
==13312== by 0x4D635A2: create_object (binding.c:308)
==13312== by 0x4D660AB: report_data (binding.c:1077)
==13312== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13312== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13312== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13312== by 0x4D67FCF: process_tasks (bindprot.c:57)
==13312==
--
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=36924
Bug ID: 36924
Summary: valgrind shows several unitialized variables in
dlls/ieframe/tests/ie.c (nsPresContext::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49034
--> https://bugs.winehq.org/attachment.cgi?id=49034
valgrind log
A lot of these, going to attach the full output, but here's an example:
==13451== Conditional jump or move depends on uninitialised value(s)
==13451== at 0x1015803C: nsPresContext::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==13451== by 0x10283192: nsContentUtils::DispatchTrustedEvent
(nscontentutils.cpp:3271)
==13451== by 0x1029CB98: nsDocument::UpdateVisibilityState
(nsdocument.cpp:11052)
==13451== by 0x102A9136: nsDocument::OnPageHide (nsdocument.cpp:8140)
==13451== by 0x101493A9: nsDocumentViewer::PageHide
(nsdocumentviewer.cpp:1261)
==13451== by 0x1062FDDF: nsDocShell::FirePageHideNotification
(nsdocshell.cpp:1621)
==13451== by 0x106300C1: nsDocShell::CreateContentViewer
(nsdocshell.cpp:7975)
==13451== by 0x1061AE8C: nsDSURIContentListener::DoContent
(nsdsuricontentlistener.cpp:123)
==13451== by 0x106351D1: nsDocumentOpenInfo::TryContentListener
(nsuriloader.cpp:659)
==13451== by 0x10635827: nsDocumentOpenInfo::DispatchContent
(nsuriloader.cpp:360)
==13451== by 0x58FFFF: ???
==13451== Uninitialised value was created by a client request
==13451== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==13451== by 0x7BC4C075: initialize_block (heap.c:240)
==13451== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==13451== by 0x77D619E: msvcrt_heap_alloc (heap.c:70)
==13451== by 0x77D6D63: MSVCRT_malloc (heap.c:408)
==13451== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==13451== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==13451== by 0x7566F26: init_xpcom (nsembed.c:698)
==13451== by 0x7567399: load_gecko (nsembed.c:774)
==13451== by 0x756BD01: create_nscontainer (nsembed.c:2042)
==13451== by 0x74EC2F6: HTMLDocument_Create (htmldoc.c:4756)
==13451== by 0x7555F7D: ClassFactory_CreateInstance (main.c:238)
==13451== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==13451== by 0x4D63202: create_mime_object (binding.c:258)
==13451== by 0x4D635A2: create_object (binding.c:308)
==13451== by 0x4D660AB: report_data (binding.c:1077)
==13451== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==13451== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==13451== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==13451== by 0x4D67FCF: process_tasks (bindprot.c:57)
--
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=36928
Bug ID: 36928
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (HTMLDOMNode_Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15288== Conditional jump or move depends on uninitialised value(s)
==15288== at 0x7D98870: HTMLDOMNode_Release (htmlnode.c:494)
==15288== by 0x7DC3828: htmldoc_release (mshtml_private.h:544)
==15288== by 0x7DC4377: release_inner_window (htmlwindow.c:235)
==15288== by 0x7DC45F5: HTMLWindow2_Release (htmlwindow.c:284)
==15288== by 0x7DC3CE0: detach_inner_window (mshtml.h:47873)
==15288== by 0x7DCE094: update_window_doc (htmlwindow.c:3023)
==15288== by 0x7DD8F04: on_start_nsrequest (navigate.c:1115)
==15288== by 0x7DD9409: read_stream_data (navigate.c:1227)
==15288== by 0x7DDA3BF: nsChannelBSC_read_data (navigate.c:1576)
==15288== by 0x7DD738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==15288== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==15288== by 0x4D66201: report_data (urlmon.h:820)
==15288== by 0x4D67813: start_binding (binding.c:1530)
==15288== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==15288== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==15288== by 0x7DD8569: start_binding (objidl.h:3488)
==15288== by 0x7E04DA7: PersistMoniker_Load (persist.c:627)
==15288== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==15288== by 0x4D63390: create_mime_object (binding.c:278)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== Uninitialised value was created by a client request
==15288== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15288== by 0x7BC4C075: initialize_block (heap.c:240)
==15288== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15288== by 0x805119E: msvcrt_heap_alloc (heap.c:70)
==15288== by 0x8051D63: MSVCRT_malloc (heap.c:408)
==15288== by 0x80D71095: moz_xmalloc (mozalloc.cpp:54)
==15288== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15288== by 0x7DE1F26: init_xpcom (nsembed.c:698)
==15288== by 0x7DE2399: load_gecko (nsembed.c:774)
==15288== by 0x7DE6D01: create_nscontainer (nsembed.c:2042)
==15288== by 0x7D672F6: HTMLDocument_Create (htmldoc.c:4756)
==15288== by 0x7DD0F7D: ClassFactory_CreateInstance (main.c:238)
==15288== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15288== by 0x4D63202: create_mime_object (binding.c:258)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== by 0x4D660AB: report_data (binding.c:1077)
==15288== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15288== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15288== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15288== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15288==
==14890== Conditional jump or move depends on uninitialised value(s)
==14890== at 0x109B654F: ccref_decr (nscyclecollectorutils.cpp:75)
==14890== by 0x7DD3828: htmldoc_release (mshtml_private.h:544)
==14890== by 0x7DD4377: release_inner_window (htmlwindow.c:235)
==14890== by 0x7DD45F5: HTMLWindow2_Release (htmlwindow.c:284)
==14890== by 0x7DD3CE0: detach_inner_window (mshtml.h:47873)
==14890== by 0x7DDE094: update_window_doc (htmlwindow.c:3023)
==14890== by 0x7DE8F04: on_start_nsrequest (navigate.c:1115)
==14890== by 0x7DE9409: read_stream_data (navigate.c:1227)
==14890== by 0x7DEA3BF: nsChannelBSC_read_data (navigate.c:1576)
==14890== by 0x7DE738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==14890== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==14890== by 0x4D66201: report_data (urlmon.h:820)
==14890== by 0x4D67813: start_binding (binding.c:1530)
==14890== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==14890== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==14890== by 0x7DE8569: start_binding (objidl.h:3488)
==14890== by 0x7E14DA7: PersistMoniker_Load (persist.c:627)
==14890== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==14890== by 0x4D63390: create_mime_object (binding.c:278)
==14890== by 0x4D635A2: create_object (binding.c:308)
==14890== Uninitialised value was created by a client request
==14890== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==14890== by 0x7BC4C075: initialize_block (heap.c:240)
==14890== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==14890== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==14890== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==14890== by 0x80E21095: moz_xmalloc (mozalloc.cpp:54)
==14890== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==14890== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==14890== by 0x7DF2399: load_gecko (nsembed.c:774)
==14890== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==14890== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==14890== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==14890== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==14890== by 0x4D63202: create_mime_object (binding.c:258)
==14890== by 0x4D635A2: create_object (binding.c:308)
==14890== by 0x4D660AB: report_data (binding.c:1077)
==14890== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==14890== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==14890== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==14890== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15288== Conditional jump or move depends on uninitialised value(s)
==15288== at 0x109B654F: ccref_decr (nscyclecollectorutils.cpp:75)
==15288== by 0x7DC3828: htmldoc_release (mshtml_private.h:544)
==15288== by 0x7DCE0E3: update_window_doc (htmlwindow.c:3029)
==15288== by 0x7DD8F04: on_start_nsrequest (navigate.c:1115)
==15288== by 0x7DD9409: read_stream_data (navigate.c:1227)
==15288== by 0x7DDA3BF: nsChannelBSC_read_data (navigate.c:1576)
==15288== by 0x7DD738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==15288== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==15288== by 0x4D66201: report_data (urlmon.h:820)
==15288== by 0x4D67813: start_binding (binding.c:1530)
==15288== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==15288== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==15288== by 0x7DD8569: start_binding (objidl.h:3488)
==15288== by 0x7E04DA7: PersistMoniker_Load (persist.c:627)
==15288== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==15288== by 0x4D63390: create_mime_object (binding.c:278)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== by 0x4D660AB: report_data (binding.c:1077)
==15288== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15288== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15288== Uninitialised value was created by a client request
==15288== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15288== by 0x7BC4C075: initialize_block (heap.c:240)
==15288== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15288== by 0x805119E: msvcrt_heap_alloc (heap.c:70)
==15288== by 0x8051D63: MSVCRT_malloc (heap.c:408)
==15288== by 0x80D71095: moz_xmalloc (mozalloc.cpp:54)
==15288== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15288== by 0x7DE1F26: init_xpcom (nsembed.c:698)
==15288== by 0x7DE2399: load_gecko (nsembed.c:774)
==15288== by 0x7DE6D01: create_nscontainer (nsembed.c:2042)
==15288== by 0x7D672F6: HTMLDocument_Create (htmldoc.c:4756)
==15288== by 0x7DD0F7D: ClassFactory_CreateInstance (main.c:238)
==15288== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15288== by 0x4D63202: create_mime_object (binding.c:258)
==15288== by 0x4D635A2: create_object (binding.c:308)
==15288== by 0x4D660AB: report_data (binding.c:1077)
==15288== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15288== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15288== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15288== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15288==
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x7DA8870: HTMLDOMNode_Release (htmlnode.c:494)
==15556== by 0x7DD3828: htmldoc_release (mshtml_private.h:544)
==15556== by 0x7DDE0E3: update_window_doc (htmlwindow.c:3029)
==15556== by 0x7DE8F04: on_start_nsrequest (navigate.c:1115)
==15556== by 0x7DE9409: read_stream_data (navigate.c:1227)
==15556== by 0x7DEA3BF: nsChannelBSC_read_data (navigate.c:1576)
==15556== by 0x7DE738A: BindStatusCallback_OnDataAvailable (navigate.c:427)
==15556== by 0x4D60487: BindStatusCallback_OnDataAvailable (urlmon.h:820)
==15556== by 0x4D66201: report_data (urlmon.h:820)
==15556== by 0x4D67813: start_binding (binding.c:1530)
==15556== by 0x4D67A2C: bind_to_storage (binding.c:1567)
==15556== by 0x4D87AA0: URLMoniker_BindToStorage (umon.c:280)
==15556== by 0x7DE8569: start_binding (objidl.h:3488)
==15556== by 0x7E14DA7: PersistMoniker_Load (persist.c:627)
==15556== by 0x4D63117: load_doc_mon (urlmon.h:2290)
==15556== by 0x4D63390: create_mime_object (binding.c:278)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
--
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=36929
Bug ID: 36929
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (nsHtml5StreamParser::Release)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x103E23D3: nsHtml5StreamParser::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
==15556== Conditional jump or move depends on uninitialised value(s)
==15556== at 0x103E2416: nsHtml5StreamParser::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15556== by 0x7DE9EBE: stop_request_proc (navigate.c:1437)
==15556== by 0x7E2AB77: hidden_proc (task.c:316)
==15556== by 0x54AA909: ??? (winproc.c:173)
==15556== by 0x54AAA7E: call_window_proc (winproc.c:244)
==15556== by 0x54ACC17: WINPROC_call_window (winproc.c:900)
==15556== by 0x546E5A1: DispatchMessageW (message.c:4022)
==15556== by 0x10769BED: nsAppShell::ProcessNextNativeEvent
(nsappshell.cpp:223)
==15556== by 0x10791553: nsBaseAppShell::DoProcessNextNativeEvent
(nsbaseappshell.cpp:139)
==15556== by 0x109DE999: nsThread::ProcessNextEvent (nsthread.cpp:599)
==15556== by 0x109B626F: NS_ProcessPendingEvents (nsthreadutils.cpp:188)
==15556== by 0x10791100: nsBaseAppShell::NativeEventCallback
(nsbaseappshell.cpp:97)
==15556== Uninitialised value was created by a client request
==15556== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15556== by 0x7BC4C075: initialize_block (heap.c:240)
==15556== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15556== by 0x806119E: msvcrt_heap_alloc (heap.c:70)
==15556== by 0x8061D63: MSVCRT_malloc (heap.c:408)
==15556== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15556== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15556== by 0x7DF1F26: init_xpcom (nsembed.c:698)
==15556== by 0x7DF2399: load_gecko (nsembed.c:774)
==15556== by 0x7DF6D01: create_nscontainer (nsembed.c:2042)
==15556== by 0x7D772F6: HTMLDocument_Create (htmldoc.c:4756)
==15556== by 0x7DE0F7D: ClassFactory_CreateInstance (main.c:238)
==15556== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15556== by 0x4D63202: create_mime_object (binding.c:258)
==15556== by 0x4D635A2: create_object (binding.c:308)
==15556== by 0x4D660AB: report_data (binding.c:1077)
==15556== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15556== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15556== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15556== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15556==
--
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=36930
Bug ID: 36930
Summary: valgrind shows a couple unitialized variables in
dlls/ieframe/tests/ie.c (nsDocumentViewer::Destroy)
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==15748== Conditional jump or move depends on uninitialised value(s)
==15748== at 0x1013DAB0: nsFrameSelection::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==15748== by 0x1014D48E: nsDocumentViewer::Destroy
(nsdocumentviewer.cpp:1609)
==15748== by 0x1014CCDC: nsDocumentViewer::Show (nsdocumentviewer.cpp:1915)
==15748== by 0x106226C4: nsDocShell::SetVisibility (nsdocshell.cpp:5444)
==15748== by 0x75940EB: activate_window (view.c:292)
==15748== by 0x75952F7: OleDocumentView_Show (view.c:551)
==15748== by 0x4CDE454: OleDocumentSite_ActivateMe (docobj.h:491)
==15748== by 0x756EDEF: OleObject_DoVerb (docobj.h:285)
==15748== by 0x74B9EA0: HlinkTarget_Navigate (oleidl.h:3179)
==15748== by 0x4CDFC6A: object_available (hlink.h:1385)
==15748== by 0x4CE043C: object_available_proc (dochost.c:271)
==15748== by 0x4CDF97A: process_dochost_tasks (dochost.c:63)
==15748== by 0x4CEED59: ie_window_proc (iexplore.c:689)
==15748== by 0x54A2909: ??? (winproc.c:173)
==15748== by 0x54A2A7E: call_window_proc (winproc.c:244)
==15748== by 0x54A4C17: WINPROC_call_window (winproc.c:900)
==15748== by 0x54665A1: DispatchMessageW (message.c:4022)
==15748== by 0x4CEFF60: IEWinMain (iexplore.c:1061)
==15748== by 0x4C8CA34: wWinMain (main.c:84)
==15748== by 0x4C8CD1C: wmain (exe_wmain.c:51)
==15748== Uninitialised value was created by a client request
==15748== at 0x7BC4BF0A: mark_block_uninitialized (heap.c:209)
==15748== by 0x7BC4C075: initialize_block (heap.c:240)
==15748== by 0x7BC50981: RtlAllocateHeap (heap.c:1717)
==15748== by 0x77C319E: msvcrt_heap_alloc (heap.c:70)
==15748== by 0x77C3D63: MSVCRT_malloc (heap.c:408)
==15748== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==15748== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==15748== by 0x7553F26: init_xpcom (nsembed.c:698)
==15748== by 0x7554399: load_gecko (nsembed.c:774)
==15748== by 0x7558D01: create_nscontainer (nsembed.c:2042)
==15748== by 0x74D92F6: HTMLDocument_Create (htmldoc.c:4756)
==15748== by 0x7542F7D: ClassFactory_CreateInstance (main.c:238)
==15748== by 0x5038C6B: CoCreateInstance (unknwn.h:226)
==15748== by 0x4D63202: create_mime_object (binding.c:258)
==15748== by 0x4D635A2: create_object (binding.c:308)
==15748== by 0x4D660AB: report_data (binding.c:1077)
==15748== by 0x4D663F4: InternetProtocolSink_ReportData (binding.c:1126)
==15748== by 0x4D6B723: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==15748== by 0x4D6C274: report_data_proc (urlmon.h:3113)
==15748== by 0x4D67FCF: process_tasks (bindprot.c:57)
==15748==
--
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=37654
Bug ID: 37654
Summary: valgrind shows an invalid read in
crypt32/tests/encode.c
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==18156== Invalid read of size 4
==18156== at 0x4D85A2B: CRYPT_AsnEncodeIssuingDistPoint (encode.c:3935)
==18156== by 0x4D89E2D: CryptEncodeObjectEx (encode.c:4741)
==18156== by 0x4BC80B5: test_encodeCRLIssuingDistPoint (encode.c:3644)
==18156== by 0x4BCF69F: func_encode (encode.c:8127)
==18156== by 0x4BA6A47: main (test.h:584)
==18156== Address 0x0 is not stack'd, malloc'd or (recently) free'd
==18156==
--
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=37157
Bug ID: 37157
Summary: mshtml/events test hangs under valgrind
Product: Wine
Version: 1.7.24
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mshtml
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Created attachment 49389
--> https://bugs.winehq.org/attachment.cgi?id=49389
valgrind output
I've only noticed this on my debian desktop, but it's repeatable every time.
austin@debian-home:~/wine-valgrind-known$ valgrind --version
valgrind-3.9.0
austin@debian-home:~/wine-valgrind-known$ ps aux | grep event
austin 18489 0.0 0.0 2244 540 pts/3 S+ 07:56 0:00 /bin/sh -c
../../../tools/runtest -q -P wine -T ../../.. -M mshtml.dll -p
mshtml_test.exe.so events && touch events.ok
austin@debian-home:~/wine-valgrind-known$ uname -a
Linux debian-home 3.14-2-686-pae #1 SMP Debian 3.14.13-2 (2014-07-24) i686
GNU/Linux
--
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=38439
Bug ID: 38439
Summary: valgrind shows an uninitialized value
atl100/tests/atl.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: atl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==5614== Conditional jump or move depends on uninitialised value(s)
==5614== at 0x98944C9: ???
==5614== by 0x7465456: create_nscontainer (nsembed.c:2115)
==5614== by 0x73E29E8: HTMLDocument_Create (htmldoc.c:4857)
==5614== by 0x745127D: ClassFactory_CreateInstance (main.c:271)
==5614== by 0x48C046C: IClassFactory_CreateInstance (unknwn.h:226)
==5614== by 0x48C046C: CoCreateInstance (???:0)
==5614== by 0x5504C7C: create_mime_object (binding.c:260)
==5614== by 0x5504FAB: create_object (binding.c:310)
==5614== by 0x5507716: report_data (binding.c:1079)
==5614== by 0x55079F3: InternetProtocolSink_ReportData (binding.c:1128)
==5614== by 0x550C581: IInternetProtocolSink_ReportData (urlmon.h:3113)
==5614== by 0x550C581: ProtocolSinkHandler_ReportData (???:0)
==5614== by 0x550D12A: IInternetProtocolSink_ReportData (urlmon.h:3113)
==5614== by 0x550D12A: BPInternetProtocolSink_ReportData (???:0)
==5614== by 0x5510173: IInternetProtocolSink_ReportData (urlmon.h:3113)
==5614== by 0x5510173: FileProtocol_StartEx (???:0)
==5614== by 0x550B050: IInternetProtocolEx_StartEx (urlmon.h:7872)
==5614== by 0x550B050: BindProtocol_StartEx (???:0)
==5614== by 0x5508CD1: IInternetProtocolEx_StartEx (urlmon.h:7872)
==5614== by 0x5508CD1: start_binding (???:0)
==5614== by 0x5508F63: bind_to_object (binding.c:1598)
==5614== by 0x5525A69: URLMoniker_BindToObject (umon.c:260)
==5614== by 0x54922E5: IMoniker_BindToObject (objidl.h:3485)
==5614== by 0x54922E5: bind_to_object (???:0)
==5614== by 0x5492B7E: navigate_bsc (navigate.c:910)
==5614== by 0x5492C45: navigate_bsc_proc (navigate.c:940)
==5614== by 0x547D93F: process_dochost_tasks (dochost.c:63)
==5614== Uninitialised value was created by a stack allocation
==5614== at 0x9894439: ???
==5614==
--
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=38452
Bug ID: 38452
Summary: valgrind shows an uninitialized variable in
urlmon/tests/url.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==16118== Conditional jump or move depends on uninitialised value(s)
==16118== at 0x98944C9: ???
==16118== by 0x59BB456: create_nscontainer (nsembed.c:2115)
==16118== by 0x59389E8: HTMLDocument_Create (htmldoc.c:4857)
==16118== by 0x59A727D: ClassFactory_CreateInstance (main.c:271)
==16118== by 0x49F746C: IClassFactory_CreateInstance (unknwn.h:226)
==16118== by 0x49F746C: CoCreateInstance (???:0)
==16118== by 0x4929C7C: create_mime_object (binding.c:260)
==16118== by 0x4929FAB: create_object (binding.c:310)
==16118== by 0x492C716: report_data (binding.c:1079)
==16118== by 0x492C9F3: InternetProtocolSink_ReportData (binding.c:1128)
==16118== by 0x4931581: IInternetProtocolSink_ReportData (urlmon.h:3113)
==16118== by 0x4931581: ProtocolSinkHandler_ReportData (???:0)
==16118== by 0x4931FF0: IInternetProtocolSink_ReportData (urlmon.h:3113)
==16118== by 0x4931FF0: report_data_proc (???:0)
==16118== by 0x492E367: process_tasks (bindprot.c:57)
==16118== by 0x492E3B8: notif_wnd_proc (bindprot.c:68)
==16118== by 0x4C424C9: ??? (winproc.c:174)
==16118== by 0x4C425FC: call_window_proc (winproc.c:245)
==16118== by 0x4C44370: WINPROC_call_window (winproc.c:901)
==16118== by 0x4C0CB60: DispatchMessageW (message.c:4027)
==16118== by 0x492DD97: start_binding (binding.c:1554)
==16118== by 0x492DF63: bind_to_object (binding.c:1598)
==16118== by 0x494AA69: URLMoniker_BindToObject (umon.c:260)
==16118== Uninitialised value was created by a stack allocation
==16118== at 0x9894439: ???
==16118==
--
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=38448
Bug ID: 38448
Summary: valgrind shows an unitialized variable in
dlls/psapi/tests/psapi_main.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: psapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==14400== Conditional jump or move depends on uninitialised value(s)
==14400== at 0x402DBE9: bcmp (vg_replace_strmem.c:1005)
==14400== by 0x42005C2: test_GetMappedFileName (psapi_main.c:464)
==14400== by 0x4202913: func_psapi_main (psapi_main.c:802)
==14400== by 0x42036CB: run_test (test.h:584)
==14400== by 0x4203B04: main (test.h:666)
==14400== Uninitialised value was created by a stack allocation
==14400== at 0x41FFAF2: test_GetMappedFileName (psapi_main.c:373)
==14400==
--
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=20648
Summary: DX-Ball crashes at startup on x86-64 system
Product: Wine
Version: unspecified
Platform: PC-x86-64
URL: http://www.magicwandsoft.com/games/dxball/download.htm
l
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b.brachaczek(a)gmail.com
Created an attachment (id=24640)
--> (http://bugs.winehq.org/attachment.cgi?id=24640)
log from console
DX-Ball (free to download, link in URL) crashes every time at startup if it's
run under Wine compiled under an x86-64 system. Tried with Ubuntu 9.10 amd64
with official Ubuntu Wine packages. I can also reproduce the same issue if I
compile Wine under i386 with gcc flags -msse -msse2 -mfpmath=sse - they're
default for x86-64 and probably that's the problem. Log attached.
--
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.
http://bugs.winehq.org/show_bug.cgi?id=32859
Bug #: 32859
Summary: Mathematica 8 occasionally crashes on startup
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
Classification: Unclassified
Created attachment 43395
--> http://bugs.winehq.org/attachment.cgi?id=43395
Backtrace
Start Mathematica. If it doesn't crash, try close it and start again, if still
not, try other tty or try first wineserver -k or launch with a different
LC_ALL... I couldn't find any reliable way to reproduce the bug, it happens in
~10% cases, and it *seems* manipulations above somewhat improve
reproducibility.
--
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.