http://bugs.winehq.org/show_bug.cgi?id=17925
Summary: Winetest segfaults if (32-bit) gecko is installed Product: Wine Version: 1.1.18 Platform: PC-x86-64 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Strange bug, but winetest64 is repeatedly segfaulting if gecko is installed: fixme:win:EnumDisplayDevicesW ((null),0,0x7f89c313f0e0,0x00000000), stub! err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53283f0) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5328d30) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5328d30) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53323f0) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c53323f0) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x7f89c5332d30) Surface already locked Segmentation fault (core dumped)
after ddraw:visual o.0. I can't see why on earth it would segfault there, but if I remove the geckourl from the registry, winetest64 runs to completion.
http://bugs.winehq.org/show_bug.cgi?id=17925
chris ahrendt celticht32@aol.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |celticht32@aol.com
--- Comment #1 from chris ahrendt celticht32@aol.com 2009-04-10 16:09:04 --- Latest wine tree 1.1.19 gets the following as well :
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked ../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so overlay.c && touch overlay.ok err:wgl:get_render_type_from_fbconfig Unknown render_type: 0 err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
in the direct draw test
Hardware is :
ATI 3650 with 512meg
product: 40612KU vendor: LENOVO version: ThinkPad W500 serial: L3AAL2M width: 32 bits capabilities: SMBIOS version 2.4, DMI version 2.4, SMP specification v1.4, Symmetric Multi-Processing
http://bugs.winehq.org/show_bug.cgi?id=17925
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Winetest segfaults if (32- |Winetest (64-bit) segfaults |bit) gecko is installed |if (32-bit) gecko is | |installed
--- Comment #2 from Austin English austinenglish@gmail.com 2009-04-10 16:11:56 --- (In reply to comment #1)
Latest wine tree 1.1.19 gets the following as well :
err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked err:d3d_surface:IWineGDISurfaceImpl_LockRect (0x132280) Surface already locked ../../../tools/runtest -q -P wine -M ddraw.dll -T ../../.. -p ddraw_test.exe.so overlay.c && touch overlay.ok err:wgl:get_render_type_from_fbconfig Unknown render_type: 0 err:wgl:get_render_type_from_fbconfig Unknown render_type: 0
in the direct draw test
Hardware is :
ATI 3650 with 512meg
product: 40612KU vendor: LENOVO version: ThinkPad W500 serial: L3AAL2M width: 32 bits capabilities: SMBIOS version 2.4, DMI version 2.4, SMP specification v1.4, Symmetric Multi-Processing
That's a different problem, most likely ATI drivers. This is related to 64-bit winetest.
http://bugs.winehq.org/show_bug.cgi?id=17925
--- Comment #3 from chris ahrendt celticht32@aol.com 2009-04-10 17:28:12 --- ok will open a new bug
http://bugs.winehq.org/show_bug.cgi?id=17925
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |win64
http://bugs.winehq.org/show_bug.cgi?id=17925
André H. nerv@dawncrow.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |nerv@dawncrow.de
--- Comment #4 from André H. nerv@dawncrow.de 2009-10-30 15:29:10 --- does it still behave like that?
http://bugs.winehq.org/show_bug.cgi?id=17925
--- Comment #5 from Austin English austinenglish@gmail.com 2009-10-30 22:39:48 --- (In reply to comment #4)
does it still behave like that?
Can't really tell, since now 64-bit and 32-bit prefixes must be separate.
http://bugs.winehq.org/show_bug.cgi?id=17925
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |ABANDONED
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2009-10-30 23:28:42 --- Then abandoned since you can't test something that's not allowed, explicitly to keep such problems away.
http://bugs.winehq.org/show_bug.cgi?id=17925
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|ABANDONED |
--- Comment #7 from Austin English austinenglish@gmail.com 2009-10-30 23:32:41 --- (In reply to comment #6)
Then abandoned since you can't test something that's not allowed, explicitly to keep such problems away.
Eventually the two will be merged, once the 64-bit wineserver supports 32-bit apps. Until there is a 64-bit gecko, winetest will attempt to install the 32-bit. There is still a bug, wine shouldn't segfault because of that.
http://bugs.winehq.org/show_bug.cgi?id=17925
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |jacek@codeweavers.com Resolution| |FIXED
--- Comment #8 from Jacek Caban jacek@codeweavers.com 2010-08-25 14:30:44 --- We support 64bit Gecko properly now.
http://bugs.winehq.org/show_bug.cgi?id=17925
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #9 from Alexandre Julliard julliard@winehq.org 2010-09-03 14:05:10 CDT --- Closing bugs fixed in 1.3.2.