Problems after upgrade madCollection to 2.7.7

contains all delphi packages mentioned below
Post Reply
cvsoft
Posts: 2
Joined: Thu Oct 03, 2013 5:07 pm

Problems after upgrade madCollection to 2.7.7

Post by cvsoft »

Hi, yesterday I've updated my madExcept installation with the new madCollection installer version 2.7.7 on Delphi 2010.

After this update, everytime I run my application, some threads show an Access Violation error on System's BeginThread function.
The error is raised inside the debugger at line 13614:

Code: Select all

Result := CreateThread(SecurityAttributes, StackSize, @ThreadWrapper, P, CreationFlags, ThreadID);
To check, I disabed madException from my project options and then I ran the program again, having no errors.

Any instructions on how to resolve this?

Thanks in advantage
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Problems after upgrade madCollection to 2.7.7

Post by madshi »

I've had 2 other customers report similar problems. But so far they couldn't reproduce the problem with a very simple test program, as a result I've not been able to reproduce the problem on my own PC. Do you see any chance of providing me with a small test project which would show this crash on my PC? If so, I could fix it in a couple of minutes, probably.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Problems after upgrade madCollection to 2.7.7

Post by madshi »

Does this build fix the problem?

http://madshi.net/madCollection.exe (2.7.7.2)
cvsoft
Posts: 2
Joined: Thu Oct 03, 2013 5:07 pm

Re: Problems after upgrade madCollection to 2.7.7

Post by cvsoft »

Yes! Problem solved!

Thank you very much!

Daniel Dummer
Post Reply