Search found 23 matches

by wpostma
Thu Oct 28, 2021 7:40 pm
Forum: madExcept
Topic: Delphi 11 - Alexandria
Replies: 31
Views: 65013

Re: Delphi 11 - Alexandria

11.0 non-beta real soon?
by wpostma
Thu May 20, 2021 9:17 pm
Forum: madExcept
Topic: Did madExcept cause this exception?
Replies: 3
Views: 5187

Re: Did madExcept cause this exception?

What would cause Madexcepts' line 17490 to raise at the cmp ebx, esp? function CallThreadProcSafe(threadProc, param: pointer) : dword; stdcall; // protect the stack, just in case the thread function is incorrect asm push ebx mov ebx, esp mov eax, [ebp+$c] push eax mov eax, [ebp+$8] call eax // if ev...
by wpostma
Mon Nov 02, 2020 7:27 pm
Forum: madRemote
Topic: Why does MadExcept 5.1 depend on MadRemote?
Replies: 2
Views: 9167

Re: Why does MadExcept 5.1 depend on MadRemote?

Ah. That makes more sense then. I thought MadKernel was a core piece of MadExcept.

Turns out it's a thing I never used.
by wpostma
Mon Nov 02, 2020 5:57 pm
Forum: madRemote
Topic: Why does MadExcept 5.1 depend on MadRemote?
Replies: 2
Views: 9167

Why does MadExcept 5.1 depend on MadRemote?

Something odd here. What is MadRemote and is it a thing for which source is not shipped? I always like to build my packages from source and in MadExcept 5.1 I can't build them from source, because madRemote_ is not found when trying to build madexcept 5.1's packages from source. Is this intentional?...
by wpostma
Tue Dec 15, 2015 2:48 pm
Forum: madExcept
Topic: madExcept crashes when run inside IIS Express.
Replies: 3
Views: 4028

Re: madExcept crashes when run inside IIS Express.

Yes, IRSection is nil, and so the EnterCriticalSection fails. Okay it seems that I had a case where mySettings.Enabled = False. In such a case, this crash occurs. May I suggest that you either simply EXIT if mySettings.Enabled=false from InterceptHttpExtensionProc, or avoid hooking it at all, in tha...
by wpostma
Mon Nov 30, 2015 5:26 pm
Forum: madExcept
Topic: madExcept crashes when run inside IIS Express.
Replies: 3
Views: 4028

madExcept crashes when run inside IIS Express.

I am trying to debug a Delphi ISAPI DLL which in production has been working fine with full IIS (w3wp.exe). However if I run from IIS Express (32 bit) with a 32 bit ISAPI DLL, and madexcept is enabled in my dll, I get an access violation/crash at startup with this callstack, in the context of functi...
by wpostma
Mon Jun 08, 2015 3:50 pm
Forum: madExcept
Topic: Is there a compare between MadExcept and Eurekalog
Replies: 8
Views: 14748

Re: Is there a compare between MadExcept and Eurekalog

In my also-subjective opinion, I love MadExcept and do not like EurekaLog. Three reasons.

1. The Stability/Quality/Performance of MadExcept is all around better.

2. MadExcept bug report submission feature is better.

3. Support of MadExcept is better (Thanks Matthias).

Warren
by wpostma
Mon Jun 08, 2015 3:44 pm
Forum: madExcept
Topic: Fix suggestion madExcept.pas method HttpUpload
Replies: 3
Views: 4397

Re: Fix suggestion madExcept.pas method HttpUpload

There are TWO user and passwords. One is for HTTP Auth, and one is for BUG System Logins. This is the source of Your (and my) confusion.

Warren
by wpostma
Mon Jun 08, 2015 3:42 pm
Forum: madExcept
Topic: - detect at compile-time that madExcept is enabled in RAD
Replies: 9
Views: 12637

Re: - detect at compile-time that madExcept is enabled in RA

Of course, the person having the problem DOES have the MadExcept IDE wizard present in the IDE menus? I have never had this problem, it works fine for me.

Warren
by wpostma
Mon Jun 08, 2015 3:35 pm
Forum: madExcept
Topic: Performance issues when lots of silent exceptions are raised
Replies: 15
Views: 16473

Re: Performance issues when lots of silent exceptions are ra

This is causing me pretty severe performance pain as well. I have reverted to the prior madexcept version due to this. I am seeing much more expense than 0.4 msec. My early numbers suggest it's adding up to 50 or even 100 millisecond delay per exception. The greater time might be because in our case...
by wpostma
Wed May 13, 2015 8:56 pm
Forum: madExcept
Topic: Fix suggestion madExcept.pas method HttpUpload
Replies: 3
Views: 4397

Fix suggestion madExcept.pas method HttpUpload

The function HttpUpload has what seems to me a mistake. Hard coded string '' (empty string) is used instead of settings. Comment below marked FIX shows where empty string is changed to use the appropriate Setting value. The line here in HttpUpload is the one I've modified: with TWinHttp.Create(httpU...
by wpostma
Tue Jan 20, 2015 7:12 pm
Forum: madExcept
Topic: Suggested bugfix - SSL should be True when url = https.
Replies: 1
Views: 2922

Suggested bugfix - SSL should be True when url = https.

Suggested code fix: constructor TWinHttp.Create(const url: AnsiString; ssl: boolean; port: word; ignoreRedirect: boolean; const httpAuthUser, httpAuthPassword, bugTrackerUser, bugTrackerPassword: UnicodeString; const proxyServer, proxyBypass: AnsiString; const proxyUser, proxyPassword: UnicodeString...
by wpostma
Wed Jan 14, 2015 10:44 pm
Forum: madExcept
Topic: Uploading Via PHP - The missing documentation.
Replies: 1
Views: 2918

Uploading Via PHP - The missing documentation.

I think that the documentation should be a bit more clear, as regards the "Custom HTTP POST Script". Let's suppose someone doesn't want to use the Upload PHP sample from the documentations, or use PHP at all. I think that the custom MD5 hash stuff is a crazy implementation choice in the Up...
by wpostma
Wed Jun 25, 2014 2:15 pm
Forum: madExcept
Topic: Suggestion: add a dictated 'Copy to clipboard' button
Replies: 4
Views: 4408

Re: Suggestion: add a dictated 'Copy to clipboard' button

If anything there are already too many buttons.

We use only two buttons. SEND and CONTINUE.

Even so customers want the old [messagebox] + [OK] dialog box back at first. Really, users are such babies.
by wpostma
Wed Jun 25, 2014 2:14 pm
Forum: madExcept
Topic: MadExcept in 64 bit ISAPI.DLL in IIS7 : Maybe a sandbox?
Replies: 4
Views: 5650

Re: MadExcept in 64 bit ISAPI.DLL in IIS7 : Maybe a sandbox?

I can now report some good success with madExcept working FINE with IIS 7 on Windows 8.1 and Server 2012 R2, in 64 bit ISAPI.

Our problems were general low level corruption of the heap, or a completely invalid stack contents or stack pointer.