Page 1 of 1

Problems after upgrade madCollection to 2.7.7

Posted: Thu Oct 03, 2013 5:22 pm
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

Re: Problems after upgrade madCollection to 2.7.7

Posted: Thu Oct 03, 2013 5:42 pm
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.

Re: Problems after upgrade madCollection to 2.7.7

Posted: Thu Oct 03, 2013 8:46 pm
by madshi
Does this build fix the problem?

http://madshi.net/madCollection.exe (2.7.7.2)

Re: Problems after upgrade madCollection to 2.7.7

Posted: Fri Oct 04, 2013 4:58 pm
by cvsoft
Yes! Problem solved!

Thank you very much!

Daniel Dummer