Search found 8 matches

by x3mike
Tue Apr 09, 2019 7:08 am
Forum: madExcept
Topic: Call Stack
Replies: 1
Views: 3246

Call Stack

Hello,

is it possible to create a call stack log without an exception? I want to log on special situations within a dll.

Thanks,
Michael
by x3mike
Wed Sep 19, 2018 12:13 pm
Forum: madExcept
Topic: madExcept Support for Linux servers
Replies: 3
Views: 5737

madExcept Support for Linux servers

Hello, are there actual plans to support linux servers with madExcept? Maybe a "smaller" version with just stack tracing? Or is it possible to extract the stack tracing by my own? This would be really great. Yesterday I had to find a small bug causing an exception and had to place lots of ...
by x3mike
Tue Aug 01, 2017 6:14 am
Forum: madExcept
Topic: SendInBackground option changes email content
Replies: 4
Views: 5243

Re: SendInBackground option changes email content

Hello,

maybe I have not been clear. When I add the line

Code: Select all

exceptIntf.SendInBackground := False;
before sending the report, the email does not contain any attachment but the bugreport as body. Whithout this line the mail is created with an attachment andn the predefined body text.

Thanks,
Michael
by x3mike
Thu Jul 27, 2017 10:47 am
Forum: madExcept
Topic: SendInBackground option changes email content
Replies: 4
Views: 5243

Re: SendInBackground option changes email content

we use the setting "use local mail client". Both checkboxes "via MAPI" and "via mailto" are checked.

Regards,
Michael
by x3mike
Thu Jul 27, 2017 9:50 am
Forum: madExcept
Topic: Question: How is the allocated memory calculated?
Replies: 3
Views: 4197

Re: Question: How is the allocated memory calculated?

madshi wrote:I'm looping through the process address range with VirtualQuery and count all commited memory pages which don't belong to the EXE or to a DLL.

Code see madExcept.GetProcessMemInfo.
Thank you. Do you know, what the Task Manager shows about the memory consumption?
by x3mike
Wed Jul 26, 2017 6:34 pm
Forum: madExcept
Topic: Question: How is the allocated memory calculated?
Replies: 3
Views: 4197

Question: How is the allocated memory calculated?

Hello, how is the allocated memory calculated? A comparison shows a difference between the reported memory consumption and the memory sets shown in the Windows Task Manager. allocated memory : 199,61 MB largest free block : 694,60 MB exec. date/time : 2017-07-26 17:58 version : 1.0.6416.62736 compil...
by x3mike
Wed Jul 26, 2017 4:19 pm
Forum: madExcept
Topic: SendInBackground option changes email content
Replies: 4
Views: 5243

SendInBackground option changes email content

Hello, we use an own event handler with a specialized form for displaying bugreports. When the user selects to send the bug report procedure ktExceptEventHandler(const exceptIntf: IMEException; var Handled: boolean); var ... begin if exceptIntf.CrashedThreadId = MainThreadID then begin ... // if chk...
by x3mike
Fri Apr 26, 2013 1:04 pm
Forum: madExcept
Topic: madExceptPatch on IDE compile is not always performed
Replies: 10
Views: 14698

madExceptPatch on IDE compile is not always performed

Hello, I have a strange problem, when I compile some larger project of mine, the exe is not patched after the compilation within the IDE all the time. This results in not bugreport handled exceptions. When I manually use "madExceptPatch" afterwards the exe gets patched and madExcept works ...