Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Printing / Faxing / Scanning > What does autochk.exe do?

Reply
Thread Tools Display Modes

What does autochk.exe do?

 
 
TheOne
Guest
Posts: n/a

 
      02-15-2011
One of my application calls EnumPrinter API. It hangs on
a PC and exact hanging point is that EnumPrinter call.
Namely, EnumPrinter called and it doesn't return.

I checked the call stack of the thread when it hanged and
found a call via autochk.exe!0xXX.
Call stack looked something like :
- - - -
ntkrnlpa.exe!Something+0xXX
..
ntdll.dll!Something+0xXX
autochk.exe+0xXX
...
MyApp.exe!EnumPrinter+0xXX
- - - -
Why should autochk.exe be there? What does it do?
Could it be an virus?

Thanx.

--
Daewon YOON
 
Reply With Quote
 
 
 
 
Tony
Guest
Posts: n/a

 
      02-15-2011
TheOne <> wrote:
>One of my application calls EnumPrinter API. It hangs on
>a PC and exact hanging point is that EnumPrinter call.
>Namely, EnumPrinter called and it doesn't return.
>
>I checked the call stack of the thread when it hanged and
>found a call via autochk.exe!0xXX.
>Call stack looked something like :
>- - - -
> ntkrnlpa.exe!Something+0xXX
> ..
> ntdll.dll!Something+0xXX
> autochk.exe+0xXX
> ...
> MyApp.exe!EnumPrinter+0xXX
>- - - -
>Why should autochk.exe be there? What does it do?
>Could it be an virus?
>
>Thanx.
>
>--
>Daewon YOON


It is a Microsoft function.
See http://www.processlibrary.com/direct...autochk/24826/
Tony

 
Reply With Quote
 
TheOne
Guest
Posts: n/a

 
      02-17-2011
On Feb 15, 4:47*pm, Tony <lizandtony at orcon dot net dot nz> wrote:
> TheOne <daewon.y...@gmail.com> wrote:
> >One of my application calls EnumPrinter API. It hangs on
> >a PC and exact hanging point is that EnumPrinter call.
> >Namely, EnumPrinter called and it doesn't return.

>
> >I checked the call stack of the thread when it hanged and
> >found a call via autochk.exe!0xXX.
> >Call stack looked something like :
> >- - - -
> > ntkrnlpa.exe!Something+0xXX
> > ..
> > ntdll.dll!Something+0xXX
> > autochk.exe+0xXX
> > ...
> > MyApp.exe!EnumPrinter+0xXX
> >- - - -
> >Why should autochk.exe be there? What does it do?
> >Could it be an virus?

>
> >Thanx.

>
> >--
> >Daewon YOON

>
> It is a Microsoft *function.
> Seehttp://www.processlibrary.com/directory/files/autochk/24826/
> Tony


I also read that explanation. What I don't really understand is that
some part of the autochk.exe code is shown in the stack of
one of myapp.exe's stack. autochk.exe is not executed at all.
It looks like autochk.exe is loadlibrary'ed like an dll, when myapp
is not explicitely loaded the exe.

Could anybody give me an answer or guess?

--
Daewon YOON
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Autochk.exe Corrupt uvbogden Windows Vista Performance 1 07-06-2007 05:54 AM
chkdsk on Vista Michael Windows Vista Performance 5 07-03-2007 07:04 AM
Scan Disk does not run on startup Jeff Windows Vista Performance 10 06-06-2007 10:46 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59