Ah. That makes more sense then. I thought MadKernel was a core piece of MadExcept.
Turns out it's a thing I never used.
Search found 21 matches
- Mon Nov 02, 2020 7:27 pm
- Forum: madRemote
- Topic: Why does MadExcept 5.1 depend on MadRemote?
- Replies: 2
- Views: 2701
- Mon Nov 02, 2020 5:57 pm
- Forum: madRemote
- Topic: Why does MadExcept 5.1 depend on MadRemote?
- Replies: 2
- Views: 2701
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?...
- Tue Dec 15, 2015 2:48 pm
- Forum: madExcept
- Topic: madExcept crashes when run inside IIS Express.
- Replies: 3
- Views: 2214
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...
- Mon Nov 30, 2015 5:26 pm
- Forum: madExcept
- Topic: madExcept crashes when run inside IIS Express.
- Replies: 3
- Views: 2214
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...
- Mon Jun 08, 2015 3:50 pm
- Forum: madExcept
- Topic: Is there a compare between MadExcept and Eurekalog
- Replies: 8
- Views: 11851
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
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
- Mon Jun 08, 2015 3:44 pm
- Forum: madExcept
- Topic: Fix suggestion madExcept.pas method HttpUpload
- Replies: 3
- Views: 2582
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
Warren
- Mon Jun 08, 2015 3:42 pm
- Forum: madExcept
- Topic: - detect at compile-time that madExcept is enabled in RAD
- Replies: 9
- Views: 9873
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
Warren
- Mon Jun 08, 2015 3:35 pm
- Forum: madExcept
- Topic: Performance issues when lots of silent exceptions are raised
- Replies: 15
- Views: 11130
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...
- Wed May 13, 2015 8:56 pm
- Forum: madExcept
- Topic: Fix suggestion madExcept.pas method HttpUpload
- Replies: 3
- Views: 2582
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...
- Tue Jan 20, 2015 7:12 pm
- Forum: madExcept
- Topic: Suggested bugfix - SSL should be True when url = https.
- Replies: 1
- Views: 1774
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...
- Wed Jan 14, 2015 10:44 pm
- Forum: madExcept
- Topic: Uploading Via PHP - The missing documentation.
- Replies: 1
- Views: 1730
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...
- Wed Jun 25, 2014 2:15 pm
- Forum: madExcept
- Topic: Suggestion: add a dictated 'Copy to clipboard' button
- Replies: 4
- Views: 2580
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.
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.
- Wed Jun 25, 2014 2:14 pm
- Forum: madExcept
- Topic: MadExcept in 64 bit ISAPI.DLL in IIS7 : Maybe a sandbox?
- Replies: 4
- Views: 3856
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.
Our problems were general low level corruption of the heap, or a completely invalid stack contents or stack pointer.
- Wed Jun 25, 2014 2:11 pm
- Forum: madExcept
- Topic: How does MadExcept Open Email on Win8
- Replies: 3
- Views: 2718
Re: How does MadExcept Open Email on Win8
Essentially MAPI is a malware vector, and some versions of Microsoft Outlook have a "UAC prompt" attached to MAPI. For this and other reasons, I DO NOT RECOMMEND using MAPI interface with mad-except any more. I do not recommend SMTP (or any other thing that is Not on port 80) because of th...
- Fri Jun 06, 2014 2:16 pm
- Forum: madExcept
- Topic: MadExcept in 64 bit ISAPI.DLL in IIS7 : Maybe a sandbox?
- Replies: 4
- Views: 3856
Re: MadExcept in 64 bit ISAPI.DLL in IIS7 : Maybe a sandbox?
Okay, just for reference, the exception stack trace above should have produced output like this, and only the FIRST line works, so I'm seeing "02a3d831 +055 PRISAPI.DLL ServerInfoService_Impl 75 +2 TServerInfoService.GenerateServerException" and that's it. thread $c6c: 02a3d831 +055 PRISAP...