Bug 519761
| Summary: | segfault in kscopeapp | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James M. Leddy <james.leddy> |
| Component: | kscope | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 11 | CC: | gborsuk, tcallawa |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | 1.9.4-2.fc11 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-09-24 05:25:18 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
James M. Leddy
2009-08-27 17:54:33 UTC
Somehow I didn't have QT installed earlier, probably another dependency bug. Anyway here's the new backtrace:
(gdb) bt
#0 0x00007ffff7558769 in QFont::operator=(QFont const&) ()
from /usr/lib64/libQtGui.so.4
#1 0x0000003d78a65061 in QsciLexer::styleData (this=0x8b2480, style=0)
at qscilexer.cpp:138
#2 0x0000003d78a652b3 in QsciLexer::setFont (this=0x8b2480,
f=@0x7fffffffdbf0, style=<value optimized out>) at qscilexer.cpp:659
#3 0x0000003d7921dcb9 in KScope::Editor::LexerStyleModel::updateLexerStyle (
this=0x8b16a0, node=0x8b0e30) at lexerstylemodel.cpp:528
#4 0x0000003d79221700 in KScope::Editor::Config::load (this=0x8a11d8,
settings=@0x89bda0) at config.cpp:184
#5 0x0000000000425c02 in KScope::App::EditorContainer::EditorContainer(struct QMainWindow *) (this=0x8a1180, parent=0x7fffffffe120) at editorcontainer.cpp:48
#6 0x000000000041a178 in KScope::App::MainWindow::MainWindow (this=
0x7fffffffe120) at mainwindow.cpp:58
#7 0x0000000000420711 in KScope::App::Application::run (this=0x7fffffffe1e0)
at application.cpp:67
#8 0x000000000041966f in main (argc=1, argv=<value optimized out>)
at main.cpp:26
So, I have no idea why this is happening, but rebuilding kscope for F-11 (with no code changes) fixes this issue, so I can only assume that something changed in the dependencies (qt, I am looking at you) which caused a minor API break that lead to this segfault. A rebuild is going for F-11 now, as soon as it is done, I'll push it as an update. kscope-1.9.4-2.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/kscope-1.9.4-2.fc11 kscope-1.9.4-2.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report. |