Questions tagged [madexcept]

anything related to madExcept tool for exception handling in Delphi.

madExcept is an exception handling tool for Delphi. Whenever there's a crash/exception in your program, madExcept collect a lot of information which should help you to fix the bugs. It gives to the end user the possibility to send you a detailed bug report. madExcept can also help you to find memory/resource leaks.

learn more about it on madExcept site

34 questions
0
votes
2 answers

Catch unhandled exceptions from a different thread

I am writing an IPC application. I want to catch exceptions from process B silently and then send the exception details as string to process A. I am able to catch exceptions from main thread, but have problems to catch exceptions from a different…
stanleyxu2005
  • 8,081
  • 14
  • 59
  • 94
0
votes
1 answer

Can madExcept Freeze my Delphi Application?

I have a Delphi 5-based application using madExcept 3.0m. It appearantly freezes due to madExcept, a product whose quality I admire and thus don't usually blame for anything. Here's the code: AddLogEntry('ME_Settings'); try …
Gogowitsch
  • 1,181
  • 1
  • 11
  • 32
-1
votes
1 answer

Bug reporting upload script

I am using the php script that can be found here http://forum.madshi.net/viewtopic.php?f=4&t=26188 to report errors with mad except in my application. When I manually access the url I receive an empty mail so I guess it's fine but I've put the same…
opc0de
  • 11,557
  • 14
  • 94
  • 187
-1
votes
2 answers

Identify non released memory during runtime

How does one best identify memory not released properly during run time? I know of several programs that identifies allocated and non freed (leaked) memory when the application closes. But my issue seems to be that during the program execution…
inquam
  • 12,664
  • 15
  • 61
  • 101
1 2
3