Re: Program crashes when running it outside dev environment
z wrote:
I use Visual C 2005 to develop my programs. One in particular is
crashing in very specific and hard to replicate situations, made worse
by the fact it only crashes when run -outside- the dev - as an exe,
not from the Debug option. If I try to launch the debug on the
crashing program, it'll close before the debugger opens. Any
suggestions as to how I should proceed? Thanks in advance.
1) You should learn how to debug. The first rule is:
READ THE DOCUMENTATION.
Your compiler can spring into action with its debugger
when a crash occurs. Set it up to do that, and then you
will find the reason of the crash.
2) When you find the source code of the crash you will probably
notice that you are experiencing the consequences of the bug,
not a direct cause of the bug itself. Beware of quick
conclusions.
.
Relevant Pages
- Re: XFS: how to NOT null files on fsck?
... >> disk state on crash might be that the data update was done and the ... Application crashing? ... I don't think that the performance implications are large in typical ... BTW, the way my current hardware acts up, system crashes are more ... (Linux-Kernel) - Re: smsexec.exe faulting module kernel32.dll
... The crash is basically telling you that it is the SMS_STATUS_MANAGER ... crashing the SMS_Executive service and then it also gives you the thread ID ... crash is it consistent with the Thread ID or does it change? ... >>> Opened a change notification handle for directory ... (microsoft.public.sms.misc) - Re: Obama wins another one
... suppliers time to organise themselves and find other customers. ... If someone's entire business relies on GM not crashing, then they need to crash, too. ... If a local government's viability relies on GM not crashing, then it needs to crash, too. ... (alt.smokers.cigars) - Re: icedove continues to crash regularly
... On 02/19/08 06:10, Adam Hardy wrote: ... you posted with icedove from etch. ... Doesn't look like that bug. ... I remember I had a problem like this a couple of years ago with the mozilla suite email reader, which kept crashing every time I opened a mangled Russian or Korean spam email, and unfortunately it was completely unreproducible and was never solved by the mozilla bug squashers. ... (Debian-User) - Re: MS Office 2008
... but not on a Mac :-) ... Is the crashing associated with any particular document, ... Is there any specific event or command that seems to trigger the crash? ... Provide complete descriptive responses & ... (microsoft.public.mac.office.word) |
|