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.
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.
https://bugs.winehq.org/show_bug.cgi?id=37750
Bug ID: 37750
Summary: Assassin's Creed: graphical issues in the menus and
in-game
Product: Wine
Version: 1.7.29
Hardware: x86
OS: Linux
Status: NEW
Keywords: regression
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: gyebro69(a)gmail.com
CC: hverbeet(a)gmail.com
Regression SHA1: ee8a5b7dd1e554ef32229c766715f23ba17c9f6c
Distribution: ---
Created attachment 50263
--> https://bugs.winehq.org/attachment.cgi?id=50263
screenshot (comparison)
Text in the menus is too bright/blurred.
There are visual glitches in the game as well, as you can see in the attached
screenshot.
These messages are filling the terminal as soon as the problem appears:
>err:d3d:wined3d_debug_callback 0x35a3538: "GL_INVALID_VALUE error generated. Size and/or offset out of range.".
>err:d3d_surface:wined3d_volume_upload_data >>>>>>>>>>>>>>>>> GL_INVALID_VALUE (0x501) from glTexSubImage3D @ volume.c / 114
I see the same messages in a couple of other games as well (Metro: Last Light,
Burnout Paradise, XCOM:Enemy Unknown).
The problem is present since
ee8a5b7dd1e554ef32229c766715f23ba17c9f6c is the first bad commit
commit ee8a5b7dd1e554ef32229c766715f23ba17c9f6c
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Wed Oct 8 08:47:20 2014 +0200
wined3d: Track texture allocation per-texture.
:040000 040000 02dba0093d24ae89c3c4ebcb3de609d01a618614
e5bf7a4032c6c2959631cc5b49d7ba9b73a47a2b M dlls
Please let me know if you need debug logs.
wine-1.7.33-40-gca51e11
Fedora 20
Geforce 250 / Nvidia binary drivers 340.65
--
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=36809
Bug ID: 36809
Summary: valgrind shows an unitialized variable in
dlls/dmscript/tests/dmscript.c
Product: Wine
Version: 1.7.20
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==20119== Use of uninitialised value of size 4
==20119== at 0x427A0CD: _itoa_word (_itoa.c:180)
==20119== by 0x427D856: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427A0D3: _itoa_word (_itoa.c:180)
==20119== by 0x427D856: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427ADD7: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427AE43: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x427AEC5: vfprintf (vfprintf.c:1634)
==20119== by 0x429E4E1: vsprintf (iovsprintf.c:42)
==20119== by 0x428429E: sprintf (sprintf.c:32)
==20119== by 0x4BC691C: wine_dbgstr_guid (test.h:533)
==20119== by 0x4BC5B0F: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x402EB3D: bcmp (vg_replace_strmem.c:965)
==20119== by 0x4BC5B2E: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
==20119== Conditional jump or move depends on uninitialised value(s)
==20119== at 0x4BC5F76: winetest_vok (test.h:311)
==20119== by 0x4BC6184: winetest_ok (test.h:357)
==20119== by 0x4BC5B4C: test_scripttrack (dmscript.c:222)
==20119== by 0x4BC5D40: func_dmscript (dmscript.c:249)
==20119== by 0x4BC6B3B: run_test (test.h:584)
==20119== by 0x4BC6F29: main (test.h:654)
==20119== Uninitialised value was created by a stack allocation
==20119== at 0x4BC597E: test_scripttrack (dmscript.c:206)
==20119==
--
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=33723
Bug #: 33723
Summary: EA Origin needs job objects
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ariscop(a)gmail.com
Classification: Unclassified
It uses job objects + completion ports to determine if a game is running or has
exited. as it doesn't notice a game being closed, you cannot relaunch the game
without restarting origin.
fixme:ntdll:NtCreateJobObject stub: 0xa32e83c 1f001f <null>
fixme:ntdll:NtSetInformationJobObject stub: 0xdead 9 0xa32e890 112
trace:ntdll:NtCreateIoCompletion (0xa32e83c, 1f0003, (nil), 0)
fixme:ntdll:NtSetInformationJobObject stub: 0xdead 7 0xa32e934 8
fixme:ntdll:NtAssignProcessToJobObject stub: 0xdead 0xc70
--
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=35337
Bug ID: 35337
Summary: GOG.com installer--a small line appears on the
progress bar after some time
Product: Wine
Version: 1.7.10
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 47135
--> http://bugs.winehq.org/attachment.cgi?id=47135
GOG Installer Log
A small vertical line appears on the installer progress bar, you can see it by
the end of the installation process. I've marked it with the red circle in the
screenshot.
I don't know if the issue affects all versions of the GOG.com installer. You
can test it with the free Tyrian 2000 installer.
--
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.