Search found 7 matches

by anders
Thu Dec 23, 2021 8:36 pm
Forum: madExcept
Topic: Delphi 11 - Alexandria
Replies: 31
Views: 65747

Re: Delphi 11 - Alexandria

Mathias,

Even if you have nothing new to report, for whatever reason, you can at least post that fact - regularly. Lack of communication is a sure way to lose your customers.
by anders
Tue Mar 21, 2017 9:32 pm
Forum: madExcept
Topic: Message pump in HandleException() causes unwanted recursion
Replies: 6
Views: 9355

Re: Message pump in HandleException() causes unwanted recurs

Oh, and by the way:
madshi wrote:I understand your point of view. But please understand that in more than 15 years of madExcept, you're the first user who complains about this specific problem.
Not quite:
HiddenExceptionHandler calling DispatchMessage
by anders
Fri Mar 17, 2017 2:12 pm
Forum: madExcept
Topic: Message pump in HandleException() causes unwanted recursion
Replies: 6
Views: 9355

Re: Message pump in HandleException() causes unwanted recurs

...But on the other hand, there are many many much less serious exceptions, like the user entering a string in a number-only edit field, or a failure to open a file or things like that. In such situations the application should not stop being responsive! Less serious exceptions , such as invalid in...
by anders
Mon Oct 10, 2016 11:41 pm
Forum: madExcept
Topic: LoadLibrary('winhttp.dll') causes access violation
Replies: 3
Views: 5514

Re: LoadLibrary('winhttp.dll') causes access violation

Reproduced on Win7SP1 and Win10r1607 It appears that the problem is caused by BitDefender anti-virus. The exception occurs inside kernel32.LoadLibrary but the stack reveals that BitDefender has hooked into it. The exception is caught and handled before LoadLibrary returns so it doesn't appear to cau...
by anders
Mon Oct 10, 2016 1:27 pm
Forum: madExcept
Topic: Message pump in HandleException() causes unwanted recursion
Replies: 6
Views: 9355

Re: Message pump in HandleException() causes unwanted recurs

I'm afraid my position is that neither the design of the VCL or my application is at fault here. Your justification for the message loop isn't really relevant to the problem I'm reporting (hidden exception handler), but I'll address the use of the message loop anyway and get back to the original pro...
by anders
Wed Oct 05, 2016 3:48 pm
Forum: madExcept
Topic: LoadLibrary('winhttp.dll') causes access violation
Replies: 3
Views: 5514

LoadLibrary('winhttp.dll') causes access violation

I've found that posting bug reports via http consistently causes an access violation in TWinHttp.Create's call to LoadLibrary('winhttp.dll'). It's been a while since I researched the cause but AFAIR the library needs to be loaded from the main thread in order to avoid the problem. Consequently I hav...
by anders
Wed Oct 05, 2016 2:35 pm
Forum: madExcept
Topic: Message pump in HandleException() causes unwanted recursion
Replies: 6
Views: 9355

Message pump in HandleException() causes unwanted recursion

I've just discovered that there's a message pump in the HandleException() function. This is really unfortunate as it has caused quite a few errors in one of our applications. We have registered a "hidden" exception handler using RegisterHiddenExceptionHandler() in order to log handled exce...