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

Segmentation fault (no X) #227

Closed
jleben opened this issue May 6, 2012 · 0 comments
Closed

Segmentation fault (no X) #227

jleben opened this issue May 6, 2012 · 0 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: Linux

Comments

@jleben
Copy link
Member

jleben commented May 6, 2012

[Issue migrated from SourceForge | ID: 3443450 | Submitted by 'vividsnow']
[http://sourceforge.net/support/tracker.php?aid=3443450]

Hello

After latest "git pull" and successful compilation I got this (running without X):

doc@sccode:~# sclang -D
init_OSC
empty
compiling class library...
Segmentation fault

...
(gdb) backtrace
#0 0xb5ad5aed in QX11Info::appDepth(int) () from /usr/lib/libQtGui.so.4
#1 0xb5ad5ca4 in QX11Info::depth() const () from /usr/lib/libQtGui.so.4
#2 0xb5b21bcf in QX11PixmapData::resize(int, int) () from /usr/lib/libQtGui.so.4
#3 0xb5b16019 in QPixmapData::create(int, int, QPixmapData::PixelType) () from /usr/lib/libQtGui.so.4
#4 0xb5b0e6df in QPixmap::load(QString const&, char const*, QFlagsQt::ImageConversionFlag) () from /usr/lib/libQtGui.so.4
#5 0xb5b11425 in QPixmap::QPixmap(QString const&, char const*, QFlagsQt::ImageConversionFlag) () from /usr/lib/libQtGui.so.4
#6 0xb5ae0883 in ?? () from /usr/lib/libQtGui.so.4
#7 0xb5addb8c in QIcon::addFile(QString const&, QSize const&, QIcon::Mode, QIcon::State) () from /usr/lib/libQtGui.so.4
#8 0xb7ed95b7 in QcApplication::QcApplication(int&, char**) () from /usr/local/lib/libsclang.so
#9 0xb7ed939b in QtCollider::init() () from /usr/local/lib/libsclang.so
#10 0xb7ee45b7 in QtCollider::initPrimitives() () from /usr/local/lib/libsclang.so
#11 0xb7e009a5 in initPrimitives() () from /usr/local/lib/libsclang.so
#12 0xb7e3869f in initPassOne() () from /usr/local/lib/libsclang.so
#13 0xb7e38744 in passOne() () from /usr/local/lib/libsclang.so
#14 0xb7e389f2 in compileLibrary () from /usr/local/lib/libsclang.so
#15 0xb7e61224 in SC_LanguageClient::compileLibrary() () from /usr/local/lib/libsclang.so
#16 0xb7e682a1 in SC_TerminalClient::run(int, char**) () from /usr/local/lib/libsclang.so
#17 0xb7f1ed94 in QtCollider::run(int, char**) () from /usr/local/lib/libsclang.so
#18 0x080510fb in main ()

@jleben jleben closed this as completed May 6, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: Linux
Projects
None yet
Development

No branches or pull requests

1 participant