Re: Driver has problem on a Quad Core machine



What means "driver cannot be loaded into memory"?
If it does not crash, you can put some debug prints around, and run Sysinternals DebugView to see what's going.
Looking in the eventlog can be helpful too.
--PA


"steve" <3mwn8tbfrd19ph0@xxxxxxxxxxxxx> wrote in message news:<a01e2a0a-be0f-4da1-a27b-64f9941445bc@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>...
I have a kernel driver. Testers report that the driver cannot be
loaded into memory on one particular physical machine but runs well on
others including all virtual machines.Because this machine doesn't
have com port, so far I cannot connect kernel debugger onto it. Only
this machine has a Intel Quad Core Q6600 cpu. I think maybe this is
the reason of the problem. Anyone has such experience before?

Thanks for your help.

"steve" <3mwn8tbfrd19ph0@xxxxxxxxxxxxx> wrote in message news:a01e2a0a-be0f-4da1-a27b-64f9941445bc@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I have a kernel driver. Testers report that the driver cannot be
loaded into memory on one particular physical machine but runs well on
others including all virtual machines.Because this machine doesn't
have com port, so far I cannot connect kernel debugger onto it. Only
this machine has a Intel Quad Core Q6600 cpu. I think maybe this is
the reason of the problem. Anyone has such experience before?

Thanks for your help.

.



Relevant Pages

  • Re: [PATCH 0/24] make atomic_read() behave consistently across all architectures
    ... Even if you fixed gcc to actually convert it to a busy loop on a memory variable, you STILL HAVE A BUG as it may *NOT* be gcc that does the conversion, it may be that the CPU does the caching of the memory value. ... if atomics are based on based on spinlock+interrupt-disable then you will sit in a tight busy- ... So while I see no real reason for the "volatile" on the atomics, I also see no real reason why it's terribly harmful. ...
    (Linux-Kernel)
  • Re: Im building a new gaming PC, I was wondering if I could get some hints....
    ... The same memory modules will do. ... The reason I used the 4gb 2gb kit, is so that i wont waste money when ... because my motherboard only supports that kind... ... the 5 case fans, not fully needing to be annoying me all the time... ...
    (alt.comp.hardware.pc-homebuilt)
  • [PATCH -mm 1/5] Freezer: Document relationship with memory shrinking
    ... allocate memory after freeing it for the hibernation image, ... The majority of these are user space processes, but if any of the kernel threads ... The second reason is to prevent user space processes and some kernel threads ... +memory and we need to do that before ...
    (Linux-Kernel)
  • Re: [PATCH] Hugepages should be accounted as unevictable pages.
    ... I don't have any strong oppose reason, but I also don't have any strong ... I agree that hugepages are special in the sense that they are ... other locked memory. ... don't see a reason why should accounting not reflect that. ...
    (Linux-Kernel)
  • Re: Tuning Postgresql on FreeBSD 5.1
    ... Turn off the use of your memory disk for PG's temp files. ... Linux if things are slow on BSD. ... issues (if for no other reason than UFS+softupdates). ...
    (freebsd-performance)