http://bugs.winehq.com/show_bug.cgi?id=740
*** shadow/740 Wed May 29 13:55:48 2002
--- shadow/740.tmp.27702 Thu May 30 12:03:48 2002
***************
*** 95,97 ****
--- 95,107 ----
Guest account may help for developer to research the bug further (probably 5%
chance as soon as a patch is found).
+
+ ------- Additional Comments From ronis(a)onsager.chem.mcgill.ca 2002-05-30 12:03 -------
+ I've isolated the day that leads to my application failing
+ The build from cvs -z 3 update -D "2001-12-26 EDT" works, while that
+ from "2001-12-27 EDT" fails. Unfortunately, none of the changed files from the
+ 26th to 27th directly involve the x11drv.dll directory.
+
+ Frankly, I'm not familiar with the wine code to know where to begin.
+
+ Were do we go from here?
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=469
*** shadow/469 Thu May 30 11:48:07 2002
--- shadow/469.tmp.27682 Thu May 30 12:03:44 2002
***************
*** 291,293 ****
--- 291,300 ----
Any suggestions?
Stephan
+
+ ------- Additional Comments From tony_lambregts(a)telusplanet.net 2002-05-30 12:03 -------
+ You mentioned that the program was available.Is there a url wher it can be
+ downloaded?
+
+ > The application is free available, because it is a monitoring program to a SOLAR
+ > equipment, which is installed on the roof.
\ No newline at end of file
http://bugs.winehq.com/show_bug.cgi?id=743
*** shadow/743 Wed May 29 16:09:32 2002
--- shadow/743.tmp.27327 Thu May 30 11:58:07 2002
***************
*** 1,8 ****
+============================================================================+
! | Problem in winpos.c which ends in a infinite loop |
+----------------------------------------------------------------------------+
| Bug #: 743 Product: Wine |
! | Status: UNCONFIRMED Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-user |
--- 1,8 ----
+============================================================================+
! | WM_QUERYNEWPALETTE handling broken ? (was: Problem in winpos.c which ends |
+----------------------------------------------------------------------------+
| Bug #: 743 Product: Wine |
! | Status: NEW Version: CVS |
| Resolution: Platform: |
| Severity: normal OS/Version: All |
| Priority: P1 Component: wine-user |
***************
*** 129,131 ****
--- 129,136 ----
/* if prev wnd is minimized redraw icon title */
if( IsIconic( hwndPrevActive ) ) WINPOS_RedrawIconTitle(hwndPrevActive);
+
+ ------- Additional Comments From andi(a)rhlx01.fht-esslingen.de 2002-05-30 11:58 -------
+ Yep, I remember that once I had the same problem (commenting out worked),
+ about two years ago.
+ Somebody should investigate whether we're handling WM_QUERYNEWPALETTE correctly...
\ No newline at end of file
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