Bug #8458 2006-08-18 08:53
kiplingw
Assertion fails
This is usually reproduceable with my projects. When I open them from the command line, I see the following shortly after opening successfully...
kip@kip-laptop:~/Projects/Agni/trunk/src/AgniAssembler$ codeblocks -d SomeProject.cbp
codeblocks: cairo-ft-font.c:678: _cairo_ft_unscaled_font_set_scale: Assertion `error == 0' failed.
Aborted
CodeBlocks then terminates. This happens if I open the project directly from within the IDE as well.
I am using the latest build from subversion source. Let me know if you need any further details.
Kip
- Category
- Application::Crash
- Group
- Status
- Closed
- Close date
- 2006-08-20 08:16
- Assigned to
History
By the way, nice to see you again Mandrav. Outstanding work.
You carry the Dev-C++ legacy on in a more evolved and sophisticated form.
Peace.
Kip
Hi Kip,
this seems to be a bug in libcairo, which has been solved in later versions.
So, either update libcairo on your system or, if there is no update, rebuild it from the source package.
Check this forum topic for details: http://forums.codeblocks.org/index.php?topic=3364.0
libcairo also seems to be guilty for slowing down the editor's response, according to this post: http://forums.codeblocks.org/index.php?topic=2869.msg30439#msg30439