Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception during app init results in infinite recursion #19

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments
Open

Exception during app init results in infinite recursion #19

GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Check out bistro sample
svn://svn.hill30.com/bistro-framework/Examples/NoRecruiters-CS-D-NH/trunk
rev. 2651 and make sure it's working
2. Check out http://bistro-framework.googlecode.com/svn/Bistro/trunk
rev.286 and build it.
3. Copy bistro.core.dll you got in 2. to the bin of sample application.
4. Add UnhandledExceptionController and ApplicationStartController to the
sample app (ProcessRequest methods in both should be empty).
5. Run the application

Application fails to start, debug output contains multiple ("unlimited")
recursive transfers of control to the exception controller

Win XP SP3 but similar behavior is reproduced on other systems.

I'm not concerned w/ fix for the original exception, in this particular
case it's probably caused by mismatched dll versions, but I'm saying it
should not lead to stack overflow in Bistro. I've had similar results w/
other Bistro applications that had dll versioning or config issues. 

I've attached a zip file w/ repro project, please refer to stack.txt inside
it for exception details.

Original issue reported on code.google.com by prida...@gmail.com on 3 Feb 2010 at 5:34

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant