Open
Bug 1230746
Opened 9 years ago
Updated 2 years ago
seamonkey: /var/tmp/portage/x11-libs/cairo-1.14.2-r1/work/cairo-1.14.2/src/cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
Categories
(Core :: Graphics: Text, defect, P3)
Tracking
()
UNCONFIRMED
People
(Reporter: mmokrejs, Unassigned)
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
71.28 KB,
text/plain
|
Details |
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0 SeaMonkey/2.39
Build ID: 20151122033039
Steps to reproduce:
I observed seamonkey crashing quite often. On the console I found the following messages:
ATTENTION: default value of option force_s3tc_enable overridden by environment.
Can't find symbol 'glXCreateContextAttribsARB'.
seamonkey: /var/tmp/portage/x11-libs/cairo-1.14.2-r1/work/cairo-1.14.2/src/cairo-scaled-font.c:459: _cairo_scaled_glyph_page_destroy: Assertion `!scaled_font->cache_frozen' failed.
Program seamonkey (pid = 20361) received signal 6.
Stack:
#01: ???[/lib64/libpthread.so.0 +0x10680]
#02: gsignal[/lib64/libc.so.6 +0x33467]
#03: abort[/lib64/libc.so.6 +0x347fa]
#04: ???[/lib64/libc.so.6 +0x2c44d]
#05: ???[/lib64/libc.so.6 +0x2c502]
#06: ???[/usr/lib64/libcairo.so.2 +0x66a2c]
#07: ???[/usr/lib64/libcairo.so.2 +0x66bb1]
#08: ???[/usr/lib64/libcairo.so.2 +0x68b3b]
#09: ???[/usr/lib64/libcairo.so.2 +0x69e07]
#10: ???[/usr/lib64/libcairo.so.2 +0x324fc]
#11: cairo_glyph_path[/usr/lib64/libcairo.so.2 +0x24692]
#12: ???[/usr/lib64/seamonkey/libxul.so +0x1e92ec7]
#13: ???[/usr/lib64/seamonkey/libxul.so +0x2e94182]
#14: ???[/usr/lib64/seamonkey/libxul.so +0x3c331b9]
#15: ???[/usr/lib64/seamonkey/libxul.so +0x2e88f04]
#16: ???[/usr/lib64/seamonkey/libxul.so +0x2e895b1]
#17: ???[/usr/lib64/seamonkey/libxul.so +0x28e7e18]
#18: ???[/usr/lib64/seamonkey/libxul.so +0x2e14846]
#19: ???[/usr/lib64/seamonkey/libxul.so +0x4c8bc16]
#20: ???[/usr/lib64/seamonkey/libxul.so +0x4c703d0]
#21: ???[/usr/lib64/seamonkey/libxul.so +0x4c6a198]
#22: ???[/usr/lib64/seamonkey/libxul.so +0x4c70127]
#23: ???[/usr/lib64/seamonkey/libxul.so +0x4c70559]
#24: ???[/usr/lib64/seamonkey/libxul.so +0x4c7196f]
#25: ???[/usr/lib64/seamonkey/libxul.so +0x4e89ab2]
#26: ??? (???:???)
Sleeping for 300 seconds.
Type 'gdb seamonkey 20361' to attach your debugger to this thread.
Actual results:
I attach a gdb stacktrace, do not know why seamonkey itself couldn't provide the detailed stacktrace right away.
Reporter | ||
Comment 1•9 years ago
|
||
https://bugs.freedesktop.org/show_bug.cgi?id=78787
http://lists.freebsd.org/pipermail/freebsd-gecko/2015-October/005750.html
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/1294699
http://lists.cairographics.org/archives/cairo-bugs/2014-May/006516.html
https://bbs.archlinux.org/viewtopic.php?id=169075
Reporter | ||
Comment 2•9 years ago
|
||
BTW, have these in my settings would they be relevant (actually these are default values):
layers.acceleration.force-enabled=false
webgl.force-enabled=false
layers.offmainthreadcomposition=true
Updated•9 years ago
|
Component: General → Graphics
Product: SeaMonkey → Core
Version: SeaMonkey 2.39 Branch → 42 Branch
Updated•9 years ago
|
Component: Graphics → Graphics: Text
Whiteboard: [gfx-noted]
Updated•7 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•