https://bugs.winehq.org/show_bug.cgi?id=36655
Bug ID: 36655
Summary: valgrind shows an unitialized variable in
mountmgr.sys/device.c (d3d9/tests/d3d9ex.c)
Product: Wine
Version: 1.7.19
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: mountmgr.sys
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==6715== Thread 4:
==6715== Syscall param writev(vector[...]) points to uninitialised byte(s)
==6715== at 0x431A82C: writev (writev.c:54)
==6715== by 0x7BC7FE0B: send_request (server.c:213)
==6715== by 0x7BC7FF9D: wine_server_call (server.c:294)
==6715== by 0x5B66A38: put_message_in_queue (message.c:3141)
==6715== by 0x5B66DE9: send_inter_thread_message (message.c:3209)
==6715== by 0x5B670CA: send_message (message.c:3277)
==6715== by 0x5B67511: SendMessageTimeoutW (message.c:3414)
==6715== by 0x5B692FD: bcast_childwindow (message.c:4265)
==6715== by 0x5B9B07A: EnumDesktopWindows (win.c:3336)
==6715== by 0x5B6967E: bcast_desktop (message.c:4315)
==6715== by 0x5BA9587: EnumDesktopsW (winstation.c:454)
==6715== by 0x5B697DB: bcast_winsta (message.c:4329)
==6715== by 0x5BA8CFB: EnumWindowStationsW (winstation.c:238)
==6715== by 0x5B69B06: BroadcastSystemMessageExW (message.c:4398)
==6715== by 0x5B698F9: BroadcastSystemMessageW (message.c:4350)
==6715== by 0x5710683: send_notify (device.c:186)
==6715== by 0x571214A: add_dos_device (device.c:812)
==6715== by 0x570F70C: udisks2_add_device (dbus.c:479)
==6715== by 0x570F90D: udisks2_add_devices (dbus.c:517)
==6715== by 0x570FEC6: dbus_thread (dbus.c:717)
==6715== Address 0x599e5ce is on thread 1's stack
==6715== Uninitialised value was created by a stack allocation
==6715== at 0x571062B: send_notify (device.c:178)
==6715==
--
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=36162
Bug ID: 36162
Summary: valgrind shows several leaks in
programs/cmd/tests/batch.c
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==19001== 24 bytes in 2 blocks are definitely lost in loss record 77 of 302
==19001== at 0x7BC4C735: notify_alloc (heap.c:255)
==19001== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==19001== by 0x4B2544E: heap_alloc (wcmdmain.c:444)
==19001== by 0x4B1E203: WCMD_pushoperator (builtins.c:3615)
==19001== by 0x4B1F18F: WCMD_handleExpression (builtins.c:3932)
==19001== by 0x4B1F84D: WCMD_setshow_env (builtins.c:4098)
==19001== by 0x4B282D6: WCMD_execute (wcmdmain.c:1553)
==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294)
==19001== by 0x4B130E0: WCMD_batch (batch.c:95)
==19001== by 0x4B27185: WCMD_run_program (wcmdmain.c:1187)
==19001== by 0x4B28467: WCMD_execute (wcmdmain.c:1618)
==19001== by 0x4B29F36: WCMD_process_commands (wcmdmain.c:2294)
==19001== by 0x4B2ADC4: wmain (wcmdmain.c:2590)
==19001== by 0x4B2B328: __wine_spec_exe_wentry (exe_wentry.c:36)
==19001== by 0x7B864247: ??? (process.c:1045)
==19001== by 0x7B864394: start_process (process.c:1097)
==19001== by 0x7BC87087: ??? (signal_i386.c:2571)
==19001== by 0x7BC870D0: call_thread_func (signal_i386.c:2630)
==19001== by 0x7BC87065: ??? (signal_i386.c:2571)
==19001== by 0x7BC5A1C0: start_process (loader.c:2840)
==19001==
--
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=26070
Summary: user32/class tests show some valgrind warnings
Product: Wine
Version: 1.3.13
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, source, testcase
Severity: minor
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Invalid read of size 2
at RtlImageNtHeader (loader.c:2508)
by RtlImageDirectoryEntryToData (loader.c:2684)
by find_entry (resource.c:189)
by LdrFindResource_U (resource.c:303)
by find_resourceW (resource.c:139)
by FindResourceExW (resource.c:183)
by FindResourceW (resource.c:192)
by LoadMenuW (menu.c:4359)
by WIN_CreateWindowEx (win.c:1372)
by CreateWindowExA (win.c:1550)
by check_instance_ (class.c:266)
by test_instances (class.c:441)
by func_class (class.c:995)
by run_test (test.h:556)
by main (test.h:624)
Address 0x12345678 is not stack'd, malloc'd or (recently) free'd
...
28 bytes in 1 blocks are definitely lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by DIALOG_get_info (defdlg.c:335)
by DIALOG_CreateIndirect (dialog.c:669)
by CreateDialogIndirectParamAorW (dialog.c:755)
by CreateDialogIndirectParamA (dialog.c:764)
by CreateDialogParamA (dialog.c:729)
by CreateDialogParamTest (class.c:878)
by func_class (class.c:990)
by run_test (test.h:556)
by main (test.h:624)
...
42,420 bytes in 21 blocks are possibly lost
at notify_alloc (heap.c:254)
by RtlAllocateHeap (heap.c:1701)
by get_tls_data (test.h:240)
by winetest_set_location (test.h:275)
by check_instance_ (class.c:263)
by thread_proc (class.c:292)
by ??? (signal_i386.c:2473)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:404)
by start_thread (in /lib/libpthread-2.11.2.so)
by clone (in /lib/libc-2.11.2.so)
--
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=36328
Bug ID: 36328
Summary: valgrind shows a leak in rsaenh/tests/rsaenh.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
==16347== 88,188 (416 direct, 87,772 indirect) bytes in 7 blocks are definitely
lost in loss record 2,195 of 2,200
==16347== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==16347== by 0x4ED03DAB: ??? (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED08C5A: ft_mem_qalloc (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED08CCE: ft_mem_alloc (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED0DF8E: FT_Add_Module (in /usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED040FE: FT_Add_Default_Modules (in
/usr/lib/libfreetype.so.6.10.2)
==16347== by 0x4ED04169: FT_Init_FreeType (in
/usr/lib/libfreetype.so.6.10.2)
==16347== by 0x6296169: ???
==16347== by 0x6298F85: ???
==16347== by 0x62B4A52: ???
==16347== by 0x7BC53B24: ??? (in
/home/austin/wine-valgrind-known/dlls/ntdll/ntdll.dll.so)
==16347== by 0x7BC5644E: MODULE_InitDLL (loader.c:1068)
==16347== by 0x7BC56AE7: process_attach (loader.c:1157)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC56AB9: process_attach (loader.c:1149)
==16347== by 0x7BC596E6: LdrLoadDll (loader.c:2129)
==16347== by 0x7B8581FE: load_library (module.c:933)
==16347== by 0x7B8582C9: LoadLibraryExW (module.c:990)
==16347== by 0x7B8584AC: LoadLibraryW (module.c:1032)
==16347==
--
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=36356
Bug ID: 36356
Summary: valgrind shows a possible leak in
dinput/tests/device.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: directx-dinput
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==9098== 28 bytes in 1 blocks are possibly lost in loss record 230 of 825
==9098== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==9098== by 0x5981BB8: apartment_getclassobject (compobj.c:526)
==9098== by 0x5984FC6: get_inproc_class_object (compobj.c:2894)
==9098== by 0x5987D2F: CoGetClassObject (compobj.c:3032)
==9098== by 0x59884B7: CoCreateInstance (compobj.c:3197)
==9098== by 0x4A56A80: func_device (device.c:216)
==9098== by 0x4A5E18C: run_test (test.h:584)
==9098== by 0x4A5E57B: main (test.h:654)
==9098==
--
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=36290
Bug ID: 36290
Summary: valgrind shows a leak in mscms/tests/profile.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
==17956== 19,636 (192 direct, 19,444 indirect) bytes in 1 blocks are definitely
lost in loss record 225 of 225
==17956== at 0x4006B11: malloc (in
/usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==17956== by 0x4ED03DAB: ??? (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED08C5A: ft_mem_qalloc (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED08CCE: ft_mem_alloc (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED09CCB: FT_New_Library (in /usr/lib/libfreetype.so.6.10.2)
==17956== by 0x4ED04142: FT_Init_FreeType (in
/usr/lib/libfreetype.so.6.10.2)
==17956== by 0x550C7F0: ???
==17956== by 0x550D39B: ???
==17956== by 0x551B635: ???
==17956== by 0x553A646: ???
==17956== by 0x7BC52FC0: ??? (loader.c:138)
==17956== by 0x7BC555FE: MODULE_InitDLL (loader.c:1068)
==17956== by 0x7BC5597C: process_attach (loader.c:1157)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC5592C: process_attach (loader.c:1149)
==17956== by 0x7BC585E2: LdrLoadDll (loader.c:2129)
==17956== by 0x7B85A79A: load_library (module.c:933)
==17956== by 0x7B85A908: LoadLibraryExW (module.c:990)
==17956== by 0x7B85A869: LoadLibraryExA (module.c:970)
==17956==
--
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=29975
Bug #: 29975
Summary: Ankh: fails to start
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hoehle(a)users.sourceforge.net
Classification: Unclassified
Somewhere between wine-1.3.24 and wine-1.4rc2, Ankh1 regressed to the point of
being unable to start:
- on Ubuntu Intrepid with Intel graphics, no logo is displayed, the menu
flickers heavily but text (start game/exit etc.) is missing.
- on MacOS X 10.5.8 with NVidia graphics, it aborts with a runtime exception
requester.
When the screen flickering starts, one OUT_OF_MEMORY is displayed every few
seconds.
err:d3d:context_bind_texture >>>>>>>>>>>>>>>>> GL_OUT_OF_MEMORY (0x505) from
glBindTexture @ context.c / 1938
Much earlier messages are:
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(3104) vs nFormats(46), returns FALSE
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(1296236546) vs nFormats(46), returns FALSE
err:wgl:X11DRV_wglGetPixelFormatAttribivARB (0x1c0): unexpected
iPixelFormat(13158564) vs nFormats(46), returns FALSE
[and many other iPixelFormats]
This does not happen (at least with Intel gfx) when using the default
Plugin=RenderSystem_Direct3D9
in bin/release/plugins.cfg. However
Plugin=RenderSystem_GL
is still needed because of the black screen bug #21351.
In bug #21351, comment #8, Henri Verbeet notes that the (demo's?) menu works
for him (NVidia?). Henri, did you you use Direct3D9?
I'd be grateful if somebody could reproduce this and perform regression testing
on a fast machine.
--
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=36316
Bug ID: 36316
Summary: valgrind shows a possible leak in
quartz/tests/avisplitter.c
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase
Severity: normal
Priority: P2
Component: quartz
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
==32461== 32 bytes in 1 blocks are possibly lost in loss record 197 of 561
==32461== at 0x7BC4C735: notify_alloc (heap.c:255)
==32461== by 0x7BC50F79: RtlAllocateHeap (heap.c:1716)
==32461== by 0x7BC39AE9: RtlInitializeCriticalSectionEx (critsection.c:326)
==32461== by 0x7B876B51: InitializeCriticalSectionEx (sync.c:356)
==32461== by 0x7B876AD0: InitializeCriticalSection (sync.c:313)
==32461== by 0x605E935: ???
==32461== by 0x5FFBAC3: ???
==32461== by 0x5FCFC00: ???
==32461== by 0x5FF4AC0: ???
==32461== by 0x5017E26: CoCreateInstance (unknwn.h:226)
==32461== by 0x494548B: create_avisplitter (avisplitter.c:64)
==32461== by 0x494733E: func_avisplitter (avisplitter.c:457)
==32461== by 0x49557E4: run_test (test.h:584)
==32461== by 0x4955BD3: main (test.h:654)
==32461==
--
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=39279
Bug ID: 39279
Summary: valgrind shows uninitialized memory in
winmm/tests/mcicda.c
Product: Wine
Version: 1.7.51
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: winmm&mci
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
../../../tools/runtest -q -P wine -T ../../.. -M winmm.dll -p winmm_test.exe.so
mcicda && touch mcicda.ok
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
mcicda.c:174: Tests skipped: No CD-ROM in drive.
==21071== Syscall param ioctl(arg) contains uninitialised byte(s)
==21071== at 0x455603C9: ioctl (in /usr/lib/libc-2.21.so)
==21071== by 0x7BC36D16: CDROM_StopAudio (cdrom.c:1362)
==21071== by 0x7BC38E8C: CDROM_DeviceIoControl (cdrom.c:3024)
==21071== by 0x7BC469AD: NtDeviceIoControlFile (file.c:1614)
==21071== by 0x7B841301: DeviceIoControl (file.c:2658)
==21071== by 0x5B7C3E8: MCICDA_Stop (mcicda.c:1087)
==21071== by 0x5B79D76: MCICDA_Close (mcicda.c:505)
==21071== by 0x5B7CF3B: MCICDA_DriverProc (mcicda.c:1310)
==21071== by 0x48D58FF: DRIVER_SendMessage (driver.c:136)
==21071== by 0x48D5A04: SendDriverMessage (driver.c:156)
==21071== by 0x48DBDD0: MCI_SendCommandFrom32 (mci.c:894)
==21071== by 0x48DE8BA: MCI_Close (mci.c:1875)
==21071== by 0x48DF591: MCI_SendCommand (mci.c:2099)
==21071== by 0x48DFD6E: mciSendCommandW (mci.c:2295)
==21071== by 0x48DFED4: mciSendCommandA (mci.c:2318)
==21071== by 0x476663F: test_openclose (mcicda.c:577)
==21071== by 0x47667B6: func_mcicda (mcicda.c:604)
==21071== by 0x477E3B5: run_test (test.h:584)
==21071== by 0x477E7FD: main (test.h:666)
==21071== Uninitialised value was created by a stack allocation
==21071== at 0x7BC36D08: CDROM_StopAudio (cdrom.c:1362)
==21071==
Note this also exposes a valgrind bug:
==21071== Warning: noted but unhandled ioctl 0x5307 with no size/direction
hints.
==21071== This could cause spurious value errors to appear.
==21071== See README_MISSING_SYSCALL_OR_IOCTL for guidance on writing a
proper wrapper.
That's https://bugs.kde.org/show_bug.cgi?id=352767
--
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=38324
Bug ID: 38324
Summary: Dead or Alive 5 Last Round and Ridge Racer Unbounded
models/geometry problems
Product: Wine
Version: 1.7.39
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: shadowflash(a)gmail.com
Distribution: Ubuntu
Both games start (DoA5LR requires wmp9 and native quartz) but have problems
with 3D models:
In Ridge Racer Unbounded you see spiky polygon mess instead of cars when you
enter the race.
In DoA5LR you see only some parts of character costume at character select and
in the game, rest of the model is invisible.
Both games run with Wine 1.7.10 without any graphical glitches. I had no time
yet to test every version between 1.7.10 and 1.7.24 to find exactly where that
regression happened but problem is still here in the latest version.
--
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.