Click here to Skip to main content
15,886,873 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
Andre Oosthuizen9-Jul-23 3:39
mveAndre Oosthuizen9-Jul-23 3:39 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg9-Jul-23 8:49
charlieg9-Jul-23 8:49 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
Randor 9-Jul-23 9:51
professional Randor 9-Jul-23 9:51 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg10-Jul-23 2:13
charlieg10-Jul-23 2:13 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg12-Jul-23 0:48
charlieg12-Jul-23 0:48 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
jschell12-Jul-23 5:28
jschell12-Jul-23 5:28 
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg12-Jul-23 7:51
charlieg12-Jul-23 7:51 
AnswerRe: Working with a service, how to debug? Instant memory fault Pin
jschell10-Jul-23 3:44
jschell10-Jul-23 3:44 
charlieg wrote:
C000005s to death


Memory error.

Standard problem. The environment is different so the execution flow is different. It didn't show up before because you got lucky. Now it does. If you have a testing framework you can use a memory check library to debug.

Other than that you might also want to set it up for a delayed start. Or better if there are other dependent services make sure those are in the dependency list. The start up order is not deterministic unless explicit ordering is in place.
GeneralRe: Working with a service, how to debug? Instant memory fault Pin
charlieg11-Jul-23 23:31
charlieg11-Jul-23 23:31 
Questionworking with C++ includes and examining header files used in LLVM Pin
ngochuyen binhhoa5-Jul-23 16:53
ngochuyen binhhoa5-Jul-23 16:53 
QuestionRe: working with C++ includes and examining header files used in LLVM Pin
CPallini5-Jul-23 21:43
mveCPallini5-Jul-23 21:43 
AnswerRe: working with C++ includes and examining header files used in LLVM Pin
Richard MacCutchan5-Jul-23 21:48
mveRichard MacCutchan5-Jul-23 21:48 
GeneralRe: working with C++ includes and examining header files used in LLVM Pin
jschell6-Jul-23 5:25
jschell6-Jul-23 5:25 
GeneralRe: working with C++ includes and examining header files used in LLVM Pin
Richard MacCutchan6-Jul-23 5:35
mveRichard MacCutchan6-Jul-23 5:35 
QuestionBoolean gates. Part 2 Pin
Calin Negru5-Jul-23 4:17
Calin Negru5-Jul-23 4:17 
AnswerRe: Boolean gates. Part 2 Pin
Mircea Neacsu5-Jul-23 4:36
Mircea Neacsu5-Jul-23 4:36 
GeneralRe: Boolean gates. Part 2 Pin
jeron15-Jul-23 4:52
jeron15-Jul-23 4:52 
AnswerRe: Boolean gates. Part 2 Pin
trønderen5-Jul-23 5:10
trønderen5-Jul-23 5:10 
GeneralRe: Boolean gates. Part 2 Pin
harold aptroot5-Jul-23 6:31
harold aptroot5-Jul-23 6:31 
GeneralRe: Boolean gates. Part 2 Pin
Calin Negru5-Jul-23 8:02
Calin Negru5-Jul-23 8:02 
GeneralRe: Boolean gates. Part 2 Pin
harold aptroot5-Jul-23 10:09
harold aptroot5-Jul-23 10:09 
GeneralRe: Boolean gates. Part 2 Pin
Calin Negru5-Jul-23 23:33
Calin Negru5-Jul-23 23:33 
AnswerRe: Boolean gates. Part 2 Pin
PIEBALDconsult5-Jul-23 7:11
mvePIEBALDconsult5-Jul-23 7:11 
AnswerRe: Boolean gates. Part 2 Pin
CPallini5-Jul-23 20:35
mveCPallini5-Jul-23 20:35 
GeneralRe: Boolean gates. Part 2 Pin
Calin Negru7-Jul-23 0:36
Calin Negru7-Jul-23 0:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.