Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault when opening (loading) code files #44

Closed
jasn opened this issue Sep 3, 2014 · 1 comment
Closed

Segfault when opening (loading) code files #44

jasn opened this issue Sep 3, 2014 · 1 comment
Milestone

Comments

@jasn
Copy link
Owner

jasn commented Sep 3, 2014

backtrace from gdb:

Program received signal SIGSEGV, Segmentation fault.
0x000000000063de9e in Settings::color (this=0xdea1a7a4fba4aaa7, c=Colors::editorKeyword) at /home/jasn/pyRASMUS/src/gui/settings.cc:152
152 case Colors::editorKeyword: return d->ui.editorKeywordColor->getColor();
(gdb) bt
#0 0x000000000063de9e in Settings::color (this=0xdea1a7a4fba4aaa7, c=Colors::editorKeyword) at /home/jasn/pyRASMUS/src/gui/settings.cc:152
#1 0x00000000006496f3 in Highlighter::highlightBlock (this=0x176c900, text=...) at /home/jasn/pyRASMUS/src/gui/highlighter.cc:342
#2 0x00007ffff75b0256 in ?? () from /usr/lib/libQtGui.so.4
#3 0x00007ffff75b03a7 in ?? () from /usr/lib/libQtGui.so.4
#4 0x00007ffff6ddf30a in QMetaObject::activate(QObject_, QMetaObject const_, int, void**) () from /usr/lib/libQtCore.so.4
#5 0x00007ffff794190a in QTextDocument::contentsChange(int, int, int) () from /usr/lib/libQtGui.so.4
#6 0x00007ffff7571042 in ?? () from /usr/lib/libQtGui.so.4
#7 0x00007ffff75606a3 in QTextDocument::setPlainText(QString const&) () from /usr/lib/libQtGui.so.4
#8 0x00000000006450da in Editor::Editor (this=0x147a090, settings=0x7fffffffe800, path=..., content=...) at /home/jasn/pyRASMUS/src/gui/editor.cc:52
#9 0x00000000006341d0 in MainWindow::openFile (this=0x7fffffffe6f0) at /home/jasn/pyRASMUS/src/gui/main.cc:290

antialize added a commit that referenced this issue Sep 5, 2014
@antialize
Copy link
Collaborator

Can you still reproduce @jasn ?

@antialize antialize added this to the dPersp milestone Sep 14, 2014
@antialize antialize added bug and removed bug labels Sep 14, 2014
@jasn jasn closed this as completed in 57ba657 Sep 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants