it looks like it's a worm. see these pages...
http://en.allexperts.com/q/Windows-XP-3282/restart-laptop.htm
Questionmy laptop restarts unexpectedly. I get the following error message. status code 1073741819. I have windows professional.
The following links are to the microsoft support pages where this should help you fix your problem:
http://support.microsoft.com/kb/300038/en-us
http://support.microsoft.com/kb/306497/en-us
Services.exe terminated unexpectedly and Status Code -1073741819
Windows XP Support
http://forums.techarena.in/windows-xp-support/576374.htm
The error: "C:\Windows\system32\lsass.exe terminated unexpectantly with status code - 1073741819"
http://smallvoid.com/article/winnt-sasser-lsa-exploit.html
*******THIS ONE IS MARKED SOLVED**********Mar 17, 2010 -
Re: Qt-creator - Exited with code -1073741819. SOLVED
I'm posting my solution in the hope that this will save others the trouble I had.
Re: Qt-creator - Exited with code -1073741819. SOLVED
by Gib Bogleon 2010-03-17T22:55:49+00:00.
I'm posting my solution in the hope that this will save others the trouble I
had. It turns out that if, like me, you have other compilers installed, it may
be necessary to prevent qmake and/or the Qt build programs from seeing them. I
do this by editing the Build Environment thus:
(1) Unset LIBRARY-PATH
(2) Edit PATH so that it includes only the two Qt paths, i.e.
D:Qt2010.02.1mingwbin;D:Qt2010.02.1qtbin;
With these changes all works as expected - i.e. very well. :-)
http://www.listware.net/201003/qt-creator/54182.html
good luck! i would go thru all t he microsoft articles first.