Hi Lisandro, thank you for your reply.
I will answer your questions in two parts, because I haven't got much time right now - I'm to help with the European elections. What I can give you here is the output from: ~$ qtcreator -profile Profiling started >loadLibrary Core 19ms ( 19ms) <loadLibrary Core 114ms ( 95ms) >loadLibrary TextEditor 114ms ( 0ms) <loadLibrary TextEditor 135ms ( 21ms) >loadLibrary ProjectExplorer 135ms ( 0ms) <loadLibrary ProjectExplorer 340ms ( 205ms) >loadLibrary ResourceEditor 340ms ( 0ms) <loadLibrary ResourceEditor 343ms ( 3ms) >loadLibrary CppTools 343ms ( 0ms) <loadLibrary CppTools 398ms ( 55ms) >loadLibrary QtSupport 398ms ( 0ms) <loadLibrary QtSupport 405ms ( 7ms) >loadLibrary CppEditor 405ms ( 0ms) <loadLibrary CppEditor 418ms ( 13ms) >loadLibrary BinEditor 418ms ( 0ms) <loadLibrary BinEditor 418ms ( 0ms) >loadLibrary Debugger 418ms ( 0ms) <loadLibrary Debugger 501ms ( 83ms) >loadLibrary Android 501ms ( 0ms) <loadLibrary Android 539ms ( 38ms) >loadLibrary QmlJSTools 539ms ( 0ms) <loadLibrary QmlJSTools 539ms ( 0ms) >loadLibrary AutoTest 539ms ( 0ms) <loadLibrary AutoTest 544ms ( 5ms) >loadLibrary CodePaster 544ms ( 0ms) <loadLibrary CodePaster 549ms ( 5ms) >loadLibrary DiffEditor 549ms ( 0ms) <loadLibrary DiffEditor 550ms ( 1ms) >loadLibrary VcsBase 550ms ( 0ms) <loadLibrary VcsBase 556ms ( 6ms) >loadLibrary Bazaar 556ms ( 0ms) <loadLibrary Bazaar 568ms ( 12ms) >loadLibrary Bookmarks 568ms ( 0ms) <loadLibrary Bookmarks 568ms ( 0ms) >loadLibrary Designer 568ms ( 0ms) <loadLibrary Designer 695ms ( 127ms) >loadLibrary CMakeProjectManager 695ms ( 0ms) <loadLibrary CMakeProjectManager 714ms ( 19ms) >loadLibrary CVS 714ms ( 0ms) <loadLibrary CVS 714ms ( 0ms) >loadLibrary ClangCodeModel 714ms ( 0ms) <loadLibrary ClangCodeModel 747ms ( 33ms) >loadLibrary ClangTools 747ms ( 0ms) Segmentation fault All plugins have been installed via apt and from official Debian mirrors. Hope this helps for now. Martin On Sat, 25 May 2019 17:11:38 -0300 =?UTF-8?Q?Lisandro_Dami=C3=A1n_Nicanor_P=C3=A9rez_Meyer?= <perezme...@gmail.com> wrote: > tag 929511 unreproducible moreinfo > severity 929511 important > thanks > > Hi Martin! > > On Sat, 25 May 2019 at 05:06, Martin Haase <discipl...@gmx.net> wrote: > > > > Package: qtcreator > > Version: 4.8.2-1 > > Severity: grave > > Tags: upstream > > Justification: renders package unusable > > I can't reproduce the behavior and I have also just installed buster > and unstable system in which to use qtcreator this very same week > without issues (it happens to be one of my principal tools for $job). > In none of those cases I could see a crash, so it's clearly not > happening to everyone and thus I'm lowering the severity. > > It is however something we need to triage for buster. > > > This is what I get when I try to start qtcreator: > > > > Program received signal SIGSEGV, Segmentation fault. > > 0x00007fffe6091e3c in llvm::SmallPtrSetImplBase::Grow(unsigned int) () > > from /usr/lib/x86_64-linux-gnu/libLLVM-3.7.so.1 > > OK, so LLVM involved. >