View Single Post
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#1680
I noticed a bug (either in CSSU's Qt or in the components).

How to reproduce:
1. Install useragenttool and qt-components-1.4
2. Launch it
3. Click the + in the toolbar
4. Write anything in any of the fields
5. Select something of it
6. Try to move one of the drops at the ends (to change the selection, as in Harmattan)

Log & backtrace:

Code:
(gdb) r
Starting program: /opt/UserAgentTool/bin/UserAgentTool 
[Thread debugging using libthread_db enabled]
[New Thread 0x42a6d480 (LWP 4514)]
MLocalThemeDaemonClient::MLocalThemeDaemonClient(const QString&, QObject*) Theme:  blanco  (hardcoded) 
LocalThemeDaemonClient: Looking for assets in ("/usr/share/themes/blanco/meegotouch", "/usr/share/themes/blanco/meegotouch") 
X Error: 151 151
  Extension:    148 (Uknown extension)
  Minor opcode: 2 (Unknown request)
  Resource id:  0x66202020
MDeclarativeStatusBar "The name com.meego.core.MStatusBar was not provided by any .service files" 
QGLFramebufferObject: Unable to resolve framebuffer object extensions - make sure there is a current context when creating the framebuffer object.

Program received signal SIGSEGV, Segmentation fault.
QGLContext::format (this=0x0) at qgl.cpp:3358
3358	qgl.cpp: No such file or directory.
	in qgl.cpp
(gdb) bt
#0  QGLContext::format (this=0x0) at qgl.cpp:3358
#1  0x4069cfce in QGLFBOGLPaintDevice::setFBO (this=0xdd9994, f=0x9d1b00, 
    attachment=QGLFramebufferObject::CombinedDepthStencil)
    at qglframebufferobject.cpp:321
#2  0x4069d0ac in QGLFramebufferObjectPrivate::init (this=0xdd9958, 
    q=0x9d1b00, sz=<optimized out>, 
    attachment=QGLFramebufferObject::CombinedDepthStencil, 
    texture_target=3553, internal_format=6408, samples=0)
    at qglframebufferobject.cpp:416
#3  0x4069db80 in QGLFramebufferObject::QGLFramebufferObject (this=0x9d1b00, 
    size=..., format=...) at qglframebufferobject.cpp:769
#4  0x42e65380 in ShaderEffectBuffer::ShaderEffectBuffer(QSize const&, QGLFramebufferObjectFormat const&) ()
   from /opt/maemo/usr/lib/qt4/imports/com/nokia/meego/libmeegoplugin.so
#5  0x42e646fc in ShaderEffectSource::updateBackbuffer() ()
   from /opt/maemo/usr/lib/qt4/imports/com/nokia/meego/libmeegoplugin.so
#6  0x00000014 in ?? ()
#7  0x00000014 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Is it something related to Qt or should I show it to the components' devs?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 

The Following 2 Users Say Thank You to marmistrz For This Useful Post: