The number of bytes which g_malloc() is trying to allocate would be useful.
If the number if normal then it suggest that you have run out of virtual 
memory. If it is abnormal it suggest a bug in the code.

Padraig

Kenny Hitt wrote:
> Hi.
>
> On Tue, Jan 09, 2007 at 07:48:07AM +0000, Padraig O'Briain wrote:
>   
>> We need to know what the calls in libvte are.
>>
>> Padraig
>>
>>     
>
> Is this better?  Let me know what else I need to send, and I'll be happy
> to get it.
>
>           Kenny
>
>         Program received signal SIGABRT, Aborted.
>         [Switching to Thread -1227127104 (LWP 17968)]
>         0xb7efc410 in ?? ()
>         (gdb) bt
>         #0  0xb7efc410 in ?? ()
>         #1  0xbf8182cc in ?? ()
>         #2  0x00000006 in ?? ()
>         #3  0x00004630 in ?? ()
>         #4  0xb74d0df0 in raise () from /lib/tls/i686/cmov/libc.so.6
>         #5  0xb74d2641 in abort () from /lib/tls/i686/cmov/libc.so.6
>         #6  0xb761f64a in g_logv () from /usr/lib/libglib-2.0.so.0
>         #7  0xb761f689 in g_log () from /usr/lib/libglib-2.0.so.0
>         #8  0xb761e249 in g_malloc () from /usr/lib/libglib-2.0.so.0
>         #9  0xb7d2b1aa in vte_terminal_accessible_get_text
>         (text=0x83d56a0,
>             start_offset=807, end_offset=808)
>                 at
>                 /home/kenny/src/vte/vte-0.15.0/./src/vteaccess.c:982
>                 #10 0xb7d2b64d in
>                 vte_terminal_accessible_get_text_somewhere
>                 (text=0x83d56a0,
>                     offset=807,
>                     boundary_type=ATK_TEXT_BOUNDARY_LINE_START,
>                         direction=direction_current,
>                         start_offset=0xbf818a24,
>                             end_offset=0xbf818a20)
>                                 at
>                                 
> /home/kenny/src/vte/vte-0.15.0/./src/vteaccess.c:1164
>                                 #11 0xb7d2b7ad in
>                                 vte_terminal_accessible_get_text_at_offset
>                                 (text=0x83d56a0,
>                                     offset=807,
>                                     
> boundary_type=ATK_TEXT_BOUNDARY_LINE_START,
>                                         start_offset=0xbf818a24,
>                                         end_offset=0xbf818a20)
>                                             at
>                                             
> /home/kenny/src/vte/vte-0.15.0/./src/vteaccess.c:1212
>                                             #12 0xb79146ed in
>                                             atk_text_get_text_at_offset
>                                             () from
>                                             /usr/lib/libatk-1.0.so.0
>                                             #13 0xb6bfed41 in ?? ()
>                                             from /usr/lib/libspi.so.0
>                                             #14 0x083d56a0 in ?? ()
>                                             #15 0x00000327 in ?? ()
>                                             #16 0x00000005 in ?? ()
>                                             #17 0xbf818a24 in ?? ()
>                                             #18 0xbf818a20 in ?? ()
>                                             #19 0x00000004 in ?? ()
>                                             #20 0xb776d7ab in
>                                             link_connection_writev ()
>                                             from
>                                             /usr/lib/libORBit-2.so.0
>                                             #21 0xb6bf4acf in
>                                             
> _ORBIT_skel_small_Accessibility_Text_getTextAtOffset
>                                             ()
>                                                from
>                                                /usr/lib/libspi.so.0
>                                                #22 0xb7760797 in ?? ()
>                                                from
>                                                /usr/lib/libORBit-2.so.0
>                                                #23 0x084b4904 in ?? ()
>                                                #24 0xbf818b90 in ?? ()
>                                                #25 0xbf818b70 in ?? ()
>                                                #26 0xbf818c08 in ?? ()
>                                                #27 0xbf818d1c in ?? ()
>                                                #28 0xb6bfecc1 in ?? ()
>                                                from
>                                                /usr/lib/libspi.so.0
>                                                #29 0xbf818aa8 in ?? ()
>                                                #30 0xb7766905 in
>                                                ORBit_OAObject_invoke
>                                                () from
>                                                /usr/lib/libORBit-2.so.0
>                                                Backtrace stopped:
>                                                frame did not save the
>                                                PC
> _______________________________________________
> gnome-accessibility-list mailing list
> gnome-accessibility-list@gnome.org
> http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list
>   

_______________________________________________
gnome-accessibility-list mailing list
gnome-accessibility-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gnome-accessibility-list

Reply via email to