<div dir="ltr"><div><div>Hi,<br></div>trying to reproduce the crash in GDB show an issue with GDB itself (related to this old thread <a href="https://sourceware.org/bugzilla/show_bug.cgi?id=7860">https://sourceware.org/bugzilla/show_bug.cgi?id=7860</a> ?):<br><br></div><snip><br><div>---<br>larcher@na75:> gdb /opt/firefox-esr/31.5.0/firefox<br>GNU gdb (GDB) 7.6.2<br>Copyright (C) 2013 Free Software Foundation, Inc.<br>License GPLv3+: GNU GPL version 3 or later <<a href="http://gnu.org/licenses/gpl.html">http://gnu.org/licenses/gpl.html</a>><br>This is free software: you are free to change and redistribute it.<br>There is NO WARRANTY, to the extent permitted by law. Type "show copying"<br>and "show warranty" for details.<br>This GDB was configured as "i386-pc-solaris2.11".<br>For bug reporting instructions, please see:<br><<a href="http://www.gnu.org/software/gdb/bugs/">http://www.gnu.org/software/gdb/bugs/</a>>...<br>Reading symbols from /opt/firefox-esr/31.5.0/firefox...done.<br>(gdb) run<br>Starting program: /opt/firefox-esr/31.5.0/firefox <br>[Thread debugging using libthread_db enabled]<br>[New Thread 1 (LWP 1)]<br>Traceback (most recent call last):<br> File "/usr/share/gdb/auto-load/usr/lib/<a href="http://libgobject-2.0.so.0.4304.0-gdb.py">libgobject-2.0.so.0.4304.0-gdb.py</a>", line 9, in <module><br> from gobject import register<br> File "/usr/share/glib-2.0/gdb/gobject.py", line 117, in <module><br> class SignalFrame(FrameDecorator):<br>NameError: name 'FrameDecorator' is not defined<br>warning: A handler for the OS ABI "GNU/Linux" is not built into this configuration<br>of GDB. Attempting to continue with the default i386 settings.<br><br><br>(process:5860): GLib-CRITICAL **: g_slice_set_config: assertion 'sys_page_size == 0' failed<br>[New LWP 2 ]<br>[New LWP 3 ]<br>[New LWP 4 ]<br>[LWP 4 exited]<br>[New LWP 5 ]<br>[New Thread 5 (LWP 5)]<br>[New LWP 6 ]<br>[New LWP 7 ]<br>[New LWP 8 ]<br>[New LWP 9 ]<br>[New LWP 10 ]<br>[New LWP 11 ]<br>[New LWP 12 ]<br>[New LWP 13 ]<br>[New LWP 14 ]<br>[New LWP 15 ]<br>[New LWP 16 ]<br>[New LWP 17 ]<br>[New LWP 18 ]<br>[New LWP 19 ]<br>[New LWP 20 ]<br>[New LWP 21 ]<br>[New LWP 22 ]<br>[New LWP 23 ]<br>[New LWP 24 ]<br>[New LWP 25 ]<br>[New LWP 26 ]<br>[New LWP 27 ]<br>[New LWP 28 ]<br>[New LWP 29 ]<br>[New LWP 30 ]<br>[LWP 29 exited]<br>[New Thread 29 ]<br>[LWP 20 exited]<br>[New Thread 20 ]<br>[Switching to Thread 20 (defunct)]<br>sol_thread_fetch_registers: td_ta_map_id2thr: no thread can be found to satisfy query<br>sol_thread_fetch_registers: td_ta_map_id2thr: no thread can be found to satisfy query<br>sol_thread_fetch_registers: td_ta_map_id2thr: no thread can be found to satisfy query<br><div>---<br></snip><br><br></div><div>while running DBX stops at:<br><br><snip><br>---<br></div><div>t@1 (l@1) signal SEGV (no mapping at the faul address) in _cairo_boxes_add at 0xf8406298<br>0xf8406298: _cairo_boxes_add+0x0178: movdqa %xmm0,0xffffffd8(%ebp)<br></div><div>(dbx)<br>---<br></snip><br><br></div><div>I cannot go further as the whole Gnome freezes then.<br></div><div><br></div><div>Best,<br><br></div><div>Aurelien<br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 8, 2015 at 2:50 PM, Aurélien Larcher <span dir="ltr"><<a href="mailto:aurelien.larcher@gmail.com" target="_blank">aurelien.larcher@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi Alexander,<br></div>Thank you for the info and the pango fix to the package.<br></div><div>The other issue remains a mystery for the moment.<br></div>Best,<br><br></div>Aurelien<br></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Mon, Jun 8, 2015 at 2:19 PM, Alexander Pyhalov <span dir="ltr"><<a href="mailto:alp@rsu.ru" target="_blank">alp@rsu.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span>On 06/08/2015 14:16, Aurélien Larcher wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
Firefox 31.x ESR from mozilla/contrib has been crashing repeatedly<br>
everytime I want to save a file or validate a form.<br>
<br>
Some issues comes from:<br>
<br>
(firefox:16250): Pango-WARNING **: ld.so.1: firefox: fatal:<br>
/usr/lib/pango/1.8.0/modules/pango-thai-lang.so: open failed: No such file<br>
or directory<br>
Segmentation Fault (core dumped)<br>
<br>
while it is listed in /etc/pango/pango.modules:<br>
<br>
/usr/lib/pango/1.8.0/modules/pango-thai-lang.so ThaiScriptEngineLang<br>
PangoEngineLang PangoRenderNone thai:*<br>
<br>
</blockquote>
<br></span>
I've just committed fix for pango (it found libthai on build server, built and installed pango-thai-lang.so, but didn't deliver it). But I think this is not your main problem.<span><br>
<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Nonetheless, there are also some problems related to:<br>
<br>
[16644] ###!!! ABORT: Aborting on channel error.: file<br>
/export/home/mozilla/packages/BUILD/SFWfirefox/mozilla/ipc/glue/MessageChannel.cpp,<br>
line 1533<br>
[16644] ###!!! ABORT: Aborting on channel error.: file<br>
/export/home/mozilla/packages/BUILD/SFWfirefox/mozilla/ipc/glue/MessageChannel.cpp,<br>
line 1533<br>
Segmentation Fault (core dumped)<br>
<br>
Is pango-thai-lang.so missing from the package ?<br>
</blockquote>
<br></span>
I've disabled building of this module, because I don't think everyone is happy to have libthai installed.<span><font color="#888888"><br>
-- <br>
Best regards,<br>
Alexander Pyhalov,<br>
system administrator of Southern Federal University IT department<br>
</font></span></blockquote></div><br><br clear="all"><br></div></div><span class="">-- <br><div><div dir="ltr"><font style="font-family:courier new,monospace" size="1">-------------------------------------------------------------------------------<br>LARCHER Aurélien | KTH, School of Computer Science and Communication<br>
Work: <a value="+4687907142">+46 (0) 8 790 71 42</a> | Lindstedtsvägen 5, Plan <font size="1">4<font size="1">,</font></font> 100 44 Stockholm, SWEDEN<br>-------------------------------------------------------------------------------<br></font></div></div>
</span></div>
</blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature"><div dir="ltr"><font style="font-family:courier new,monospace" size="1">-------------------------------------------------------------------------------<br>LARCHER Aurélien | KTH, School of Computer Science and Communication<br>
Work: <a value="+4687907142">+46 (0) 8 790 71 42</a> | Lindstedtsvägen 5, Plan <font size="1">4<font size="1">,</font></font> 100 44 Stockholm, SWEDEN<br>-------------------------------------------------------------------------------<br></font></div></div>
</div>