http://bugs.winehq.org/show_bug.cgi?id=8997
Tim Williams tjandacw@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #15858|0 |1 is obsolete| |
--- Comment #32 from Tim Williams tjandacw@yahoo.com 2008-09-07 16:25:07 --- Created an attachment (id=15912) --> (http://bugs.winehq.org/attachment.cgi?id=15912) context diff of download (froze) vs. no_download logs
I realized that DllCanUnLoadNow loop is common to the freeze and not-freeze scenarios. I'm guessing it's just the wait loop for the application while the application is running. I reran TM again where between downloading the database and using the local data. The entire context diff is attached.
Looks to me like the relevant lines are now
*** download.txt 2008-09-07 17:07:46.000000000 -0400 --- no_download.txt 2008-09-07 17:05:50.000000000 -0400 *************** ... *** 52,62 **** fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 29 2 0x32d8b0 (nil)) fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x13e754) fixme:shdocvw:ClientSite_GetContainer (0x13e754)->(0x32e1f0) ! fixme:shdocvw:InPlaceFrame_SetStatusText (0x13e754)->(0xb7e836d1) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 25 2 0x32e124 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 26 2 0x32e124 (nil)) - fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 21 2 (nil) (nil)) - fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 28 2 0x32e1dc (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x32d808) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x32d808) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 26 2 0x32d890 (nil)) --- 52,60 ---- fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 29 2 0x32d8b0 (nil)) fixme:shdocvw:DocHostUIHandler_GetDropTarget (0x13e754) fixme:shdocvw:ClientSite_GetContainer (0x13e754)->(0x32e1f0) ! fixme:shdocvw:InPlaceFrame_SetStatusText (0x13e754)->(0xb7e696d1) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 25 2 0x32e124 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 26 2 0x32e124 (nil)) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x32d808) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->({000214d0-0000-0000-c000-000000000046} 69 0 (nil) 0x32d808) fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 26 2 0x32d890 (nil))
especially
- fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 21 2 (nil) (nil)) - fixme:shdocvw:ClOleCommandTarget_Exec (0x13e754)->((null) 28 2 0x32e1dc (nil))
I'm not exactly sure what I'm looking at, but I did find out that these are wine prints, not TM2008. I also ran TM in a DOS window on a XP partition, and these statements didn't show.