Lindeijer Thorbjorn (Nokia-D-Qt/Berlin) wrote: > ext Dale Marchand wrote: >> Hi, >> >> I'm using the current git master version >> (5b6ab144c6cabd8d01a5974fe66a0a5be72050a7) and am getting a crash >> whenever I try to add the first double quotes of an #include directive >> >> i.e. >> #include " > > That's pretty bad. Unfortunately, it's not immediately obvious to us how > this problem can happen. It seems like there is at least one item at the > start of the returned list of completions that has no text. > > Since this shouldn't be the case, we inserted a warning with the > attached patch that could hopefully give some more information about > what is causing this problem. > > The attached patch will also be in the next nightly snapshot, please try > if this fixes the crash, and if so, I'd be very interested in the > warning that is printed out.
Well, it was a problem with handling non-canonical include paths that lead to the empty entries. The fix should be in the next snapshot. Thanks to dalem on IRC for testing. :-) Regards, Bjørn -- Thorbjørn Lindeijer Software Engineer Nokia, Qt Development Frameworks _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
