https://bugs.winehq.org/show_bug.cgi?id=37697
Bug ID: 37697 Summary: intermittent crash in flashbuilder 4.6 (JRE 1.6) in comctl32.dll+0x99dae Product: Wine Version: unspecified Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: comctl32 Assignee: wine-bugs@winehq.org Reporter: alon@pobox.com Distribution: ---
Running cxoffice, please let me know if this is the wrong component.
Have not figured out exactly what causes this, basically during compilation (pressing F11 / Ctrl-shift-B / select from menu) a crash happens intermittently. Running flashbuilder 4.6:
$ flashbuilder # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ea59dae, pid=32, tid=33 # # JRE version: 6.0_16-b01 # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 ) # Problematic frame: # C [comctl32.dll+0x99dae] # # An error report file with more information is saved as: # C:\Program Files\Adobe\Adobe Flash Builder 4.6\hs_err_pid32.log # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #
flashbuilder is a oneliner: $ cat `which flashbuilder` #!/bin/sh exec "/home/alon/.cxoffice/FlashBuilder_4_6_LS10/desktopdata/cxmenu/StartMenu.C^5E3A_users_Public_Start^2BMenu/Programs/Adobe+Flash+Builder+4.6/Adobe+Flash+Builder+4.6.lnk" "$@"
$ /opt/cxoffice/bin/wine --version Product Name: CrossOver Linux Public Version: 14.0.3 Product Version: 14.0.3.28476 Build Tag: cxoffice-14.0.3rc1 Build Timestamp: 20141112T204414Z
C:\Program Files\Adobe\Adobe Flash Builder 4.6\hs_err_pid32.log: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x7ea59dae, pid=32, tid=33 # # JRE version: 6.0_16-b01 # Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode windows-x86 ) # Problematic frame: # C [comctl32.dll+0x99dae] # # If you would like to submit a bug report, please visit: # http://java.sun.com/webapps/bugreport/crash.jsp # The crash happened outside the Java Virtual Machine in native code. # See problematic frame for where to report the bug. #
--------------- T H R E A D ---------------
Current thread (0x00634000): JavaThread "main" [_thread_in_native, id=33, stack(0x00240000,0x00340000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000068
Registers: EAX=0x001ce6e8, EBX=0x7ea8e31c, ECX=0x00000000, EDX=0x00000000 ESP=0x0033e45c, EBP=0x0033e478, ESI=0x001ce6e8, EDI=0x001c45e8 EIP=0x7ea59dae, EFLAGS=0x00210246
Top of Stack: (sp=0x0033e45c) 0x0033e45c: 001c45e8 001ce6e8 001ce6e8 00000001 0x0033e46c: 001c45e8 0000000b 001c45e8 0033e5d8 0x0033e47c: 7ea62cc1 0002005a 00000000 00000009 0x0033e48c: 7e71a978 001c5438 0033e760 0033e508 0x0033e49c: 7bc3df53 7cf256a8 0033e760 0033e5f8 0x0033e4ac: 7e53a2b3 7cf036b0 7e7205e0 0033e4e0 0x0033e4bc: 7ed44874 00000000 0000001c 0033e4f8 0x0033e4cc: 7ecf4f00 0033e4f0 00000001 00000000
Instructions: (pc=0x7ea59dae) 0x7ea59d9e: 58 89 f0 8d b4 26 00 00 00 00 8b 4f 54 8b 50 68 0x7ea59dae: 2b 51 68 0f af 57 28 8b 48 34 89 50 48 0f af 4f
Stack: [0x00240000,0x00340000], sp=0x0033e45c, free space=1017k Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code) C [comctl32.dll+0x99dae] C [comctl32.dll+0xa2cc1] C [user32.dll+0xa6e2a] C [user32.dll+0xa74fc] C [user32.dll+0xa9fb4] C [swt-win32-3735.dll+0x24e0] J org.eclipse.swt.internal.win32.OS.CallWindowProcW(IIIII)I J org.eclipse.swt.widgets.Tree.callWindowProc(IIII)I J org.eclipse.swt.widgets.Control.windowProc(IIII)I J org.eclipse.swt.widgets.Tree.windowProc(IIII)I J org.eclipse.swt.widgets.Display.windowProc(IIII)I v ~StubRoutines::call_stub V [jvm.dll+0xecf9c] V [jvm.dll+0x1741e1] V [jvm.dll+0xed01d] V [jvm.dll+0xf5e2f] V [jvm.dll+0xf7c57] C [swt-win32-3735.dll+0x122f] C 0x0c7e0018 C [user32.dll+0xa6e2a] C [user32.dll+0xa74fc] C [user32.dll+0xa9fb4] C [comctl32.dll+0x1b50e] C [comctl32.dll+0x9116c] C [comctl32.dll+0x1b436] C [comctl32.dll+0x1b5bc] C [user32.dll+0xa6e2a] C [user32.dll+0xa74fc] C [user32.dll+0xa9d1b] C [user32.dll+0x6783d] C [user32.dll+0x6eece] C [user32.dll+0x6f3c9] C [swt-win32-3735.dll+0xfa3b] J org.eclipse.swt.internal.win32.OS.SendMessage(IIII)I j org.eclipse.swt.widgets.Control.setRedraw(Z)V+88 j org.eclipse.swt.widgets.Tree.setRedraw(Z)V+84 j org.eclipse.ui.internal.views.markers.UIUpdateJob.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+377 j org.eclipse.ui.progress.UIJob$1.run()V+53 j org.eclipse.swt.widgets.RunnableLock.run()V+11 j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29 j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+91 j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+555 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$7.run()V+55 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+130 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub V [jvm.dll+0xecf9c] V [jvm.dll+0x1741e1] V [jvm.dll+0xed01d] V [jvm.dll+0x18e66b] V [jvm.dll+0x18ee76] V [jvm.dll+0x117bf3] C [java.dll+0x714f] j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub V [jvm.dll+0xecf9c] V [jvm.dll+0x1741e1] V [jvm.dll+0xed01d] V [jvm.dll+0xf5e2f] V [jvm.dll+0xf7b04] C [eclipse_1406.dll+0x6560] C [eclipse_1406.dll+0x5288] C [eclipse_1406.dll+0x15b6] C [FlashBuilder.exe+0x1414] C [FlashBuilder.exe+0x1010] C [FlashBuilder.exe+0x3029] C [KERNEL32.dll+0x41cdc] C [KERNEL32.dll+0x43d3b] C [ntdll.dll+0x6fb00] C [ntdll.dll+0x729ed] C [ntdll.dll+0x6fade] C [ntdll.dll+0x43eae]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code) J org.eclipse.swt.internal.win32.OS.CallWindowProcW(IIIII)I J org.eclipse.swt.widgets.Tree.callWindowProc(IIII)I J org.eclipse.swt.widgets.Control.windowProc(IIII)I J org.eclipse.swt.widgets.Tree.windowProc(IIII)I J org.eclipse.swt.widgets.Display.windowProc(IIII)I v ~StubRoutines::call_stub J org.eclipse.swt.internal.win32.OS.SendMessageW(IIII)I J org.eclipse.swt.internal.win32.OS.SendMessage(IIII)I j org.eclipse.swt.widgets.Control.setRedraw(Z)V+88 j org.eclipse.swt.widgets.Tree.setRedraw(Z)V+84 j org.eclipse.ui.internal.views.markers.UIUpdateJob.runInUIThread(Lorg/eclipse/core/runtime/IProgressMonitor;)Lorg/eclipse/core/runtime/IStatus;+377 j org.eclipse.ui.progress.UIJob$1.run()V+53 j org.eclipse.swt.widgets.RunnableLock.run()V+11 j org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Z)Z+29 j org.eclipse.swt.widgets.Display.runAsyncMessages(Z)Z+5 j org.eclipse.swt.widgets.Display.readAndDispatch()Z+91 j org.eclipse.ui.internal.Workbench.runEventLoop(Lorg/eclipse/jface/window/Window$IExceptionHandler;Lorg/eclipse/swt/widgets/Display;)V+9 j org.eclipse.ui.internal.Workbench.runUI()I+555 j org.eclipse.ui.internal.Workbench.access$4(Lorg/eclipse/ui/internal/Workbench;)I+1 j org.eclipse.ui.internal.Workbench$7.run()V+55 j org.eclipse.core.databinding.observable.Realm.runWithDefault(Lorg/eclipse/core/databinding/observable/Realm;Ljava/lang/Runnable;)V+12 j org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+18 j org.eclipse.ui.PlatformUI.createAndRunWorkbench(Lorg/eclipse/swt/widgets/Display;Lorg/eclipse/ui/application/WorkbenchAdvisor;)I+2 j com.adobe.flexbuilder.standalone.FlashBuilderApplication.start(Lorg/eclipse/equinox/app/IApplicationContext;)Ljava/lang/Object;+130 j org.eclipse.equinox.internal.app.EclipseAppHandle.run(Ljava/lang/Object;)Ljava/lang/Object;+135 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(Ljava/lang/Object;)Ljava/lang/Object;+103 j org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(Ljava/lang/Object;)Ljava/lang/Object;+29 j org.eclipse.core.runtime.adaptor.EclipseStarter.run(Ljava/lang/Object;)Ljava/lang/Object;+149 j org.eclipse.core.runtime.adaptor.EclipseStarter.run([Ljava/lang/String;Ljava/lang/Runnable;)Ljava/lang/Object;+183 v ~StubRoutines::call_stub j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0 j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+87 j sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+6 j java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+161 j org.eclipse.equinox.launcher.Main.invokeFramework([Ljava/lang/String;[Ljava/net/URL;)V+211 j org.eclipse.equinox.launcher.Main.basicRun([Ljava/lang/String;)V+126 j org.eclipse.equinox.launcher.Main.run([Ljava/lang/String;)I+4 v ~StubRoutines::call_stub
--------------- P R O C E S S ---------------
Java Threads: ( => current thread ) 0x05b31c00 JavaThread "Code Model Worker" [_thread_blocked, id=71, stack(0x0fb00000,0x0fc00000)] 0x05b38800 JavaThread "Code Model Worker" [_thread_blocked, id=59, stack(0x0fa00000,0x0fb00000)] 0x05b37400 JavaThread "Code Model Worker" [_thread_blocked, id=57, stack(0x0f900000,0x0fa00000)] 0x05b36400 JavaThread "Code Model Worker" [_thread_blocked, id=20, stack(0x0f3e0000,0x0f4e0000)] 0x05b35c00 JavaThread "Code Model Worker" [_thread_blocked, id=47, stack(0x0f030000,0x0f130000)] 0x055af000 JavaThread "[ThreadPool Manager] - Idle Thread" daemon [_thread_blocked, id=50, stack(0x0f5e0000,0x0f6e0000)] 0x04831000 JavaThread "AWT-Windows" daemon [_thread_in_native, id=55, stack(0x0f6e0000,0x0f7e0000)] 0x0482ec00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=11, stack(0x0f4e0000,0x0f5e0000)] 0x03faa400 JavaThread "Java indexing" daemon [_thread_blocked, id=70, stack(0x0c1c0000,0x0c2c0000)] 0x03c61000 JavaThread "Worker-6" [_thread_blocked, id=68, stack(0x0ee70000,0x0ef70000)] 0x03f54000 JavaThread "Worker-5" [_thread_blocked, id=67, stack(0x0ed70000,0x0ee70000)] 0x03c61800 JavaThread "Worker-4" [_thread_blocked, id=66, stack(0x0ec70000,0x0ed70000)] 0x039cb000 JavaThread "Worker-3" [_thread_blocked, id=65, stack(0x0e310000,0x0e410000)] 0x039ca800 JavaThread "Worker-2" [_thread_blocked, id=64, stack(0x007f0000,0x008f0000)] 0x03fb5000 JavaThread "Code Model Worker" [_thread_blocked, id=63, stack(0x0e7c0000,0x0e8c0000)] 0x03ffac00 JavaThread "Code Model Worker" [_thread_blocked, id=62, stack(0x0e6c0000,0x0e7c0000)] 0x03f4d800 JavaThread "Bundle File Closer" daemon [_thread_blocked, id=58, stack(0x0e210000,0x0e310000)] 0x039e9000 JavaThread "Worker-1" [_thread_blocked, id=56, stack(0x0c4c0000,0x0c5c0000)] 0x03f1c400 JavaThread "Thread-3" [_thread_in_native, id=53, stack(0x0d330000,0x0d430000)] 0x03bf4000 JavaThread "Worker-0" [_thread_blocked, id=51, stack(0x0cdd0000,0x0ced0000)] 0x03a85400 JavaThread "Worker-JM" [_thread_blocked, id=49, stack(0x0c3c0000,0x0c4c0000)] 0x039f1c00 JavaThread "[Timer] - Main Queue Handler" daemon [_thread_blocked, id=48, stack(0x0c2c0000,0x0c3c0000)] 0x034e5400 JavaThread "Framework Event Dispatcher" daemon [_thread_blocked, id=46, stack(0x038c0000,0x039c0000)] 0x03588800 JavaThread "Start Level Event Dispatcher" daemon [_thread_blocked, id=45, stack(0x037c0000,0x038c0000)] 0x034e4400 JavaThread "State Data Manager" daemon [_thread_blocked, id=44, stack(0x036c0000,0x037c0000)] 0x0356b400 JavaThread "Framework Active Thread" [_thread_blocked, id=43, stack(0x035c0000,0x036c0000)] 0x006cd400 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=41, stack(0x032b0000,0x033b0000)] 0x006c7c00 JavaThread "CompilerThread0" daemon [_thread_blocked, id=40, stack(0x031b0000,0x032b0000)] 0x006c6400 JavaThread "Attach Listener" daemon [_thread_blocked, id=39, stack(0x030b0000,0x031b0000)] 0x006c5000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=38, stack(0x02fb0000,0x030b0000)] 0x006b5400 JavaThread "Finalizer" daemon [_thread_blocked, id=37, stack(0x02e00000,0x02f00000)] 0x006b0800 JavaThread "Reference Handler" daemon [_thread_blocked, id=36, stack(0x02d00000,0x02e00000)] =>0x00634000 JavaThread "main" [_thread_in_native, id=33, stack(0x00240000,0x00340000)]
Other Threads: 0x006ad800 VMThread [stack: 0x02c00000,0x02d00000] [id=35] 0x006cfc00 WatcherThread [stack: 0x033b0000,0x034b0000] [id=42]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap def new generation total 32832K, used 19663K [0x3d280000, 0x3f610000, 0x3f9e0000) eden space 29248K, 57% used [0x3d280000, 0x3e303c90, 0x3ef10000) from space 3584K, 76% used [0x3f290000, 0x3f5400c0, 0x3f610000) to space 3584K, 0% used [0x3ef10000, 0x3ef10000, 0x3f290000) tenured generation total 435444K, used 262497K [0x3f9e0000, 0x5a31d000, 0x5d280000) the space 435444K, 60% used [0x3f9e0000, 0x4fa386a0, 0x4fa38800, 0x5a31d000) compacting perm gen total 78592K, used 78412K [0x5d280000, 0x61f40000, 0x6d280000) the space 78592K, 99% used [0x5d280000, 0x61f132f8, 0x61f13400, 0x61f40000) No shared spaces configured.
Dynamic libraries: 0x00400000 - 0x0040d000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\FlashBuilder.exe 0x7bc10000 - 0x7bce2000 C:\windows\system32\ntdll.dll 0x7b820000 - 0x7ba61000 C:\windows\system32\KERNEL32.dll 0x7ec60000 - 0x7edad000 C:\windows\system32\user32.dll 0x7eb40000 - 0x7ec4f000 C:\windows\system32\gdi32.dll 0x7ead0000 - 0x7eb2f000 C:\windows\system32\advapi32.dll 0x7eff0000 - 0x7f000000 C:\windows\system32\version.dll 0x7e9c0000 - 0x7eabe000 C:\windows\system32\comctl32.dll 0x7e920000 - 0x7e9b8000 C:\windows\system32\msvcrt.dll 0x7e6a0000 - 0x7e725000 C:\windows\system32\winex11.drv 0x72000000 - 0x7200f000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502\eclipse_1406.dll 0x7e3f0000 - 0x7e48c000 C:\windows\system32\msvcr90.dll 0x6d710000 - 0x6d732000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\splashscreen.dll 0x7e340000 - 0x7e3d1000 C:\windows\system32\msvcr71.dll 0x6d800000 - 0x6da8b000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\client\jvm.dll 0x7e280000 - 0x7e326000 C:\windows\system32\winmm.dll 0x6d7b0000 - 0x6d7bc000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\verify.dll 0x6d330000 - 0x6d34f000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\java.dll 0x6d290000 - 0x6d298000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\hpi.dll 0x7e680000 - 0x7e68d000 C:\windows\system32\psapi.dll 0x6d7f0000 - 0x6d7ff000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\zip.dll 0x7e660000 - 0x7e67a000 C:\windows\system32\imm32.dll 0x6d610000 - 0x6d623000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\net.dll 0x7e030000 - 0x7e059000 C:\windows\system32\ws2_32.dll 0x7e000000 - 0x7e022000 C:\windows\system32\iphlpapi.dll 0x6d630000 - 0x6d639000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\nio.dll 0x10000000 - 0x1006e000 C:\users\crossover\Adobe Flash Builder 4.6\cascaded\335153\configuration\org.eclipse.osgi\bundles\381\1.cp\swt-win32-3735.dll 0x7dce0000 - 0x7de00000 C:\windows\system32\ole32.dll 0x7df30000 - 0x7dfa6000 C:\windows\system32\rpcrt4.dll 0x7db90000 - 0x7dcbe000 C:\windows\system32\oleaut32.dll 0x7daa0000 - 0x7db7c000 C:\windows\system32\comdlg32.dll 0x7d860000 - 0x7da90000 C:\windows\system32\shell32.dll 0x7d7f0000 - 0x7d857000 C:\windows\system32\shlwapi.dll 0x7d7a0000 - 0x7d7dd000 C:\windows\system32\winspool.drv 0x7d760000 - 0x7d79b000 C:\windows\system32\usp10.dll 0x7d6e0000 - 0x7d757000 C:\windows\system32\wininet.dll 0x7dfe0000 - 0x7dffd000 C:\windows\system32\mpr.dll 0x7d610000 - 0x7d6d9000 C:\windows\system32\crypt32.dll 0x7d5b0000 - 0x7d608000 C:\windows\system32\wineps.drv 0x0c7f0000 - 0x0c80d000 C:\users\crossover\Adobe Flash Builder 4.6\cascaded\335153\configuration\org.eclipse.osgi\bundles\381\1.cp\swt-gdip-win32-3735.dll 0x7ccf0000 - 0x7cd69000 C:\windows\system32\gdiplus.dll 0x7cc30000 - 0x7ccdc000 C:\windows\system32\windowscodecs.dll 0x0ca90000 - 0x0ca9e000 C:\users\crossover\Adobe Flash Builder 4.6\cascaded\335153\configuration\org.eclipse.osgi\bundles\191\1.cp\os\win32\x86\localfile_1_0_0.dll 0x0cbb0000 - 0x0cbb8000 C:\users\crossover\Adobe Flash Builder 4.6\cascaded\335153\configuration\org.eclipse.osgi\bundles\196\1.cp\os\win32\x86\win32refresh.dll 0x0cf50000 - 0x0cf91000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.nativelibs_4.6.1.335153\os\win32\x86\BridgeTalk.dll 0x0d0b0000 - 0x0d11a000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.nativelibs_4.6.1.335153\libs\adobe_caps.dll 0x0d430000 - 0x0d4e7000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexbuilder.utils.osnative_4.6.1.335153\os\win32\x86\JNIToNativeBridge.dll 0x0d600000 - 0x0d60b000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.amt_4.6.1.335153\os\win32\x86\amt_win_jnilib.dll 0x7c9f0000 - 0x7cb00000 C:\windows\system32\msvcp90.dll 0x0d610000 - 0x0d700000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.amt_4.6.1.335153\os\win32\x86\amtlib.dll 0x0d810000 - 0x0d925000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.amt_4.6.1.335153\os\win32\x86\amtservices.dll 0x7cec0000 - 0x7cef3000 C:\windows\system32\winhttp.dll 0x7cc10000 - 0x7cc1d000 C:\windows\system32\jsproxy.dll 0x7c950000 - 0x7c9b4000 C:\windows\system32\setupapi.dll 0x0db40000 - 0x0dbaa000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.amt_4.6.1.335153\os\win32\x86\adobe_caps.dll 0x0dcc0000 - 0x0dce8000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.amt_4.6.1.335153\os\win32\x86\asneu.dll 0x7c920000 - 0x7c944000 C:\windows\system32\wbemprox.dll 0x7c7e0000 - 0x7c800000 C:\windows\system32\dxgi.dll 0x7c6a0000 - 0x7c7da000 C:\windows\system32\wined3d.dll 0x7c590000 - 0x7c68d000 C:\windows\system32\opengl32.dll 0x0df10000 - 0x0dfa2000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.amt_4.6.1.335153\os\win32\x86\updaternotifications.dll 0x7c550000 - 0x7c571000 C:\windows\system32\netapi32.dll 0x0de00000 - 0x0de0b000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.nativelibs_4.6.1.335153\os\win32\x86\Headlights.dll 0x0e0c0000 - 0x0e20a000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\jre\bin\awt.dll 0x7c490000 - 0x7c49b000 C:\windows\system32\msimg32.dll 0x7e230000 - 0x7e264000 C:\windows\system32\uxtheme.dll 0x7e0d0000 - 0x7e100000 C:\windows\system32\oleacc.dll 0x7e210000 - 0x7e22e000 C:\windows\system32\mlang.dll 0x00780000 - 0x0078f000 C:\users\crossover\Adobe Flash Builder 4.6\cascaded\335153\configuration\org.eclipse.osgi\bundles\194\1.cp\jWinHttp-1.0.0.dll 0x0ef70000 - 0x0f029000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.nativelibs_4.6.1.335153\libs\AdobePIP.dll 0x0ced0000 - 0x0cf2d000 C:\Program Files\Adobe\Adobe Flash Builder 4.6\eclipse\plugins\com.adobe.flexide.nativelibs_4.6.1.335153\libs\LogSession.dll 0x7c4d0000 - 0x7c545000 C:\windows\system32\ieframe.dll 0x7c170000 - 0x7c200000 C:\windows\system32\urlmon.dll 0x7c420000 - 0x7c488000 C:\windows\system32\ddraw.dll 0x7e090000 - 0x7e0c1000 C:\windows\system32\d3d9.dll 0x7bae0000 - 0x7baf9000 C:\windows\system32\propsys.dll
VM Arguments: jvm_args: -Xms256m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Dorg.eclipse.equinox.p2.reconciler.dropins.directory=eclipse/dropins -Declipse.application=com.adobe.flexbuilder.standalone.FlashBuilderApplication -Djava.net.preferIPv4Stack=true java_command: <unknown> Launcher Type: generic
Environment Variables: PATH=C:/Program Files/Adobe/Adobe Flash Builder 4.6/jre/bin/client;C:/Program Files/Adobe/Adobe Flash Builder 4.6/jre/bin;C:/Program Files/Adobe/Adobe Flash Builder 4.6/jre/lib/i386;C:\windows\system32;C:\windows;C:\windows\system32\wbem USERNAME=alon LD_LIBRARY_PATH=/opt/cxoffice/lib SHELL=/bin/bash DISPLAY=:1 OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 6 Model 60 Stepping 3, GenuineIntel
--------------- S Y S T E M ---------------
OS: Windows XP Build 2600 Service Pack 3
CPU:total 8 (8 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, ht
Memory: 4k page, physical 2097151k(2097151k free), swap 4193791k(4194303k free)
vm_info: Java HotSpot(TM) Client VM (14.2-b01) for windows-x86 JRE (1.6.0_16-b01), built on Jul 31 2009 11:26:58 by "java_re" with MS VC++ 7.1
time: Wed Dec 10 14:36:42 2014 elapsed time: 43 seconds
https://bugs.winehq.org/show_bug.cgi?id=37697
Ken Thomases ken@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #1 from Ken Thomases ken@codeweavers.com --- Please don't report bugs encountered while using CrossOver here. Report them at the CodeWeavers website: https://www.codeweavers.com/support/
If and only if you can reproduce the problem using plain Wine, you may reopen this bug report.
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #2 from Alon Levy alon@pobox.com --- (In reply to Ken Thomases from comment #1)
Please don't report bugs encountered while using CrossOver here. Report them at the CodeWeavers website: https://www.codeweavers.com/support/
If and only if you can reproduce the problem using plain Wine, you may reopen this bug report.
My bad. I haven't managed to reproduce with compholio so far (And I know that if I do I need to report elsewhere).
https://bugs.winehq.org/show_bug.cgi?id=37697
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Bruno Jesus 00cpxxx@gmail.com --- Closing invalid bugs.
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #4 from Alon Levy alon@pobox.com --- Created attachment 50479 --> https://bugs.winehq.org/attachment.cgi?id=50479 error log from java running flashbuilder faulting on comctl32
https://bugs.winehq.org/show_bug.cgi?id=37697
Alon Levy alon@pobox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Resolution|INVALID |---
--- Comment #5 from Alon Levy alon@pobox.com --- Managed to reproduce with master - wine-1.7.34-20-g6bad163 (git describe)
Updated log attached (sorry for the paste before).
Reopening - setting to UNCONFIRMED, is that correct procedure?
Thanks, Alon
https://bugs.winehq.org/show_bug.cgi?id=37697
Alon Levy alon@pobox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.7.34
--- Comment #6 from Alon Levy alon@pobox.com --- updating version to 1.7.34 (actual version is wine-1.7.34-20-g6bad163, i.e. 20 commits newer on master branch)
https://bugs.winehq.org/show_bug.cgi?id=37697
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |ftp://ftp.adobe.com/pub/ado | |be/flex/win/FlashBuilder_4_ | |6_LS10.exe CC| |focht@gmx.net Summary|intermittent crash in |Adobe Flash Builder 4.6 |flashbuilder 4.6 (JRE 1.6) |(JRE 1.6) crashes on |in comctl32.dll+0x99dae |startup
--- Comment #7 from Anastasius Focht focht@gmx.net --- Hello folks,
since Adobe Flash Builder 4.6 can't be installed with plain Wine due to bug 17195 this bug is rather pointless.
Initial bug report made with Crossover
In follow-up comments OP mentions:
--- quote --- My bad. I haven't managed to reproduce with compholio so far (And I know that if I do I need to report elsewhere). --- quote ---
Bug gets closed 'invalid' (not plain Wine)
Bug is reopened and OP claims: "reproduced with Wine 1.7.34/GIT".
I seriously doubt this. You likely reused an existing WINEPREFIX installation made with either Crossover or Wine-Staging.
Working around installer bugs with custom Wine versions and switching/continuing with plain Wine afterwards makes the bug report automatically invalid (bug report will be ignored at best).
Regards
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #8 from Alon Levy alon@pobox.com --- Hi Anastasius,
I just removed all previous wine versions I had (crossover + fedora version), made sure there was nothing except my own built wine version, reinstalled from FlashBuilder_4_6_LS10.exe, installation completed successfully, and reloaded the app.
I'll try to update when next time I have the crash, but for your information the previous install was also done with the master branch version, although with other wine versions installed so I cannot vouch it didn't use any dlls from them. Still it was a completely different bottle.
But regarding installer being broken, that is simply untrue - it completes successfully with the version I mentioned (actually a slightly newer one, but none of the patches are relevant afaict, i.e. -60 instead of the previously reported -34).
Alon
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #9 from Anastasius Focht focht@gmx.net --- Hello Alon,
--- quote --- But regarding installer being broken, that is simply untrue - it completes successfully with the version I mentioned (actually a slightly newer one, but none of the patches are relevant afaict, i.e. -60 instead of the previously reported -34). --- quote ---
$ sha1sum FlashBuilder_4_6_LS10.exe 7991023d94bcf62f06eb1500914b5274b32c30ea FlashBuilder_4_6_LS10.exe
$ du -sh FlashBuilder_4_6_LS10.exe 819M FlashBuilder_4_6_LS10.exe
$ wine --version wine-1.7.34-74-gcf92569
Prerequisite: clean (new) 32-bit WINEPREFIX
~60% of main product install progress -> "The Setup encountered an error(-1) during install. Please restart the machine and try again."
After that the installer rolls back (by design).
The installer log file 'PDApp.log' shows:
--- snip --- ... 1/17/2015 14:35:09 [INFO] Setup - Build Version - 2.2.41.0 1/17/2015 14:35:09 [INFO] Setup - Logging Level verbosity Set to 4 1/17/2015 14:35:10 [INFO] Setup - Start Adobe Setup 1/17/2015 14:35:10 [INFO] Setup - TimeLog: Bootstrapper Start 1/17/2015 14:35:10 [INFO] Setup - TimeLog: Start initial checks ... 1/17/2015 14:35:10 [INFO] PIM - Trying to access xml at path:C:\users\focht\Desktop\Adobe Flash Builder 4.6 Installer\Adobe Flash Builder 4.6\resources\setup.xml 1/17/2015 14:35:10 [INFO] PIM - XML is valid 1/17/2015 14:35:10 [WARN] PIM - Failed to find Node 1/17/2015 14:35:10 [INFO] Setup - Found 3 packages in setup manifest 1/17/2015 14:35:10 [INFO] PIM - Build Version - 2.2.41.0 1/17/2015 14:35:10 [INFO] PIM - Logging Level verbosity Set to 4 1/17/2015 14:35:10 [INFO] Utilities - Folder does not exist
1/17/2015 14:35:10 [INFO] PIM - Build Version - 2.2.41.0 1/17/2015 14:35:10 [INFO] PIM - Logging Level verbosity Set to 4 1/17/2015 14:35:10 [INFO] PIM - CREATE PIM Instance ... ... 1/17/2015 14:35:29 [INFO] DWANative - Disk available :160181108736
1/17/2015 14:35:30.498 [INFO] DWA.ProductOptionsMediator Sending the install start command 1/17/2015 14:35:30 [INFO] DWANative - arguments being passed :--deploymentFile="C:\users\focht\Temp{8496DC89-4E5F-4230-8C6B-EB5A9C39143E}\deploy.xml" --userASUPath="C:\users\focht\LOCA~ZN4\APPL~JHT\Adobe\OOBE\PDApp" 1/17/2015 14:35:30 [INFO] DWANative - OS INFOLIST :: MajorVerison :5 MinorVersion :1 productType:1 platformId:2
1/17/2015 14:35:30 [INFO] DWANative - This OS is XP 1/17/2015 14:35:30 [INFO] DWANative - IPC Listen thread STARTED... 1/17/2015 14:35:30 [INFO] DWANative - Values from LAUNCH OF PROCESS : Success: RetVAL:1 Err:0 shellEx :33, hProcess: 0x00000180 ... 1/17/2015 14:35:37 [INFO] PIM - Updater Inventory location:C:\users\focht\Local Settings\Application Data\Adobe\OOBE\PDApp\DWA\resources\libraries\updaterinventory.dll 1/17/2015 14:35:37 [INFO] PIM - Processing ... _pimCreateOrUpdateAAMInventory 1/17/2015 14:35:37 [INFO] PIM - Return ... SUCCESS _pimCreateOrUpdateAAMInventory 1/17/2015 14:35:37 [INFO] PIM - End Sync With Status 0 1/17/2015 14:35:52 [INFO] DWANative - Received Invalid packet
1/17/2015 14:35:56 [INFO] DWANative - Received Invalid packet
1/17/2015 14:36:08 [INFO] DWANative - Received Invalid packet
1/17/2015 14:36:21 [INFO] DWANative - Received Invalid packet
1/17/2015 14:36:21 [INFO] DWANative - Received Maximum invalid packets ,Quit...
1/17/2015 14:36:21 [INFO] DWANative - Message created :<exit> <exit_code>-1</exit_code> </exit> --- snip ---
This failure is caused by bug 17195
If your install "magically" works, I'm afraid you have to find another guy, looking into your problem since I can't reproduce it.
Regards
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #10 from Alon Levy alon@pobox.com --- Created attachment 50502 --> https://bugs.winehq.org/attachment.cgi?id=50502 PDApp from successful install of FlashBuilder_4_6_LS10.exe
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #11 from Alon Levy alon@pobox.com --- I'm not claiming magic, obviously there is a difference between our two systems, and I don't know what it is.
For reference:
x86_64 blues:browser alon$ sha1sum /home/shared_win/flash/FlashBuilder_4_6_LS10.exe 7991023d94bcf62f06eb1500914b5274b32c30ea /home/shared_win/flash/FlashBuilder_4_6_LS10.exe x86_64 blues:browser alon$ du -sh /home/shared_win/flash/FlashBuilder_4_6_LS10.exe 819M /home/shared_win/flash/FlashBuilder_4_6_LS10.exe x86_64 blues:browser alon$ wine --version wine-1.7.34-61-ga0a9a8f x86_64 blues:browser alon$ locate PDApp.log /home/alon/.wine/drive_c/users/alon/Temp/PDApp.log x86_64 blues:browser alon$ ls -l /home/alon/.wine/drive_c/users/alon/Temp/PDApp.log -rw-rw-r--. 1 alon alon 167906 Jan 17 15:42 /home/alon/.wine/drive_c/users/alon/Temp/PDApp.log x86_64 blues:browser alon$ date Sat Jan 17 15:45:34 IST 2015
Attachig the PDApp.log file
https://bugs.winehq.org/show_bug.cgi?id=37697
Alon Levy alon@pobox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID
--- Comment #12 from Alon Levy alon@pobox.com --- I understand what you are saying, I read the CreateNamedPipe not using datagrams bug report, it does seem like what I am describing is impossible, so I agree the bug should be closed - my PDApp.log shows success where yours showed the (expected) failure.
Closing as INVALID for now until I can explain the magic.
Alon
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #13 from Alon Levy alon@pobox.com --- Actually, I just read bug 17195 comment 173 and it seems to suggest someone pushed a patch set (652f5d9b8715fb71b15cfb93fa741474ac3b757d) and that someone else reported success installing CS5, i.e. another adobe app probably using the same installer framework.
So maybe I'm not so nuts ;)
Alon
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #14 from Anastasius Focht focht@gmx.net --- Hello Alon,
--- quote --- Actually, I just read bug 17195 comment 173 and it seems to suggest someone pushed a patch set (652f5d9b8715fb71b15cfb93fa741474ac3b757d) and that someone else reported success installing CS5, i.e. another adobe app probably using the same installer framework.
So maybe I'm not so nuts ;) --- quote ---
that patch from Wine-Staging team introduces additional tests, it doesn't touch actual API infrastructure/implementation.
A possible explanation could be that somehow the Wine-staging build was used on your host when running the installer. Those kind of problems happen sometimes to people having multiple Wine builds/installs on a host machine (PATH preset/injected via scripts/wrappers) ;-)
Regards
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #15 from Anastasius Focht focht@gmx.net --- Hello again,
to clarify at least - even counting in the possibility that you somehow still used Wine-staging for running the installer ...
The 'comctl32' runtime crash during compilation action is gone when you run the app with Wine-Staging (formerly 'compholio')?
In that case it would be useful to know which patchset fixed it. Unfortunately I don't have that much time to do that, also it's not very challenging :)
The basic idea is that you apply staging-provided patchsets on top of the Wine source tree (source tarball or better GIT), one-by-one (first named pipe stuff, next user32/comctl32 related patches), rebuild, run/verify.
There is a 'patches/patchinstall.sh' script which enables you to do that (default action would be '--all' which is not helpful in this case).
Regards
https://bugs.winehq.org/show_bug.cgi?id=37697
--- Comment #16 from Alon Levy alon@pobox.com --- (In reply to Anastasius Focht from comment #15)
Hello again,
to clarify at least - even counting in the possibility that you somehow still used Wine-staging for running the installer ...
The 'comctl32' runtime crash during compilation action is gone when you run the app with Wine-Staging (formerly 'compholio')?
Sorry for confusing, I'll try to be clearer:
The crash happens sometimes, I do not have a clear reproducer, it happens during build (perhaps actually when it is done, like I said, I don't know).
I don't have a self built version of wine-staging, I've used it previously from the fedora builds, that's it.
Regarding the patchset - my bad, I assumed they were all pushed, now that I searched for the actualy implementation it is as you said, not on master.
So I still have no idea why it is working, unless like you say I somehow have kernel32.dll not from master. Oh well, I'll leave it be for now from ELACKOFTIME.
In that case it would be useful to know which patchset fixed it. Unfortunately I don't have that much time to do that, also it's not very challenging :)
The basic idea is that you apply staging-provided patchsets on top of the Wine source tree (source tarball or better GIT), one-by-one (first named pipe stuff, next user32/comctl32 related patches), rebuild, run/verify.
There is a 'patches/patchinstall.sh' script which enables you to do that (default action would be '--all' which is not helpful in this case).
Thanks, I'll keep that in mind. But I don't intend to try staging for now, unless I run into any problems I must fix, since the current version is stable enough for me - this problem is severe but infrequent.
Regards
Alon
https://bugs.winehq.org/show_bug.cgi?id=37697
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #17 from Austin English austinenglish@gmail.com --- Closing.
https://bugs.winehq.org/show_bug.cgi?id=37697
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|ftp://ftp.adobe.com/pub/ado |https://web.archive.org/web |be/flex/win/FlashBuilder_4_ |/20151201114409/ftp://ftp.a |6_LS10.exe |dobe.com/pub/adobe/flex/win | |/FlashBuilder_4_6_LS10.exe