http://bugs.winehq.org/show_bug.cgi?id=4078
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
--- Comment #12 from Luke Bratch <l_bratch(a)yahoo.co.uk> 2008-06-18 04:07:11 ---
Steve, please post in Bugzilla instead of replying to wine-bugs. Email read:
"Jon, I'm not saying it's impossible but it's more likely that the tool is s=
howing false hits. QuickPi has been around since 2000 and has been through =
various tools including Boundschecker and others. If you can tell me addres=
ses where Valgrind is complaining, perhaps I can help.
Steve"
--- Comment #13 from Anastasius Focht <focht(a)gmx.net> 2008-10-25 08:10:47 ---
Hello,
--- quote ---
4.5 works, but still gives similar errors. It looks like the program is buggy,
but happens to work under windows due to the stack layout (i.e. maybe the stack
is zeroed on windows).
--- quote ---
No, the program is not buggy - it just reveals a wine shortcoming ;-)
The app seems to walk the process virtual memory map using
VirtualQuery/NtQueryVirtualMemory, looking for free vm regions.
If it finds them (MEM_FREE), it stores the info in a list to be later used for
allocation.
Failure to allocate a vm region with specific base address will force
rescan/walk the vm space again.
The main problem is that wine's vm regions reported as MEM_FREE (which
basically means it's not found in wine's internal list of virtual memory views)
doesn't mean it's really freely available for allocation to apps (unlike
windows).
Some of the "free" regions are committed to linux dynamic libraries/glibc
allocations (see /proc/<pid>/maps).
The app unfortunately requests some of the regions reported with MEM_FREE with
a base address which wine can't mmap() exactly (conflicting addresses).
Partially mimicking memory managers in apps might not always be a good idea ...
Regards
--
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=4836
--- Comment #10 from Paul Romanyszyn <pgr(a)arcelectronicsinc.com> 2008-10-24 23:08:11 ---
Using wine-1.1.7 and reverting commit from regression bug #15758 it still page
faults when printing with a tif on the document and does not if it is removed.
--
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=4571
Andrew Nguyen <arethusa26(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |arethusa26(a)gmail.com
--- Comment #8 from Andrew Nguyen <arethusa26(a)gmail.com> 2008-10-24 21:22:35 ---
Is there a copy of the application with the reporter's version? Trying to
install the latest version of the app from the linked download site yields me
an unrelated bug in the installer.
--
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=15752
Summary: bad sonund quality when playing wave files in Supermemo
AE Speedup
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wookashs(a)gmail.com
fixme:mciwave:MCIWAVE_DriverProc Unsupported yet command [2115]
fixme:mciwave:MCIWAVE_DriverProc Unsupported yet command [2115]
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
fixme:mpeg3:decode_header Layer 1 not supported!
fixme:mpeg3:decode_header Layer 1 not supported!
fixme:mpeg3:III_dequantize_sample mpg123: Can't rewind stream by 67 bits!
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
fixme:mpeg3:III_get_side_info_1 big_values (448) too large!
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
fixme:mpeg3:III_get_side_info_1 big_values (339) too large!
fixme:mpeg3:III_dequantize_sample mpg123: Can't rewind stream by 320 bits!
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
fixme:wavemap:wodWrite Not all src buffer has been written, expect bogus sound
--
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=1151
--- Comment #11 from Austin English <austinenglish(a)gmail.com> 2008-10-24 20:07:45 ---
Still present in git.
--
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=3028
--- Comment #15 from Austin English <austinenglish(a)gmail.com> 2008-10-24 20:06:44 ---
In git:
FindFirstFile cache/*.*
failed with error 3: Path not found
FindFirstFile cache/Browser/*.*
failed with error 3: Path not found
FindFirstFile cache/foo.bar
failed with error 3: Path not found
CreateFile c:\foo\bar.txt
failed with error 3: Path not found
CreateFile c:\foo\
failed with error 2: File not found
CreateFile c:\foo\*.*
failed with error 123: Invalid name
--
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=5009
James Hawkins <truiken(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #4 from James Hawkins <truiken(a)gmail.com> 2008-10-24 18:49:39 ---
Closing.
--
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=5009
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Keywords|download, NoAppDBEntry |
Resolution| |ABANDONED
--- Comment #3 from Austin English <austinenglish(a)gmail.com> 2008-10-24 18:45:29 ---
Download link is dead, no response => abandoned.
--
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=4571
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1882 is|0 |1
obsolete| |
--- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-10-24 18:40:13 ---
Created an attachment (id=16852)
--> (http://bugs.winehq.org/attachment.cgi?id=16852)
backtrace in git
--
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=4571
--- Comment #6 from Austin English <austinenglish(a)gmail.com> 2008-10-24 18:39:54 ---
Still present in git. Re-encoder un film crashes. Backtrace shortly.
--
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.