http://bugs.winehq.com/show_bug.cgi?id=235
------- Additional Comments From eddie(a)omegaware.com 2003-19-12 14:26 -------
Tested with WineX tree as of a few weeks ago.. (so whenever they last synced
their tree)..
What debugging options should I try to attach a bug report? (nameley which DLL
handles the IPX stuff)..
Also, this is not AS critical as once before, due to Blizzard finally releasing
a patch to starcraft that adds LAN tcp/ip play..
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=308
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-19-12 10:33 -------
no feedback for 1.5 years. most likely fixed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1088
------- Additional Comments From martin(a)takeit.se 2003-19-12 07:35 -------
Possibly. I know very little about pthreads and nss_ldap.
Looks like wine searches for user--info in passwd, and then looks in the cache. When it doesn't
find anything there it enters a never ending loop of rereads, rewrites and polls.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=1899
Summary: Wrong file pointer position when reading a file oppened
with O_APPEND flag...
Product: Wine
Version: unspecified
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-files
AssignedTo: wine-bugs(a)winehq.com
ReportedBy: mauro(a)ose.com.br
The behavior of file pointer differs between read and write operations when the
file is opened with "O_APPEND" flag.
For read operations, the pointer starts on the beggining of the file; and, for
write operations, the pointer is forwarded to the end of file.
Since november version of Wine this is not happening any more.
I have an application that consults a file before trying to store some
information on it.
On the read procedure, nothing is got because the pointer is already on the end
of file. But this should happen only when an write operation is performed.
The opening options for the file are as follows: "fd = open(NomeArq, O_APPEND |
O_RDWR | O_BINARY, S_IREAD | S_IWRITE );".
I need to agree that this should not be the right flags for a reading
procedure, but it served to found this problem.
You can try with any file.
Store some information and close it.
Open it again with the flags above, and try to read the same information.
You will get nothing because the file pointer will be already pointing to the
end of the file.
I hope to be clear enough about the problem.
Please feel free to contact me if you need additional information.
Best regards,
Mauro.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=284
------- Additional Comments From marcus(a)jet.franken.de 2003-19-12 04:34 -------
the patch is not applied.
submitter, can you check whether it has been fixed otherwise
and if your patch still fixes the problem?
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.com/show_bug.cgi?id=259
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2003-19-12 03:56 -------
no feedback for half a year, assuming fixed.
--
Configure bugmail: http://bugs.winehq.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.