Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 494294 - <dev-lua/lgi-0.7.0 - segmentation fault when using some x11-libs/cairo functions
Summary: <dev-lua/lgi-0.7.0 - segmentation fault when using some x11-libs/cairo functions
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-15 04:55 UTC by Renato Alves
Modified: 2014-01-04 21:39 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Alves 2013-12-15 04:55:21 UTC
This problem has already been fixed upstream in 0.7.0 and above, being 0.7.2 the latest, released on 12-Sep-2013.

The crash can be reproduced in 0.6.2 by executing the following lua instructions:

Lua 5.1.5  Copyright (C) 1994-2012 Lua.org, PUC-Rio
> cairo = require("lgi").cairo
> surf = cairo.ImageSurface(cairo.Format.ARGB32, 10, 10)
> cr = cairo.Context(surf)
> cr:text_extents("Something simple")
Segmentation fault

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2014-01-04 21:39:12 UTC
InCVS.