Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310361 - qt-creator-1.3.1 fails to start
Summary: qt-creator-1.3.1 fails to start
Status: RESOLVED DUPLICATE of bug 308563
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 12:53 UTC by Hinko Kocevar
Modified: 2010-03-23 18:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info (emerge.info,3.86 KB, text/plain)
2010-03-20 12:54 UTC, Hinko Kocevar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Hinko Kocevar 2010-03-20 12:53:51 UTC
After emerging qt-creator-1.3.1 I was unable to start it. For few seconds CPU usage goes to 99% and then qtcreator fails with segfault.

Reproducible: Always

Steps to Reproduce:
1. emerge qt-creator-1.3.1
2. run qtcreator
3.




$ qtcreator -version

Qt Creator 1.3.1 based on Qt 4.6.2

  CMakeProjectManager 1.3.1 CMake support
  CodePaster 1.3.1 Codepaster plugin for pushing/fetching diff from server
  Core 1.3.1 The core plugin for the Qt IDE.
  CppEditor 1.3.1 C/C++ editor component.
  CppTools 1.3.1 Tools for analyzing C/C++ code.
  Debugger 1.3.1 Debugger integration.
  Designer 1.3.1 Qt Designer integration.
  Find 1.3.1 Provides the find widget and the hooks for find implementations.
  GenericProjectManager 1.3.1 Generic support
  Help 1.3.1 Help system.
  Locator 1.3.1 Provides the Locator widget and the hooks for Locator filter implementations.
  ProjectExplorer 1.3.1 ProjectExplorer framework that can be extended with different kind of project types.
  Qt4ProjectManager 1.3.1 Provides project type for Qt 4 pro files and tools.
  ResourceEditor 1.3.1 Editor for qrc files.
  TextEditor 1.3.1 Text editor framework and the implementation of the basic text editor.
  VCSBase 1.3.1 Version Control System Base Plugin
  Welcome 1.3.1 Default Welcome Screen Plugin

(C) 2008-2009 Nokia Corporation


gdb output:
Program received signal SIGPIPE, Broken pipe.
0xffffe424 in __kernel_vsyscall ()
(gdb) bt
#0  0xffffe424 in __kernel_vsyscall ()
#1  0xb709fafb in write () from /lib/libpthread.so.0
#2  0xb6d1723e in ?? () from /usr/lib/libICE.so.6
#3  0x00000013 in ?? ()
#4  0x0815bc68 in ?? ()
#5  0x00000050 in ?? ()
#6  0xb6f802f8 in ?? ()
#7  0xb75c9163 in ?? () from /usr/lib/qt4/libQtGui.so.4
#8  0xb6d23ff4 in ?? () from /usr/lib/libICE.so.6
#9  0xbfffdce8 in ?? ()
#10 0xb6d150ff in _IceTransWrite () from /usr/lib/libICE.so.6
Backtrace stopped: frame did not save the PC
Comment 1 Hinko Kocevar 2010-03-20 12:54:50 UTC
Created attachment 224367 [details]
emerge --info
Comment 2 Ben de Groot (RETIRED) gentoo-dev 2010-03-21 15:37:20 UTC
I think this is a dupe of bug #308563 but the segfault may be a separate problem.
Comment 3 Hinko Kocevar 2010-03-23 16:34:13 UTC
Yes, I think it is a dup, too. Because the behavior is very similar to what is noted in bug #308563.

I should of searched the archive better.
Comment 4 Davide Pesavento (RETIRED) gentoo-dev 2010-03-23 18:35:23 UTC

*** This bug has been marked as a duplicate of bug 308563 ***