silent crash wwindows XP

delphi package - automated exception handling
Post Reply
gcb
Posts: 3
Joined: Thu Jan 26, 2006 2:50 pm

silent crash wwindows XP

Post by gcb »

Hello,


I using MadExcept for debugging program make with Builder C++ 5

With other PC (with XP), if using the program compiled normally, i don't have error but if using program compiled with MadExcept, i have a silent crash.

The windows XP is new windows and my program don't use a specific dll.

You have any solution or tools for find the problem ?

thank you
gcb
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

What exactly do you mean with "silent crash"? Can you give me some more details, please?

Have you installed all BCB5 update packs?
Can you reproduce the problem in a test project?

Thanks...
gcb
Posts: 3
Joined: Thu Jan 26, 2006 2:50 pm

Post by gcb »

I have all update of Builder C++ available into www.borland.com

The program start and after a time , the program is killed into task manager , no visible.

Gilles
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Can you reproduce the problem in a test project?
gcb
Posts: 3
Joined: Thu Jan 26, 2006 2:50 pm

Post by gcb »

No, this program is in customer. and the problem also :-(

I test with other tools like doctor watson and windbg
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Now this is a problem. If it only occurs on one of your customer's PCs, then it's nearly impossible for me to analyze... :(

I guess what you could do is (if you're using madExcept 3) to enable a switch in your options to turn madExcept off. If that switch is set, call "PauseMadExcept" to stop madExcept. Then the program should run fine on that one customer's PC. I've really no idea where the problem could come from, though.
Post Reply