similar to: explorer.exe 100% CPU, again

Displaying 20 results from an estimated 9000 matches similar to: "explorer.exe 100% CPU, again"

2006 Dec 11
2
explorer.exe 100% kernel time?
i all, I'm new to Wine, but I did tried to search for similar problem from Google without success. So I think I'll just raise my question here: System: Ubuntu Edgy (fresh installation) Wine: 0.9.26~winehq0~ubuntu~6.10-1 Hardware: P4 2.60 + 1 GB RAM Problem: Whenever I run an Windows application using Wine (e.g., winecfg, utorrent), there is an instance of explorer.exe started in the
2020 Aug 24
2
MultiDatabase shard count limitations
Olly Betts <olly at survex.com> wrote: > The report you show seems to be just the time take by each function > directly rather than including functions it calls. It looks like a lot > of the time is spent in cursor movement, as totalling up things that > seem like they'd be due to that I quickly get to 40+% but it's hard > to tell if that's about the actual total
2006 Dec 18
4
How to install IE6 correctly?
I tried to use google to find how, but i failed. All i get is a white window. my wine version is 0.9.27, can any one tell me how, or show me a link to a detailed method? i'm new here, and i guess this subject has been asked so many times, but i dont know how to search, i wish some one can give me a answer. thank you in advance.
2006 Dec 15
1
explorer.exe 100% kernel time? (SOLVED)
> Message: 8 Date: Tue, 12 Dec 2006 15:22:53 +0100 From: Alexander > Nicolaysen S?rnes <alex@thehandofagony.com> Subject: Re: [Wine] > explorer.exe 100% kernel time? To: wine-users@winehq.org Message-ID: > <200612121522.53927.alex@thehandofagony.com> > > I don't think he meant upgrading Wine, he meant compiling Wine from > source. > > Regards, > >
2011 Apr 22
1
Valgrind/Callgrind 3.6.1 does not appear to work on Centos Linux 5.5
Hi, For the last day or two I having been trying to get Valgrind/Callgrind 3.6.1 to work on Centos Linux 5.5 using a simple Fibonacci C++ program(shown below). After compiling the program using g++ -g -o MatchUpAccurate MatchUpAccurate.cpp, we run: /home/frankc/DQTTest/valgrind-3.6.1/coregrind/valgrind --tool=callgrind --dump-instr=yes --simulate-cache=yes --collect-jumps=yes
2009 Jun 18
4
Kubuntu and Wine Problems
I have run into a few problems in getting applications to work with Kubuntu. I'm running Kubuntu 9.04 and Wine 1.1.23. If installing an application, I get errors during the process and the installation is aborted. If just running certain executables, the Wine Loader shows up in the task bar but the disappears after a few seconds without the application running. I was able to install Call
2012 Mar 09
3
[LLVMdev] Stack protector performance
I have a question about the performance of the implementation of the stack protector in LLVM. Consider the following C program: ===== void canary() { char buf[20]; buf[0]++; } int main() { int i; for (i = 0; i < 1000000000; ++i) canary(); return 0; } ===== This should definately run slower when stack protection is enabled, right? I have measured the runtime of
2012 Nov 07
2
[LLVMdev] Using LLVM to serialize object state -- and performance
On Nov 6, 2012, at 11:49 AM, "Kaylor, Andrew" <andrew.kaylor at intel.com> wrote: > I think you may have gone beyond what I understand in how the legacy JIT code works. It looks like the call to addGlobalMapping should short-circuit the named function look up that I described ... Well, I first look for the function by name and, if I didn't find it, then I call
2007 Oct 22
1
0.9.47 Tahoma Font Regression?
-----BEGIN PGP SIGNED MESSAGE----- Hash: RIPEMD160 Hi, - From the Release Notes, I can see that there has been a change regarding new Tahoma font. So I'm suspecting that it caused the following anomaly on my system (if it is caused by other problem, pls do prompt me too): I has been able to render Chinese characters in some Window-based non-Unicode applications (e.g., uTorrent) with the
2009 Dec 15
3
is there a profiling gem/plugin for Ruby on Rails?
Hi, is there a profiling gem/plugin for Ruby on Rails? That is, where I can then specify the point in a request I want to act as milestones points for a time to be taken, and place them strategically. Then ideally the plugin then works out and displays how the overall response time was made up... Tks -- You received this message because you are subscribed to the Google Groups "Ruby on
2010 Sep 08
25
Setup 2.6 + apache, passenger
Hi! I''m testing Puppet 2.6 and got all the basic stuff working with the default webricks. I read that it doesn''t scale very well and is not suited for production environments and the recommended setup is Apache/ Passenger. Is there a step-by-step-guide on how to set it up? Any help is very appreciated. Regards, Freddie -- You received this message because you are subscribed
2010 Sep 21
4
FreeBSD Puppet 2.6.1 odd core-dump
Hi, I have a couple of FreeBSD-servers that I try to manage using puppet. I''m just trying it out at the moment and have just deployed 5 new boxes (from PXE and scripted installation so supposedly they are all identical except for the name and ip-addresses). On two of the servers I get the error-messages at the bottom of the post. The first error- message I get every time I run puppet on
2008 Sep 29
4
[LLVMdev] Hi Cache Miss and Branch Misprediction
Hi Guys, I am an absolute newbie to the compiler community. I am experimenting a little bit with llvm. I have a few small questions, i would be really great if someone could help me. 1. Can i find out (is there something already built), if the previous instruction / or some instruction was a cache miss. Basically i want to detect cache misses and instructions that are causing this 2. Can i find
2007 Jun 12
2
Invalid Argument ls dir mounted share
I'm using Fedora Core 6 which uses cifs.mount version 1.10. When mounting shares from a particular Windows 2003 R2 server, I cannot read certain directories. For example, when performing an 'ls' command as follows: [root@backup Admin]# ls /share/CORP-SERVER/C\$/Corp/User\ Files/xxx\ Finacial\ Shared/Admin/Freddie\ Mac/ ls: reading directory /share/CORP-SERVER/C$/Corp/User Files/xxx
2020 Aug 24
0
MultiDatabase shard count limitations
On Mon, Aug 24, 2020 at 05:58:02AM +0000, Eric Wong wrote: > Olly Betts <olly at survex.com> wrote: > > Can prof report time for a function including things it calls? > > callgraph? Attached is a profile the output of "perf report -g" > with callgraph info. I'm no perf expert, either, but slowly > learning more as I go along... The list seems to have
2014 Nov 26
2
[LLVMdev] crash with large structure values on the stack
Hello, This example input crashes if you run it through llc on x86. [begin example] ; ModuleID = 'test' %struct_2 = type { [90000 x %struct_1] } %struct_1 = type { i8 } define void @testFcn(%struct_2 %in1) { testFcn_entry: %in1_ = alloca %struct_2 store %struct_2 %in1, %struct_2* %in1_, align 8 %localStruct_ = alloca %struct_2 store %struct_2 %in1, %struct_2* %localStruct_,
2011 Jan 07
9
Various Questions
On Fri 07 January 2011 08:14:17 Hubert Kario wrote: > I''d suggest at least > mkfs.btrfs -m raid1 -d raid0 /dev/sdc /dev/sdd > if you really want raid0 I don''t fully understand -m or -d. Why would this make a truer raid0 that with no options? Is it necessary to use fdisk on new drives in creating a BTRFS multi-drive array? Or is this all that''s needed: #
2002 Jan 11
1
vorbis.acm of a new version was placed
Hello. Mr. Miller Dan and Everybody of vorbis-dev. I am the author of Japanese version vorbis.acm. The answer becomes very late and I am sorry about that. vorbis.acm of a latest version was placed, in the following place. And this release includes a source code. This release does not include the document of English. However, that it is included from now on is being evaluated.
2010 Sep 24
3
Any zfs fault injection tools?
Folks, Command "zpool status" reports disk status that includes read errors, write errors, and checksum errors. These values have always been 0 in our test environment. Is there any tool out there that can corrupt the state? At the very least, we should be able to write to the disk directly and mess up the checksum. Thank you in advance for your help. Regards, Peter -- This message
2008 Aug 26
1
Chinese Font Display Problem in WINE
Hi all, I'm having this problem in applications running in WINE, including the native notepad: The menu text are shown properly in Chinese. I can type and read Chinese in the application. But all the buttons, dropdown lists, etc. are not showing Chinese fonts properly (all became blank squares). I'm attaching a screen shot to better explain the situation. The command line I used to