-
Notifications
You must be signed in to change notification settings - Fork 213
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
errror : bad allocation #175
Comments
I did not encounter such a problem yet. |
Thanks. I try to find the reason that the size of IFC file is out of the range(type:int).therefore, the datatype is modified to the datatype of size_t and can solve the little bug. |
I have a similar issue in debug mode. I use this library in my project. If I read a big file first the program crashes. If I read a small file first it works, and if I read a large file after that it also works. |
Hi,
I cannot load a big IFC file ( about 2.0GB) by SimpleViewerExampleQt, and send a message 'Error : bad allocation'. Do you know how to solve it ? Thanks :)
The text was updated successfully, but these errors were encountered: