> As soon as I want to open a file / project using ctrl+o or the menu entry > "open" creator crashes with the following message: > > terminate called after throwing an instance of 'std::bad_alloc' > what(): std::bad_alloc
Well that usually means out of memory. That's strange. Did you try cleaning the build directory and made sure no stale plugins are still left. If the crash still is present with a clean build try debugging where the std::bad_alloc exception is thrown. That is do a "break __cxa_throw" before running creator. > Is this a known issue? No. daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
