Jump to content

SLORider

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by SLORider

  1. Finally managed to catch a 'hang' in Firefox using xperf: Seems that all the time is wasted in sqllite3.dll (Same as before), but it's still unclear what is being called below sqllite3.dll --- just a bunch of addresses. The .etl file is here: http://slorider.com/gallery/misc/merged.zip no password. The time span of interest is 900-930 sec. Is there a way to find out what DLL/driver/module/function is loaded at the addresses being called by sqlite3.dll? For example, the address 0x000000006fa4c102 was caught in the stack trace 154 times! Nearby addresses all make up the preponderance of stack traces.
  2. How about WiX? Works for Vista.
  3. I'm trying to capture an event with: xperf -on DiagEasy+PROFILE -stackwalk Profile Problem is, the hangs are not predictable, and are up to an hour apart... I hope this proves worthwhile.
  4. Problem: Random and temporary application hangs ("not responding") that last for a few seconds, then resolve with no crash. Hangs occur with whatever application I might be currently using, but do not affect any other open applications or the ability to use Windows and open new applications. I have kept Process Explorer open so I can quickly look at CPU usage. I have filtered Process Monitor to one application (Firefox) and watched during a hang, but didn't see anything that stood out. How does one go about tracing such a brief event to its source??? REMEMBER, this occurs in various applications--not just one--so I see it as a system/driver problem. I just don't know how to find what the cause is because it comes and goes within a few seconds. Here's a sample of one hang in Firefox (I catch these a lot since it is the application I use most often): Notice: Thread ID 2716: CPU 12...% (Note that 12.5% = 1/8 = exactly one thread of my hyperthreaded quad-core???) And, the stack for Thread 2716: AGAIN, Firefox is not the problem, and I don't think that sqlite3.dll is the problem. Hangs happen in other apps, thus something else is blocking. thanks!
×
×
  • Create New...