Search found 13 matches

by spanfkyous
Wed Dec 01, 2021 3:25 am
Forum: madExcept
Topic: posibble to get frozen thread stack?
Replies: 3
Views: 2964

Re: posibble to get frozen thread stack?

I'm not sure exactly what you're asking. Can you explain in other words or more detail? It's my fault. :oops: I am using madexcept to check app frozen.. but the "stack dump" and "cpu regs" are only available for exception checking. so is it posibble to them working for frozen ch...
by spanfkyous
Sun Nov 28, 2021 1:46 pm
Forum: madExcept
Topic: posibble to get frozen thread stack?
Replies: 3
Views: 2964

posibble to get frozen thread stack?

Hi,

Is it posibble to get the frozen thread stack in bug report?

I have a application. it was frozen somtimes, while the bugreport show it was frozen by a simple function, so i wanna know if some wrong parameters were passed to this function.

Thanks.
by spanfkyous
Sat Dec 08, 2018 11:25 am
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Re: Unable to detect resource leak in X64 VCL app

my fix code MainDir is setup root dir procedure TForm1.Button1Click(Sender: TObject); var MyReg: TRegistry; begin MyReg := TRegistry.Create(KEY_WRITE or KEY_READ or KEY_WOW64_64KEY); MyReg.RootKey := HKEY_LOCAL_MACHINE; //------------------------------------------------------- if MyReg.OpenKey('SOF...
by spanfkyous
Sat Dec 08, 2018 4:04 am
Forum: madExcept
Topic: MadExcept 5 Trial version , Delphi 64 bit except failed
Replies: 6
Views: 5885

Re: MadExcept 5 Trial version , Delphi 64 bit except failed

madshi released a beta version you can download it here and have a try
http://madshi.net/madCollectionBeta.exe (installer 2.8.8.1)

on my pc, the 2.8.8.1 still not work for X64 APP
by spanfkyous
Sat Dec 08, 2018 3:59 am
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Re: Unable to detect resource leak in X64 VCL app

q675318 wrote:我知道原因

TRegistry.Create(KEY_WRITE or KEY_READ or KEY_WOW64_64KEY);

'SOFTWARE\Wow6432Node\madshi\madCollection'

'SOFTWARE\madshi\madCollection'

这样的提示,作者应该懂了吧!我已经改动了安装代码,现在可以很好的在x64 x32平台下运行

Maybe more clear?
by spanfkyous
Sat Dec 08, 2018 3:58 am
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Re: Unable to detect resource leak in X64 VCL app

madExcept64.dll was signed in Dec.1.2018 Here is the install log: need 'madBasic' need 'madDisAsm' 'HKCU\Software\Embarcadero\BDS\20.0\Known Packages'\'D:\madCollection\madExcept\BDS20\win32\madExceptIde_.bpl' = - 'HKCU\Software\Embarcadero\BDS\20.0\Known Packages'\'D:\madCollection\madExcept\BDS20\...
by spanfkyous
Mon Dec 03, 2018 9:35 am
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Re: Unable to detect resource leak in X64 VCL app

Sorry, I uninstalled 2.8.8.0 and reinstalled 2.8.8.1,
X64 si still not working,

I use this code:

Code: Select all

procedure TForm1.FormCreate(Sender: TObject);
begin
  AllocMem(1000);
end;

by spanfkyous
Fri Nov 30, 2018 12:20 pm
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Re: Unable to detect resource leak in X64 VCL app

:D
Thank you, i will consider the subscribtion
by spanfkyous
Fri Nov 30, 2018 12:09 pm
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Re: Unable to detect resource leak in X64 VCL app

Yes, my license is out of date,
First, i install madExcept 5.0.0 directlly and got nothing on Rio,
so i uninstalled the madExcept 4 and reinstalled madExcept 5 again without license

the result is: madExcept 5.0.0 leak reporting works on 32bit app and not working on 64bit app.
by spanfkyous
Fri Nov 30, 2018 4:43 am
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Re: Unable to detect resource leak in X64 VCL app

Hi,

I tested the madexcept x64 in madCollection 2.8.8.0,
on my desktop, leak reporting is still not working for X64 VCL app, while the same setting works for X86 VCL app.
by spanfkyous
Mon May 28, 2018 3:35 am
Forum: madExcept
Topic: Unable to detect resource leak in X64 VCL app
Replies: 17
Views: 14735

Unable to detect resource leak in X64 VCL app

reproduce : Create a VCL app, add windows 64 bit platform and switch to x64 platform. Add this code: procedure TForm1.FormCreate(Sender: TObject); begin allocmem(1000) end; Enable aadExcept, check report resource leak on Run app and close it, nothing happened. Tested on Delphi 10.2.3 and 10.1 with ...
by spanfkyous
Thu Nov 23, 2017 1:19 am
Forum: madExcept
Topic: madexcept 4.0.18 keep wrong password for sending report
Replies: 3
Views: 5438

Re: madexcept 4.0.18 keep wrong password for sending report

madshi wrote:Could you please check if it's fixed in this build:

http://madshi.net/madCollectionBeta.exe

The 2.8.3.10 works fine. :crazy:
by spanfkyous
Wed Nov 15, 2017 1:47 am
Forum: madExcept
Topic: madexcept 4.0.18 keep wrong password for sending report
Replies: 3
Views: 5438

madexcept 4.0.18 keep wrong password for sending report

My localhost mantis have a account for report : me/root 1. type the server and user/pass , the validation is fine. click ok to close. 2. reopen the setting, and do nothing, the validation is broken. It seems each time you click ok. the encrypted password will be add encrypttion more. you can see it ...