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

Assimp import throws StackoverflowException can't be caught by try/catch in .NET env #31

Open
ytaous opened this issue Oct 5, 2016 · 2 comments

Comments

@ytaous
Copy link

ytaous commented Oct 5, 2016

Using .NET dll (from NuGet), from time to time we are getting exception that can't be caught by try/catch. StackoverflowException is one example - https://msdn.microsoft.com/en-us/library/system.stackoverflowexception(v=vs.110).aspx You can download the mode from http://static.tf3dm.com/models/c3dc953mnm68-Colloseum-by-William.zip to repro the issue.

We also found other uncaughtable exception. Here is the details:

FatalExecutionEngineError occurred HResult=-2146233082 Message=Exception of type 'System.ExecutionEngineException' was thrown. InnerException:

http://static.tf3dm.com/models/1/b6193a6p5m2o-Glass_Sparkling_Water.rar

Can all these exceptions be handled by assimp code? In our continuous process, it would stop when this kind of exception triggered.
Thanks.
-Ethan

@chuggafan
Copy link

StackOverflow errors can't be caught no matter what, if you can change the code where it's failing if you follow the call trees then you can fix it yourself, I for one would love to see this repo updated to the newest ASSIMP versions, but it seems like this project has been completely abandoned

@Starnick
Copy link

Starnick commented Nov 7, 2016

No, it's just that I don't use github (and also I've been busy with other projects):

https://bitbucket.org/Starnick/assimpnet

I'm visiting a bunch of defects and eventually I want to work towards updating to the latest native.

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

No branches or pull requests

3 participants