https://bugs.winehq.org/show_bug.cgi?id=38672
Bug ID: 38672
Summary: valgrind shows uninitialized memory in set_mwm_hints()
Product: Wine
Version: 1.7.42
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: opengl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
Similar to bug 38593, shows up a lot of tests, this is in
comctl32/tests/listview.c:
../../../tools/runtest -q -P wine -T ../../.. -M comctl32.dll -p
comctl32_test.exe.so listview && touch listview.ok
==11813== Syscall param writev(vector[...]) points to uninitialised byte(s)
==11813== at 0x4F7A0F23: __writev_nocancel (in /usr/lib/libc-2.21.so)
==11813== by 0x5E69A28: ??? (in /usr/lib/libxcb.so.1.1.0)
==11813== by 0x5E69F07: ??? (in /usr/lib/libxcb.so.1.1.0)
==11813== by 0x5E69FAB: xcb_writev (in /usr/lib/libxcb.so.1.1.0)
==11813== by 0x5D59113: _XSend (in /usr/lib/libX11.so.6.3.0)
==11813== by 0x5D594B4: _XFlush (in /usr/lib/libX11.so.6.3.0)
==11813== by 0x5D379BB: XFlush (in /usr/lib/libX11.so.6.3.0)
==11813== by 0x5C92C82: X11DRV_WindowPosChanged (window.c:2349)
==11813== by 0x4D4AEC2: set_window_pos (winpos.c:2147)
==11813== by 0x4D4B15D: USER_SetWindowPos (winpos.c:2220)
==11813== by 0x4D4B454: SetWindowPos (winpos.c:2294)
==11813== by 0x47BCF6A: create_parent_window (listview.c:623)
==11813== by 0x47D4FB2: func_listview (listview.c:5770)
==11813== by 0x4833607: run_test (test.h:584)
==11813== by 0x4833A4F: main (test.h:666)
==11813== Address 0x58a9d90 is 40 bytes inside a block of size 16,384 alloc'd
==11813== at 0x4008D02: calloc (vg_replace_malloc.c:626)
==11813== by 0x5D473B4: XOpenDisplay (in /usr/lib/libX11.so.6.3.0)
==11813== by 0x5C98E17: x11drv_init_thread_data (x11drv_main.c:658)
==11813== by 0x5C8CCC1: thread_init_display (x11drv.h:347)
==11813== by 0x5C914D2: X11DRV_create_win_data (window.c:1796)
==11813== by 0x5C92264: X11DRV_WindowPosChanging (window.c:2155)
==11813== by 0x4D4AA16: set_window_pos (winpos.c:2062)
==11813== by 0x4D400D2: WIN_CreateWindowEx (win.c:1580)
==11813== by 0x4D40723: CreateWindowExA (win.c:1718)
==11813== by 0x47BCF50: create_parent_window (listview.c:617)
==11813== by 0x47D4FB2: func_listview (listview.c:5770)
==11813== by 0x4833607: run_test (test.h:584)
==11813== by 0x4833A4F: main (test.h:666)
==11813== Uninitialised value was created by a stack allocation
==11813== at 0x5C8EF95: update_net_wm_states (window.c:963)
==11813==
also in d3d9/d3d9ex, d3d9/device, ddraw/dsurface, gdi32/clipping,
imm32/imm32...
--
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=35030
Bug #: 35030
Summary: Steam install program crash at the end of the install
Product: Wine
Version: 1.7.7
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: legluondunet(a)free.fr
Classification: Unclassified
Created attachment 46692
--> http://bugs.winehq.org/attachment.cgi?id=46692
crash log
Hello,
when I launch Steam install program, it crashes at the end of the install, then
continue with downloading the whole client. It is not an important crash
because it doesn't stop the install. I joined the log of the crash.
Thank you for your help.
Config:
Ubuntu 13.10
wine 1.7.7 32 bits
AMD radeon 7850 with Ubuntu Catalyst drivers 13.101 version
Processor Intel i5-3570 3,4 Ghz
--
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=1151
--- Comment #26 from Sergio Callegari <scallegari(a)arces.unibo.it> ---
Created attachment 52260
--> https://bugs.winehq.org/attachment.cgi?id=52260
Log file with +richedit,+font
Here is the log file with the richedit and font channels. Compressed with xz.
--
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=1151
--- Comment #25 from Jactry Zeng <jactry92(a)gmail.com> ---
Hi all,
It seems bug of LTSPICE it is another bug of riched20.
And it was fixed by Huw:
commit 7a3c9889e38ede659230a66a167b82c024f0dc85
Author: Huw Davies <huw at codeweavers.com>
Date: Wed Jul 1 10:48:56 2015 +0100
riched20: Free the script cache when updating the default style.
Thanks Huw!
--
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=1151
--- Comment #24 from Jactry Zeng <jactry92(a)gmail.com> ---
(In reply to Sergio Callegari from comment #23)
> Seems fixed for LTSPICE with latest Wine (1.7.50)
Hi Sergio,
Could you upload a log of LTSPICE with +richedit,+font channel?
I'd like to know what font was used when you run LTSPICE.
I'm looking at another bug of proportional font
Thank you very much!
--
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=1151
--- Comment #23 from Sergio Callegari <scallegari(a)arces.unibo.it> ---
Seems fixed for LTSPICE with latest Wine (1.7.50)
--
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=1151
Jactry Zeng <jactry92(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jactry92(a)gmail.com
--
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=38004
Bug ID: 38004
Summary: Outlast crashes with unimplemented function
x3daudio1_7.dll.X3DAudioInitialize
Product: Wine
Version: 1.7.35
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrey.goosev(a)gmail.com
Distribution: ---
Created attachment 50638
--> https://bugs.winehq.org/attachment.cgi?id=50638
log
Use native is a workaround.
--
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=8028
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |super_man(a)post.com
--- Comment #16 from super_man(a)post.com ---
fixed? I don't see the program doing anything crazy when pressed update.
wine 1.7.50(git)
--
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=35534
Bug ID: 35534
Summary: Oblivion: very loud/distorted/horrible collision
sounds
Product: Wine
Version: 1.7.10
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: benoit.sauvage(a)gmail.com
Classification: Unclassified
Reported also by other users:
-some mention can be fixed by making bUseSoftwareAudio3D=1 inside the
oblivion.ini, but that doesn't work for me.
-some mention trying older versions of wine engine, but that doesn't seem to
help my case either.
--
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.