set_size at clutter.box segfaults

Bug #1004526 reported by Pavol Klačanský
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
clutter-1.0 (Ubuntu)
New
Undecided
Unassigned

Bug Description

Starting program: /usr/bin/python3 clutter.py
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff3c8e48e in clutter_flow_layout_allocate (manager=<optimized out>,
    container=<optimized out>, allocation=<optimized out>,
    flags=CLUTTER_ALLOCATION_NONE) at ./clutter-flow-layout.c:609
609 ./clutter-flow-layout.c: File or directory does not exist.
(gdb) quit
A debugging session is active.

 Inferior 1 [process 3334] will be killed.

Source code

from gi.repository import Clutter

Clutter.init(None)

main_stage = Clutter.Stage.get_default()
geometry = main_stage.get_geometry()

layout = Clutter.FlowLayout()
layout.set_column_spacing(10)

window = Clutter.Box.new(layout)
window.set_size(500, 500)

main_stage.add_actor(window)
main_stage.show_all()

Clutter.main()

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: libclutter-1.0-0 1.10.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Fri May 25 15:35:04 2012
EcryptfsInUse: Yes
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=sk_SK.UTF-8
 SHELL=/bin/bash
SourcePackage: clutter-1.0
UpgradeStatus: No upgrade log present (probably fresh install)

Revision history for this message
Pavol Klačanský (pavolzetor-deactivatedaccount) wrote :
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. The issue you are reporting is an upstream one and it would be nice if somebody having it could send the bug to the developers of the software by following the instructions at https://wiki.ubuntu.com/Bugs/Upstream/GNOME. If you have done so, please tell us the number of the upstream bug (or the link), so we can add a bugwatch that will inform us about its status. Thanks in advance.

Revision history for this message
Pavol Klačanský (pavolzetor-deactivatedaccount) wrote :

this should be fixed in upstream for a month

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.