http://bugs.winehq.com/show_bug.cgi?id=469
*** shadow/469 Sun May 26 21:09:04 2002
--- shadow/469.tmp.26781 Thu May 30 11:48:07 2002
***************
*** 250,252 ****
--- 250,293 ----
------- Additional Comments From apa3a(a)yahoo.com 2002-05-26 21:09 -------
Stephan, can you try to undo the Mike's patch?
Confirm per user comments.
+
+ ------- Additional Comments From sbuehne(a)web.de 2002-05-30 11:48 -------
+ I undo almost all changes applied to file.c and than the appilcation worled
+ once again. So as you mentioned the changes applied to this fiel are the sore
+ of the problem.
+ I have run a trace on the current wine version, because a lot of more changes
+ were applied since august last year. The trace now looks slightly different,
+ but seems to fail still in the same coding:
+ *****************************************
+ ...
+ trace:file:ReadFile 76 0x415b6efc 1 0x415b6f00 0x415b6f0c
+ trace:file:FILE_ReadFileEx file 76 to buf 0x415b6efc num 1 0x415b6f0c func
+ (nil)
+ trace:file:GetOverlappedResult (76 0x415b6f0c 0x415b6f00 0)
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 258
+ trace:file:FILE_AsyncReadService 0x415b6f0c 0x415b6efc
+ trace:file:FILE_AsyncReadService read 1 more bytes 1/1 so far
+ trace:file:ReadFile 76 0x415b6efc 1 0x415b6f00 0x415b6f0c
+ trace:file:FILE_ReadFileEx file 76 to buf 0x415b6efc num 1 0x415b6f0c func
+ (nil)
+ trace:file:GetOverlappedResult (76 0x415b6f0c 0x415b6f00 0)
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 258
+ trace:file:FILE_AsyncReadService 0x415b6f0c 0x415b6efc
+ trace:file:FILE_AsyncReadService read 1 more bytes 1/1 so far
+ trace:file:ReadFile 76 0x415b6efc 1 0x415b6f00 0x415b6f0c
+ trace:file:FILE_ReadFileEx file 76 to buf 0x415b6efc num 1 0x415b6f0c func
+ (nil)
+ trace:file:GetOverlappedResult (76 0x415b6f0c 0x415b6f00 0)
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c
+ trace:file:FILE_AsyncReadService 0x415b6f0c 0x415b6efc
+ trace:file:FILE_AsyncReadService read 1 more bytes 1/1 so far
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 192
+ trace:file:GetOverlappedResult waiting on 0x415b6f0c
+ trace:file:GetOverlappedResult wait on 0x415b6f0c returned 0
+
+ Here the out output stops.
+ Any suggestions?
+ Stephan
+
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=746
*** shadow/746 Thu May 30 09:50:41 2002
--- shadow/746.tmp.20889 Thu May 30 10:00:09 2002
***************
*** 94,96 ****
--- 94,103 ----
#3 0x40002332 in ?? ()
#4 0x4000217f in ?? ()
(gdb)
+
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-30 10:00 -------
+ Hmpf, that backtrace doesn't help much, no symbols.
+
+ Does anyone know how to get symbols in such situations ?
+ (stupid me doesn't know).
http://bugs.winehq.com/show_bug.cgi?id=746
*** shadow/746 Thu May 30 09:35:21 2002
--- shadow/746.tmp.20293 Thu May 30 09:50:41 2002
***************
*** 68,70 ****
--- 68,96 ----
Or, alternatively, could you use Wine CVS, do a cvs log of the wrc files
and check out different versions of them until you know which patch
caused the crash ? (-> documentation/regression.sgml).
+
+ ------- Additional Comments From sjf8(a)yahoo.com 2002-05-30 09:50 -------
+ Here's the backtrace!
+
+ Should I do more to try and get line numbers rather than stack-frame addresses
+ (that's what the longish hex numbers in the backtrace are...right?)
+
+ [saul@xxxxxx wrc]$ gdb wrc -c ../../dlls/kernel/core
+ GNU gdb Red Hat Linux (5.1-0.7)
+ Copyright 2001 Free Software Foundation, Inc.
+ GDB is free software, covered by the GNU General Public License, and you are
+ welcome to change it and/or distribute copies of it under certain conditions.
+ Type "show copying" to see the conditions.
+ There is absolutely no warranty for GDB. Type "show warranty" for details.
+ This GDB was configured as "i386-redhat-linux"...
+ Core was generated by `../../tools/wrc/wrc -I. -I. -I../../include
+ -I../../include -o kernel.res -r ke'.
+ Program terminated with signal 11, Segmentation fault.
+ #0 0x4000acd0 in ?? ()
+ (gdb) bt
+ #0 0x4000acd0 in ?? ()
+ #1 0x40002902 in ?? ()
+ #2 0x4000f8f6 in ?? ()
+ #3 0x40002332 in ?? ()
+ #4 0x4000217f in ?? ()
+ (gdb)
http://bugs.winehq.com/show_bug.cgi?id=383
*** shadow/383 Thu Apr 11 10:10:42 2002
--- shadow/383.tmp.16764 Thu May 30 08:53:04 2002
***************
*** 2,8 ****
| shared lib file wine.bin.so not found.... |
+----------------------------------------------------------------------------+
| Bug #: 383 Product: Wine |
! | Status: UNCONFIRMED Version: 20010112 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
--- 2,8 ----
| shared lib file wine.bin.so not found.... |
+----------------------------------------------------------------------------+
| Bug #: 383 Product: Wine |
! | Status: RESOLVED Version: 20010112 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-winelib |
***************
*** 46,48 ****
--- 46,53 ----
Mark: Have you tried this lately? I don't use the rpm's myself. but I know
CodeWeavers has had version 5 out for a while. If you would like to be more up
to date the tarball instalation is fairly easy.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 08:53 -------
+ Mark, if you still have the problem check out documentation at
+ http://www.winehq.com/trouble.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=746
*** shadow/746 Thu May 30 09:29:44 2002
--- shadow/746.tmp.19221 Thu May 30 09:35:21 2002
***************
*** 2,8 ****
| wrc gives segfault when creating kernel.res |
+----------------------------------------------------------------------------+
| Bug #: 746 Product: Wine |
! | Status: UNCONFIRMED Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-kernel |
--- 2,8 ----
| wrc gives segfault when creating kernel.res |
+----------------------------------------------------------------------------+
| Bug #: 746 Product: Wine |
! | Status: NEW Version: 20020509 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-kernel |
***************
*** 51,53 ****
--- 51,70 ----
Build bounded: no
Build static-nss: no
Stdio: libio
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-30 09:35 -------
+ That's the oh-so-cool gcc 2.96 release.
+
+ I've seen wrc core dumps reported before, so we might want to fix
+ the problematic code section to use something even gcc 2.96 can live with.
+
+ Could you do a
+ gdb wrc -c core
+ and then do a
+ > bt
+ ?
+ That could help.
+
+ Or, alternatively, could you use Wine CVS, do a cvs log of the wrc files
+ and check out different versions of them until you know which patch
+ caused the crash ? (-> documentation/regression.sgml).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=380
*** shadow/380 Sat May 25 20:30:44 2002
--- shadow/380.tmp.16880 Thu May 30 08:54:39 2002
***************
*** 2,8 ****
| Finale/Fonts |
+----------------------------------------------------------------------------+
| Bug #: 380 Product: Wine |
! | Status: UNCONFIRMED Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
--- 2,8 ----
| Finale/Fonts |
+----------------------------------------------------------------------------+
| Bug #: 380 Product: Wine |
! | Status: RESOLVED Version: 20011108 |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gdi |
***************
*** 29,31 ****
--- 29,36 ----
------- Additional Comments From fgouget(a)codeweavers.com 2001-12-23 03:41 -------
Did you install the font that contains the notes in X?
Currently, you have to install the windows fonts in X before Wine can use them.
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 08:54 -------
+ Yev, reopen the bug if you installed the fonts in X and you still have the issue.
+ Also, retest with recent Wine build.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=388
*** shadow/388 Thu Apr 11 09:56:06 2002
--- shadow/388.tmp.15969 Thu May 30 08:37:27 2002
***************
*** 112,114 ****
--- 112,120 ----
Thanks,
Den
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 08:37 -------
+ Denis, try to run the agent with recent Wine. A lot of bugs were fixed recently.
+ Confirm if you have the problem with systray.
+ File separate bug reports if you have other issues.
+ I was able to succesfully install the agent 2.2 (see bug 402 for details).
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=391
*** shadow/391 Thu Apr 11 09:28:24 2002
--- shadow/391.tmp.15538 Thu May 30 08:28:53 2002
***************
*** 2,8 ****
| building fails when making in dll/glu32/ |
+----------------------------------------------------------------------------+
| Bug #: 391 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
--- 2,8 ----
| building fails when making in dll/glu32/ |
+----------------------------------------------------------------------------+
| Bug #: 391 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-misc |
***************
*** 34,36 ****
--- 34,43 ----
------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-04-11 09:28 -------
Reporter is this still a problemwith latest version of wine?
+
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 08:28 -------
+ This should not be a problem with current Wine.
+ If you still see the issue, look at http://www.winehq.com/trouble.
+
+
http://bugs.winehq.com/show_bug.cgi?id=393
*** shadow/393 Wed May 8 15:03:22 2002
--- shadow/393.tmp.15354 Thu May 30 08:27:02 2002
***************
*** 2,8 ****
| Half-Life - all the input goes to console, not to the application |
+----------------------------------------------------------------------------+
| Bug #: 393 Product: Wine |
! | Status: UNCONFIRMED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
--- 2,8 ----
| Half-Life - all the input goes to console, not to the application |
+----------------------------------------------------------------------------+
| Bug #: 393 Product: Wine |
! | Status: RESOLVED Version: unspecified |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-gui |
***************
*** 34,36 ****
--- 34,39 ----
------- Additional Comments From Speeddymon(a)yahoo.com 2002-05-08 14:26 -------
try it with a recent version and let us know if it still works, also try with
and without managed in the config and also with/without dxgrab in the config...
+
+ ------- Additional Comments From apa3a(a)yahoo.com 2002-05-30 08:27 -------
+ No feedback from the reporter. Assume the issue is fixed.
\ No newline at end of file