https://bugs.winehq.org/show_bug.cgi?id=36904
Bug ID: 36904
Summary: valgrind shows a few unitialized variables in
dlls/ieframe/tests/ie.c (js::frontend)
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
Unfortunately, I don't know what files these are in, apparently a large one:
==1840== warning: ignoring line info entry with huge line number (16707566)
==1840== Can't handle line numbers greater than 1048575, sorry
==1840== (Nb: this message is only shown once)
I checked the wine-mozilla source, but the largest file isn't even close:
140456 ./db/sqlite3/src/sqlite3.c
137413 ./security/nss/lib/sqlite/sqlite3.c
presumably that line number count includes headers, etc. Anywho, the bugs:
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E4C571:
js::frontend::Parser<js::frontend::FullParseHandler>::newFunction (???:1207)
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x7035ADB: _chkstk (???:91)
==1840==
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E4C58A:
js::frontend::Parser<js::frontend::FullParseHandler>::newFunction (???:1209)
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x7035ADB: _chkstk (???:91)
==1840==
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E4D5B2:
js::frontend::FunctionBox::FunctionBox<js::frontend::FullParseHandler>
(???:482)
==1840== by 0xA69C4AF: ???
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x7035ADB: _chkstk (???:91)
==1840==
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E4F2AD:
js::frontend::Parser<js::frontend::FullParseHandler>::leaveFunction (???:1318)
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x7035ADB: _chkstk (???:91)
==1840==
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E4CF11:
js::frontend::Parser<js::frontend::FullParseHandler>::memberExpr (???:6244)
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x7035ADB: _chkstk (???:91)
==1840==
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E59FF0:
js::frontend::Parser<js::frontend::FullParseHandler>::primaryExpr (???:6639)
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x7035ADB: _chkstk (???:91)
==1840==
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E59B27:
js::frontend::Parser<js::frontend::FullParseHandler>::primaryExpr (???:6439)
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x7035ADB: _chkstk (???:91)
==1840==
==1840== Conditional jump or move depends on uninitialised value(s)
==1840== at 0x6E4D5B2:
js::frontend::FunctionBox::FunctionBox<js::frontend::FullParseHandler>
(???:482)
==1840== Uninitialised value was created by a stack allocation
==1840== at 0x6E585E0:
js::frontend::Parser<js::frontend::FullParseHandler>::functionArgsAndBody
(???:2041)
==1840==
--
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=36903
Bug ID: 36903
Summary: valgrind shows an unitialized variable in
dlls/ieframe/tests/ie.c
(nsDocShell::EnsureScriptEnvironment)
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
==2050== Conditional jump or move depends on uninitialised value(s)
==2050== at 0x10629412: nsDocShell::EnsureScriptEnvironment
(nsdocshell.cpp:11558)
==2050== by 0x10626070: nsDocShell::GetInterface (nsdocshell.cpp:949)
==2050== by 0x109B4D9F: nsGetInterface::operator()
(nsiinterfacerequestorutils.cpp:19)
==2050== by 0x109B3D79: nsCOMPtr_base::assign_from_helper (nscomptr.cpp:110)
==2050== by 0x10664C99: nsWebBrowser::GetContentDOMWindow
(nswebbrowser.cpp:369)
==2050== by 0x10666AEF: nsWebBrowser::Create (nswebbrowser.cpp:1206)
==2050== by 0x75DCC14: init_nscontainer (nsiface.h:61338)
==2050== by 0x75DD0B1: create_nscontainer (nsembed.c:2060)
==2050== by 0x755D477: HTMLDocument_Create (htmldoc.c:4756)
==2050== by 0x75C7178: ClassFactory_CreateInstance (main.c:238)
==2050== by 0x4EDD0A2: CoCreateInstance (unknwn.h:226)
==2050== by 0x4E042B2: create_mime_object (binding.c:258)
==2050== by 0x4E04652: create_object (binding.c:308)
==2050== by 0x4E071E8: report_data (binding.c:1077)
==2050== by 0x4E07531: InternetProtocolSink_ReportData (binding.c:1126)
==2050== by 0x4E0C8F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==2050== by 0x4E0D441: report_data_proc (urlmon.h:3113)
==2050== by 0x4E0910E: process_tasks (bindprot.c:57)
==2050== by 0x4E0915C: notif_wnd_proc (bindprot.c:68)
==2050== by 0x53636FD: ??? (winproc.c:173)
==2050== Uninitialised value was created by a stack allocation
==2050== at 0x106293A2: nsDocShell::EnsureScriptEnvironment
(nsdocshell.cpp:11532)
again, saw this one with a few variations, this suppression
{
<insert_a_suppression_name_here>
Memcheck:Cond
...
fun:nsDocShell::EnsureScriptEnvironment
fun:nsDocShell::GetInterface
fun:nsGetInterface::operator()
fun:nsCOMPtr_base::assign_from_helper
fun:nsWebBrowser::GetContentDOMWindow
fun:nsWebBrowser::Create
fun:init_nscontainer
fun:create_nscontainer
fun:HTMLDocument_Create
fun:ClassFactory_CreateInstance
fun:CoCreateInstance
fun:create_mime_object
fun:create_object
fun:report_data
fun:InternetProtocolSink_ReportData
fun:ProtocolSinkHandler_ReportData
fun:report_data_proc
fun:process_tasks
...
}
--
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=36902
Bug ID: 36902
Summary: valgrind shows an unitialized variable in
dlls/ieframe/tests/ie.c (nsLayoutStatics::Initialize)
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
==1236== Conditional jump or move depends on uninitialised value(s)
==1236== at 0x1040032C: nsFocusManager::Release (in
/home/austin/.wine/drive_c/windows/system32/gecko/2.24/wine_gecko/xul.dll)
==1236== by 0x100DC893: nsPrefBranch::AddObserver (nsprefbranch.cpp:641)
==1236== by 0x100D8578: mozilla::Preferences::AddWeakObserver
(preferences.cpp:1411)
==1236== by 0x10117D70: nsLayoutStatics::Initialize
(nslayoutstatics.cpp:244)
==1236== by 0x109DA397: nsComponentManagerImpl::CreateInstanceByContractID
(nscomponentmanager.cpp:1089)
==1236== by 0x109DA807: nsComponentManagerImpl::GetServiceByContractID
(nscomponentmanager.cpp:1449)
==1236== by 0x109B458A: CallGetService (nscomponentmanagerutils.cpp:62)
==1236== by 0x109B977E: NS_InitXPCOM2 (nsxpcominit.cpp:489)
==1236== by 0x75E81B3: init_xpcom (nsembed.c:698)
==1236== by 0x75E8626: load_gecko (nsembed.c:774)
==1236== by 0x75ED013: create_nscontainer (nsembed.c:2042)
==1236== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756)
==1236== by 0x75D7178: ClassFactory_CreateInstance (main.c:238)
==1236== by 0x4EEE0A2: CoCreateInstance (unknwn.h:226)
==1236== by 0x4E152B2: create_mime_object (binding.c:258)
==1236== by 0x4E15652: create_object (binding.c:308)
==1236== by 0x4E181E8: report_data (binding.c:1077)
==1236== by 0x4E18531: InternetProtocolSink_ReportData (binding.c:1126)
==1236== by 0x4E1D8F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==1236== by 0x4E1E441: report_data_proc (urlmon.h:3113)
==1236== Uninitialised value was created by a client request
==1236== at 0x7BC4C4D6: mark_block_uninitialized (heap.c:209)
==1236== by 0x7BC4C641: initialize_block (heap.c:240)
==1236== by 0x7BC50F4D: RtlAllocateHeap (heap.c:1717)
==1236== by 0x782A76B: msvcrt_heap_alloc (heap.c:70)
==1236== by 0x782B330: MSVCRT_malloc (heap.c:408)
==1236== by 0x80C71095: moz_xmalloc (mozalloc.cpp:54)
==1236== by 0x109B96F7: NS_InitXPCOM2 (nsxpcominit.cpp:464)
==1236== by 0x75E81B3: init_xpcom (nsembed.c:698)
==1236== by 0x75E8626: load_gecko (nsembed.c:774)
==1236== by 0x75ED013: create_nscontainer (nsembed.c:2042)
==1236== by 0x756D477: HTMLDocument_Create (htmldoc.c:4756)
==1236== by 0x75D7178: ClassFactory_CreateInstance (main.c:238)
==1236== by 0x4EEE0A2: CoCreateInstance (unknwn.h:226)
==1236== by 0x4E152B2: create_mime_object (binding.c:258)
==1236== by 0x4E15652: create_object (binding.c:308)
==1236== by 0x4E181E8: report_data (binding.c:1077)
==1236== by 0x4E18531: InternetProtocolSink_ReportData (binding.c:1126)
==1236== by 0x4E1D8F0: ProtocolSinkHandler_ReportData (urlmon.h:3113)
==1236== by 0x4E1E441: report_data_proc (urlmon.h:3113)
==1236== by 0x4E1A10E: process_tasks (bindprot.c:57)
==1236==
I see several variations of this pattern, here's the exact suppression I'm
using for this issue:
{
<insert_a_suppression_name_here>
Memcheck:Cond
fun:nsFocusManager::Release
...
fun:nsLayoutStatics::Initialize
fun:nsComponentManagerImpl::CreateInstanceByContractID
fun:nsComponentManagerImpl::GetServiceByContractID
fun:CallGetService
fun:NS_InitXPCOM2
fun:init_xpcom
fun:load_gecko
fun:create_nscontainer
fun:HTMLDocument_Create
fun:ClassFactory_CreateInstance
fun:CoCreateInstance
fun:create_mime_object
fun:create_object
fun:report_data
fun:InternetProtocolSink_ReportData
fun:ProtocolSinkHandler_ReportData
...
}
--
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=27490
Summary: Operation FlashPoint GOTY 1.96 - button on my keyboard
4 ('{) and 6 (-|) inactive.
Product: Wine
Version: 1.2.3
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lill.guill(a)gmail.com
Hello,
When I play the game Operation FlashPoint GOTY 1.96 keys 4 ('{) and 6 (-|) are
not active.
These buttons perform actions to my soldiers.
I have no error message just two buttons inactive.
Thanks.
--
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=31384
Bug #: 31384
Summary: unable to run my VB6 based application
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: suvankar_moitra(a)yahoo.com
Classification: Unclassified
I am unable to run vb6 based application, also i am attaching the log file for
the above.
Requesting your help to resolved my issue. If any other information required
please mail me on suvankar_moitra(a)yahoo.com.
OS Version : Novell SLED11SP2
Wine Version: wine-1.5.10
--
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=29801
Bug #: 29801
Summary: Ground Vehicle Is Partially Stuck At Beginning of 1st
Level - Battle for Naboo
Product: Wine
Version: 1.3.16
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jthomas97411(a)yahoo.com
Classification: Unclassified
Similar to bug 29797, except you can literally wiggle your way out of this one.
"At the beginning of the first level when in Wine, the flash speeder doesn't go
forward. In Windows, it starts going forward unless you put the brake on.
To get the vehicle to go forward in Wine, if you can, you have to "wiggle" it.
You put the thrusters on, point it all the way off to one side (left or right),
then all the way to the other and wiggle it back and forth until it snaps out
of it and goes forward.
In later versions of Wine, however, you cannot get it to go forward no matter
how much you wiggle it.
Even back in Wine 1.3.16 and 1.3.20, you had to wiggle the flash speeder "out
of it" to get it to move forward at the first level.
After some bisecting, I found out that in Wine 1.3.28, you can wiggle your way
out, but in 1.3.29 you can't wiggle your way out. So a patch from ~.28 to ~.29
broke it."
Yes, I just quoted myself.
I'm putting 1.3.16 as the version, though I've never seen any version not have
this issue (unless totally stuck).
I'm thinking that this effects game-play elsewhere in that sometimes there are
issues getting the brakes off. I don't think I'm at a point to make "having a
hard time coming off the brake" a separate bug.
Note that the transition from 1.3.28 to ~.29 also caused the "line-iness" bug:
29797. Maybe they are related?
Jake
--
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=28584
Bug #: 28584
Summary: Internal Program Buggy "A1"
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jayseejc3191(a)gmail.com
Classification: Unclassified
Created attachment 36727
--> http://bugs.winehq.org/attachment.cgi?id=36727
Error log
Lots of bugs...
Trying to print, console output:
fixme:enhmetafile:EMFDRV_GetDeviceCaps Unimplemented cap 104
fixme:enhmetafile:EMFDRV_GetDeviceCaps Unimplemented cap 104
fixme:winspool:OpenPrinterW PRINTER_DEFAULTS ignored => (null),(nil),0x000f000c
fixme:winspool:OpenPrinterW PRINTER_DEFAULTS ignored => (null),(nil),0x000f000c
fixme:enhmetafile:EMFDRV_GetDeviceCaps Unimplemented cap 104
fixme:font:WineEngRemoveFontResourceEx (L"XppNat.dll", 0, (nil)): stub
Program crashes using internal crash handler
Trying to access some aspects of program, console output:
fixme:font:WineEngRemoveFontResourceEx (L"XppNat.dll", 0, (nil)): stub
Program crashes using internal crash handler
Error logs 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=27791
Summary: Lightworks: Unhandled page fault on read access
Product: Wine
Version: 1.3.22
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cellstorm(a)operamail.com
Created an attachment (id=35551)
--> (http://bugs.winehq.org/attachment.cgi?id=35551)
backtrace of ntcardvt.exe (which is started by Lightworks.exe)
Lightworks installs / starts up fine with wine1.3.22, Ubuntu Maverick 64bit. I
use no native dll overrides.
But It crashes when I click on the field to enter a name of the project. Same
happens when I use "restore from Archive", and click on choose.
Backtrace speaks "in kernel32 (0x0990e6d0)" so I assume it's a kernel issue.
you can get my zipped wine folder at
openArtisthq.org/Lightworks.zip
I choosed to do that because to run Lightworks, you will at least need the
matrox vfw drivers installed, and these are bundled here
(Lightworks/.wine/drive_c/Program Files/Matrox VFW Software Codecs), as their
installer fails to run in wine.
--
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=18468
Summary: Unhandled exception while trying to launch Starcraft
from ICCup Launcher
Product: Wine
Version: 1.1.21
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lukis_mail(a)wp.pl
Created an attachment (id=21081)
--> (http://bugs.winehq.org/attachment.cgi?id=21081)
Run with WINEDEBUG=warn+all
The ICCup Launcher
<http://appdb.winehq.org/objectManager.php?sClass=version&iId=14914&iTesting…>
run ok but when trying to run Starcraft it pushes unhandled exception and the
Launcher window crashes (the tryicon is still alive and running), after this
the Starcraft runs without ICCup launcher and no antihack is present in game.
Main problem:
Unhandled exception: page fault on write access to 0x7ee2a018 in 32-bit code
(0x7ef8caca).
Wine: 1.1.20~winehq1-1
Starcraft version: 1.16.1
ICCup Launcher version: 1.4 build 92
OS: Debian Ustable
Arch: amd64
Kernel: 2.6.29 x86_64 GNU/Linux
--
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=34610
Bug #: 34610
Summary: Naver Line 3.2.0.76: page fault on read access
0x7d84adff
Product: Wine
Version: 1.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: irisu783(a)yahoo.co.jp
Classification: Unclassified
Created attachment 46119
--> http://bugs.winehq.org/attachment.cgi?id=46119
log of WINDEBUG=fixme+all,warn+all,+relay
Upgrade Line from 3.1 to 3.2, which added video chat functionality.
--
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.