https://bugs.winehq.org/show_bug.cgi?id=8712
Nikolay Sivov <bunglehead(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Blocks| |39597
--
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=8712
--- Comment #56 from Anastasius Focht <focht(a)gmx.net> ---
Hello Nikolay,
--- quote ---
It still doesn't work, so I'm not sure if it make sense to close this. Unless
someone will open next one.
--- quote ---
well, I'm sure you know how it should be.
Meta bugs dealing with multiple underlying issues (missing
infrastructure/interfaces, stubs, method implementations) just for the sake of
"make my app work" should be avoided.
If people don't follow-up then let it be.
At one point the missing infrastructure will be implemented and apps
"magically" start to work - the progress will be untracked though.
If you are personally interested on tracking the progress in detail, create
follow-ups as needed (as I do).
Reading the history ... unfortunately even long timers have a different opinion
on this:
Austin:
--- quote ---
I would disagree. The original bug says the video demo doesn't work. This bug
may be fixed, or it could be hidden by a new bug. I'd say leave this open until
the demo works, then close it out.
--- quote ---
But do as you want, reopen. I personally don't like this "meta" approach.
Just imagine if everyone takes this approach - you end up with potentially
thousands of "make my app/game X to work" tickets which results in a mess
(overlapping underlying/individual issues, regressing each other).
Regards
--
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=8712
--- Comment #55 from Nikolay Sivov <bunglehead(a)gmail.com> ---
It still doesn't work, so I'm not sure if it make sense to close this. Unless
someone will open next one.
--
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=8712
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Fixed by SHA1| |ed06707bacece1dfe0333803973
| |8d453af11fa30
Status|REOPENED |RESOLVED
Version|unspecified |0.9.39.
Resolution|--- |FIXED
--- Comment #54 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
resolving here based on last comments.
https://source.winehq.org/git/wine.git/commitdiff/ed06707bacece1dfe03338039…
Thanks Nikolay
Please avoid meta-bugs in future (original bug report evolved over several
years).
Regards
--
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=9127
xpue <r9ku1q(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |r9ku1q(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=8712
super_man(a)post.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net,
| |super_man(a)post.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.
http://bugs.winehq.org/show_bug.cgi?id=36053
Bug ID: 36053
Summary: RTF code is not parsed as rich text
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: richedit
Assignee: wine-bugs(a)winehq.org
Reporter: alexhultman(a)gmail.com
Created attachment 48214
--> http://bugs.winehq.org/attachment.cgi?id=48214
This code should be rendered as a document
Using wine 1.7.16. RTF code does not render as a document. It just displays the
RTF code.
--
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=38237
Bug ID: 38237
Summary: UrlDownloadToFile should fail when not found
Product: Wine
Version: 1.7.38
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: urlmon
Assignee: wine-bugs(a)winehq.org
Reporter: ocean04(a)suomi24.fi
Distribution: ---
In Windows function fails, when url (jpg) is not found.
wine downloads&saves error page html.
-> application crashed when it tried to use invalid jpg.
FPC test/source:
program notfoundtest;
{$mode Delphi}
uses sysutils, urlmon;
var r: boolean;
begin
r := UrlDownloadToFile(nil, PChar('http://netikka.net/dev/not_found.jpg'),
PChar('C:\t.jpg'), 0, nil)=0;
if r=true then
begin
writeln('Test failed!');
readln;
end;
end.
--
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=13068
Summary: iphlpapi dll error
Product: Wine
Version: 0.9.46.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: svenwinkle(a)yahoo.com
Created an attachment (id=12824)
--> (http://bugs.winehq.org/attachment.cgi?id=12824)
trace from the point the program stopped working
When trying to run Saga (see playsaga.com) I receive the following message
during the login step:
wine: Call from 0x4e1577 to unimplemented function
iphlpapi.dll.GetAdaptersAddresses, aborting
The full trace is in a txt file I've attached. It looks like the program wants
to see what ip addresses are on my network interfaces, but bombs out. I've
tried running the program as root through sudo with the same result.
Thanks,
Jeff
--
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=33453
Bug #: 33453
Summary: Delphi7 import type library hangs
Product: Wine
Version: 1.5.28
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: oleaut32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ocean04(a)suomi24.fi
Classification: Unclassified
Created attachment 44283
--> http://bugs.winehq.org/attachment.cgi?id=44283
Few last lines
Delphi7 -> Project menu -> Import Type Library. Select "Microsoft Internet
Controls" -> Create unit. -> Hangs, and must be killed.
Workaround native oleaut32
I don't know what kind of log would be useful?! Anyway, attached few lines, how
it happens..
--
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=23575
Summary: PowerDVD 10 (trial) crashes after registration
Product: Wine
Version: 1.2-rc6
Platform: x86-64
URL: http://www.chip.de/downloads/PowerDVD_12995238.html
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bojan(a)antonovic.ch
Created an attachment (id=29463)
--> (http://bugs.winehq.org/attachment.cgi?id=29463)
crash log
You need:
- MSVCP60.DLL
- mfc42.dll
- WMVCORE.DLL
- WMASF.DLL
to put into the folder windows/system32 before you can install.
Then install, and do registration. Afterwards, the crash comes. It comes when
you try to run the program too.
The (full) backtrace didn't appear.
--
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=19937
Summary: ArcSoft PhotoStudio 5.5
Product: Wine
Version: 1.1.28
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: schulznotee(a)yahoo.com
Sorry, guys... I got into the whole Ubuntu thing because it was supposed to be
easier to USE. However, I'm not a geek or techie, just a guy who uses my
machines for DOING things like photo editing, writing, etc.
My problem lies in ArcSoft's PhotoStudio 5.5. I am informed that there is a
serious error and that it needs to close.
Oh, another problem is that I got your app to let me install my Canoscan 4400F
scanner but I can't find where it went.
Beyond this little bit of information, beats the stuffin's out of me.
--
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=39401
Bug ID: 39401
Summary: Maxthon Browser crashes when enable GTK3 Theming
Product: Wine-staging
Version: 1.7.52
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yonatan.el.amigo(a)gmail.com
CC: erich.e.hoover(a)wine-staging.com, michael(a)fds-team.de,
sebastian(a)fds-team.de
Distribution: ---
Created attachment 52512
--> https://bugs.winehq.org/attachment.cgi?id=52512
Terminal output
Maxthon Browser crashes when enable GTK3 Theming.
When I start the browser Maxthon with GTK3 Theming enabled, this produces a
blockage in the GUI.
Maxthon-> http://dl.maxthon.com/mx4/mx4.4.7.3000.exe
--
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=29309
Bug #: 29309
Summary: Zynaps remix exits with memory access violation
Product: Wine
Version: 1.3.34
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
Classification: Unclassified
When starting Zynaps Remix game, it exits with access violation:
fixme:win:EnumDisplayDevicesW ((null),0,0x33f6a4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x33f668,0x00000000), stub!
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending
there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 32 channels,
pretending
there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretend
ing there's only 2 channels
fixme:win:EnumDisplayDevicesW ((null),0,0x33f640,0x00000000), stub!
fixme:ddraw:ddraw7_RestoreAllSurfaces iface 0x134390 stub!
--
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=39545
Bug ID: 39545
Summary: wine build fails without libpulse
Product: Wine
Version: 1.7.54
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Stefan.Leichter(a)camLine.com
Distribution: ---
Created attachment 52696
--> https://bugs.winehq.org/attachment.cgi?id=52696
config.log
System: Debian Jessie 64 bit
Configure detects that libpulse is missing (see attached config.log), but make
tries to link winepulse.drv against libpulse. Therefore building wine fails for
me with:
make[1]: Entering directory
'/usr/src/wine/wine-build-local32/dlls/winepulse.drv'
../.././../wine-build-local64/tools/winegcc/winegcc -o winepulse.drv.so \
-B../.././../wine-build-local64/tools/winebuild --sysroot=../.. -m32
-fasynchronous-unwind-tables -shared
../../../wine-git-local/dlls/winepulse.drv/winepulse.drv.spec \
mmdevdrv.o -ldxguid -luuid -lwinmm -luser32 -ladvapi32 -lole32 -lwine \
../../libs/port/libwine_port.a -lpulse -lpthread
/usr/bin/ld: cannot find -lpulse
collect2: error: ld returned 1 exit status
winegcc: ccache failed
Makefile:209: recipe for target 'winepulse.drv.so' failed
make[1]: *** [winepulse.drv.so] Error 2
--
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=38464
Bug ID: 38464
Summary: valgrind shows a possible leak in wininet/tests/http.c
test_async_HttpSendRequestEx()
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: wininet
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Debian
==18670== 32 bytes in 1 blocks are possibly lost in loss record 210 of 744
==18670== at 0x7BC49E0E: notify_alloc (heap.c:254)
==18670== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==18670== by 0x7BC38BE1: RtlInitializeCriticalSectionEx (critsection.c:326)
==18670== by 0x7B870063: InitializeCriticalSectionEx (sync.c:354)
==18670== by 0x7B86FFF7: InitializeCriticalSection (sync.c:311)
==18670== by 0x489254D: test_async_HttpSendRequestEx (http.c:5325)
==18670== by 0x4893C07: func_http (http.c:5654)
==18670== by 0x48A9CA6: run_test (test.h:584)
==18670== by 0x48AA0E0: main (test.h:666)
==18670==
--
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=14894
Summary: Segmentation Fault in Cubis Gold 2
Product: Wine
Version: 1.0.0
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: directx-ddraw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bywec8j02(a)sneakemail.com
Created an attachment (id=15464)
--> (http://bugs.winehq.org/attachment.cgi?id=15464)
output from terminal
using
~/.wine/drive_c/Program Files/CubisGold2$ rpm -qa|grep wine
wine-esd-1.0-1.fc9.i386
wine-twain-1.0-1.fc9.i386
wine-tools-1.0-1.fc9.i386
wine-ldap-1.0-1.fc9.i386
wine-capi-1.0-1.fc9.i386
wine-nas-1.0-1.fc9.i386
wine-1.0-1.fc9.i386
wine-cms-1.0-1.fc9.i386
wine-jack-1.0-1.fc9.i386
wine-desktop-1.0-1.fc9.i386
wine-core-1.0-1.fc9.i386
on Fedora 9 32bit, AMD64, 1GB ram.
and get a segmentation fault. See attachment.
--
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=39143
Bug ID: 39143
Summary: wmp9 service wants
ntoskrnl.exe.ExAcquireResourceExclusiveLite on
shutdown
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
If I do:
winetricks -q wmp9
then
wine notepad
and close notepad, I see:
wine: Unimplemented function ntoskrnl.exe.ExAcquireResourceExclusiveLite called
at address 0x7b839b2c (thread 0020), starting debugger...
--
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=36427
Bug ID: 36427
Summary: valgrind shows several leaks in
dlls/taskschd/tests/scheduler.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
Created attachment 48456
--> https://bugs.winehq.org/attachment.cgi?id=48456
valgrind log
==26838== 96 bytes in 1 blocks are definitely lost in loss record 458 of 701
==26838== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==26838== by 0x4ECBA52: alloc_bstr (oleaut.c:162)
==26838== by 0x4ECC01D: SysAllocStringLen (oleaut.c:324)
==26838== by 0x4ECC128: SysAllocString (oleaut.c:232)
==26838== by 0x649A80E: regtask_get_Name (regtask.c:133)
==26838== by 0x4D69DF9: test_GetTask (taskschd.h:878)
==26838== by 0x4D6E424: func_scheduler (scheduler.c:1409)
==26838== by 0x4D6F224: run_test (test.h:584)
==26838== by 0x4D6F612: main (test.h:654)
==26838==
==26838== 76 bytes in 1 blocks are definitely lost in loss record 408 of 701
==26838== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==26838== by 0x649D2B8: TaskDefinition_get_Settings (taskschd_private.h:44)
==26838== by 0x4D6A227: test_TaskDefinition (taskschd.h:2557)
==26838== by 0x4D6E429: func_scheduler (scheduler.c:1410)
==26838== by 0x4D6F224: run_test (test.h:584)
==26838== by 0x4D6F612: main (test.h:654)
==26838==
==26960== 72 bytes in 1 blocks are definitely lost in loss record 400 of 702
==26960== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==26960== by 0x5DB8D1C: RPCRT4_AllocBinding (rpc_binding.c:114)
==26960== by 0x5DBBDCD: RpcBindingFromStringBindingW (rpc_binding.c:140)
==26960== by 0x649DB71: TaskService_Connect (task.c:2613)
==26960== by 0x4D6C4F3: test_FolderCollection (taskschd.h:503)
==26960== by 0x4D6E41F: func_scheduler (scheduler.c:1408)
==26960== by 0x4D6F224: run_test (test.h:584)
==26960== by 0x4D6F612: main (test.h:654)
==26960==
==27105== 48 bytes in 3 blocks are definitely lost in loss record 333 of 703
==27105== at 0x7BC50A9B: RtlAllocateHeap (heap.c:255)
==27105== by 0x649BBC8: RegisteredTask_create (taskschd_private.h:44)
==27105== by 0x64979C5: TaskFolder_RegisterTask (folder.c:334)
==27105== by 0x4D68043: test_GetTask (taskschd.h:2007)
==27105== by 0x4D6E424: func_scheduler (scheduler.c:1409)
==27105== by 0x4D6F224: run_test (test.h:584)
==27105== by 0x4D6F612: main (test.h:654)
==27105==
etc.
--
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=38589
Bug ID: 38589
Summary: .
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: chiampan76(a)gmail.com
Distribution: ---
Created attachment 51487
--> https://bugs.winehq.org/attachment.cgi?id=51487
Sades 7.1
I'm trying to install driver headphones game sades 7.1 CH but return the
following error (see attachment)
--
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=38450
Bug ID: 38450
Summary: valgrind shows a leak in shell32/tests/shlfolder.c
Product: Wine
Version: 1.7.41
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
==15811== 4 bytes in 1 blocks are definitely lost in loss record 24 of 688
==15811== at 0x7BC49E0E: notify_alloc (heap.c:254)
==15811== by 0x7BC4E044: RtlAllocateHeap (heap.c:1715)
==15811== by 0x49460C1: SHCreateShellItemArrayFromIDLists (shellitem.c:1289)
==15811== by 0x48BD29F: test_SHCreateShellItemArray (shlfolder.c:3633)
==15811== by 0x48C612E: func_shlfolder (shlfolder.c:5246)
==15811== by 0x48CBA4B: run_test (test.h:584)
==15811== by 0x48CBE85: main (test.h:666)
==15811==
--
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=37729
Bug ID: 37729
Summary: Picasa 3.9 crashes in setupapi.SetupFindFirstLineW
Product: Wine
Version: 1.7.32
Hardware: x86
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: setupapi
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
Created attachment 50230
--> https://bugs.winehq.org/attachment.cgi?id=50230
backtrace
austin@debian-home:~$ sha1sum picasa39-setup.exe
39b2df46dbc423e250371e826026a2827f55b956 picasa39-setup.exe
austin@debian-home:~$ du -h picasa39-setup.exe
17M picasa39-setup.exe
austin@debian-home:~$ wine --version
wine-1.7.32
the crash is in a child process and doesn't print to the console (with the
crash dialog disabled).
--
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=36450
Bug ID: 36450
Summary: EnumFontFamilies should report unsubstituted font
names
Product: Wine
Version: 1.7.18
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gdi32
Assignee: wine-bugs(a)winehq.org
Reporter: alexhenrie24(a)gmail.com
I'm stuck and I think someone else should work on this. My last attempt is
here:
http://source.winehq.org/patches/data/104492
It was rejected because although the new GDI tests worked, it broke the GDI+
tests:
http://www.winehq.org/pipermail/wine-devel/2014-May/104234.html
--
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=38677
Bug ID: 38677
Summary: valgrind shows invalid memory use in
dlls/kernel32/tests/path.c:test_PathNameA()
Product: Wine
Version: 1.7.44
Hardware: x86
OS: Linux
Status: NEW
Keywords: download, source, testcase, valgrind
Severity: normal
Priority: P2
Component: kernel32
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: Fedora
==15348== Invalid write of size 2
==15348== at 0x7B858CAD: lstrcpynW (winbase.h:2573)
==15348== by 0x7B859ED7: GetShortPathNameW (path.c:512)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4922 is 0 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid write of size 2
==15348== at 0x7B858CCA: lstrcpynW (winbase.h:2575)
==15348== by 0x7B859ED7: GetShortPathNameW (path.c:512)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4924 is 2 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid read of size 2
==15348== at 0x7BC61692: RtlIsDosDeviceName_U (path.c:300)
==15348== by 0x7BC628A3: RtlGetFullPathName_U (path.c:791)
==15348== by 0x7BC61A16: RtlDosPathNameToNtPathName_U (path.c:379)
==15348== by 0x7B83F154: FindFirstFileExW (file.c:1889)
==15348== by 0x7B840183: FindFirstFileW (file.c:2263)
==15348== by 0x7B859F34: GetShortPathNameW (path.c:525)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4922 is 0 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid read of size 2
==15348== at 0x7BC60B83: strlenW (unicode.h:200)
==15348== by 0x7BC6271E: get_full_path_helper (path.c:744)
==15348== by 0x7BC6293E: RtlGetFullPathName_U (path.c:805)
==15348== by 0x7BC61A16: RtlDosPathNameToNtPathName_U (path.c:379)
==15348== by 0x7B83F154: FindFirstFileExW (file.c:1889)
==15348== by 0x7B840183: FindFirstFileW (file.c:2263)
==15348== by 0x7B859F34: GetShortPathNameW (path.c:525)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4922 is 0 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
==15348== Invalid read of size 2
==15348== at 0x400AC2C: __GI_memmove (vg_replace_strmem.c:1143)
==15348== by 0x7BC62772: get_full_path_helper (path.c:752)
==15348== by 0x7BC6293E: RtlGetFullPathName_U (path.c:805)
==15348== by 0x7BC61A16: RtlDosPathNameToNtPathName_U (path.c:379)
==15348== by 0x7B83F154: FindFirstFileExW (file.c:1889)
==15348== by 0x7B840183: FindFirstFileW (file.c:2263)
==15348== by 0x7B859F34: GetShortPathNameW (path.c:525)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348== Address 0x46c4924 is 2 bytes after a recently re-allocated block of
size 34 alloc'd
==15348== at 0x7BC4A9F1: notify_alloc (heap.c:254)
==15348== by 0x7BC4EC94: RtlAllocateHeap (heap.c:1715)
==15348== by 0x7B84351C: HeapAlloc (heap.c:271)
==15348== by 0x7B859C9E: GetShortPathNameW (path.c:466)
==15348== by 0x7B85A25C: GetShortPathNameA (path.c:582)
==15348== by 0x48365BA: test_PathNameA (path.c:884)
==15348== by 0x483D211: func_path (path.c:2225)
==15348== by 0x4893BD4: run_test (test.h:584)
==15348== by 0x489401C: main (test.h:666)
==15348==
etc.
--
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.