Public bug reported:
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)
** Affects: clutter-1.0 (Ubuntu)
Importance: Undecided
Status: New
** Tags: amd64 apport-bug precise
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1004526
Title:
set_size at clutter.box segfaults
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/clutter-1.0/+bug/1004526/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs