[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-30 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #13 from Igor Kushnir --- Found 3 similar backtraces in reported bugs for another KDE application and Plasma: Bug 438541, Bug 491709, Bug 492634. Searched for "tzset" across KDE projects via https://github.com/search?q=org%3AKDE+tzset&type=c

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-29 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #12 from Igor Kushnir --- (In reply to Matthew Woehlke from comment #8) > > Maybe a small program ... > > Alas, I don't think it's going to be that simple. I tried this: A good sample program. I just tested it in Debug and Release and it ne

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-28 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #11 from Matthew Woehlke --- Thread 732 (Thread 0x7fff33e006c0 (LWP 3923482) "Queue(0x576"): #0 0x7fff6e54c420 in L__N_119LValueExprEvaluatorEbJEE15VisitMemberExprEPKNS_10MemberExprE (or_rangeIT_EE=0x7fff33df7378, terDataDirectiveEP

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-28 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #10 from Matthew Woehlke --- Thread 717 (Thread 0x7fff3cc006c0 (LWP 3923457) "Queue(0x576"): #0 0x7fff6de9a8d2 in tuple_element<0UL, std::tuple > (InfoEv=0, *, clang::IdentifierInfo *, clang::IdentifierInfo *, clang::IdentifierInfo

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-28 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #9 from Matthew Woehlke --- Thread 715 (Thread 0x7fff4be006c0 (LWP 3923454) "Queue(0x576"): #0 anonymous namespace)::ParameterStatus *, const (anonymous namespace)::ParameterStatus *> (or_rangeIT_EE=, StmtVisitorBaseISt11add_pointerN12_

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-28 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #8 from Matthew Woehlke --- > Maybe a small program ... Alas, I don't think it's going to be that simple. I tried this: ``` #include #include #include QDateTime getMTime(QString const& path) { auto const fi = QFileInfo{path};

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-28 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #7 from Igor Kushnir --- (In reply to Matthew Woehlke from comment #6) > > Could you print the value of the local variable `localFile` at crash time? > > Which stack frame? The QFileInfo (#16) seems to be > `Tests/RunCMake/Graphviz/set_grap

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-28 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #6 from Matthew Woehlke --- > can you get us a `thread apply all bt` Um... attempts to do so are causing gdb to go out to lunch for extended periods... That said, after a few runs I ran into a different failure mode, albeit one that still

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-26 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #5 from Milian Wolff --- Can you try to call `tzset()` once from the main thread somewhere, e.g. main? -- You are receiving this mail because: You are watching all bug changes.

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-26 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=495261 --- Comment #4 from Milian Wolff --- can you get us a `thread apply all bt` - is this maybe some thread safety problem that could be resolved by force-init'ing the code path once from the main thread? -- You are receiving this mail because: You are wa

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-26 Thread Igor Kushnir
https://bugs.kde.org/show_bug.cgi?id=495261 Igor Kushnir changed: What|Removed |Added Status|NEEDSINFO |REPORTED CC|

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-24 Thread Matthew Woehlke
https://bugs.kde.org/show_bug.cgi?id=495261 Matthew Woehlke changed: What|Removed |Added Resolution|BACKTRACE |FIXED --- Comment #2 from Matthew Woehlke --

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-24 Thread Milian Wolff
https://bugs.kde.org/show_bug.cgi?id=495261 Milian Wolff changed: What|Removed |Added Resolution|--- |BACKTRACE Status|REPORTED

[kdevelop] [Bug 495261] Parsing CMake crashes KDevelop

2024-10-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=495261 Bug Janitor Service changed: What|Removed |Added Severity|normal |crash -- You are receiving this mail bec