All pastes #2112359 Raw Edit

Unnamed

public text v1 · immutable
#2112359 ·published 2012-02-08 11:06 UTC
rendered paste body
mike@amd64:~/e$ gdb elementary_test
GNU gdb (Ubuntu/Linaro 7.3-0ubuntu2) 7.3-2011.08
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
<http://bugs.launchpad.net/gdb-linaro/>...
Reading symbols from /usr/local/bin/elementary_test...done.
(gdb) run
Starting program: /usr/local/bin/elementary_test 
[Thread debugging using libthread_db enabled]

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff71377ce in _evas_textblock_node_format_new (_format=0x766dd0 "<br>", o=0x865cd0) at evas_object_textblock.c:9909
9909    }
(gdb) bt
#0  0x00007ffff71377ce in _evas_textblock_node_format_new (_format=0x766dd0 "<br>", o=0x865cd0) at evas_object_textblock.c:9909
#1  evas_textblock_cursor_format_append (cur=0x7d93a0, format=0x766dd0 "<br>") at evas_object_textblock.c:7397
#2  0x00007ffff7137c06 in evas_textblock_cursor_format_prepend (cur=0x7d93a0, format=<optimized out>) at evas_object_textblock.c:7520
#3  0x00007ffff7137d9a in evas_object_textblock_text_markup_prepend (cur=0x7d93a0, text=0x83e780 "") at evas_object_textblock.c:5006
#4  0x00007ffff71382ea in evas_object_textblock_text_markup_set (obj=0x7ffff7f80160, text=<optimized out>) at evas_object_textblock.c:4955
#5  0x00007ffff6a2711d in _edje_part_recalc_single_textblock (maxh=<synthetic pointer>, maxw=<synthetic pointer>, minh=<synthetic pointer>, 
    minw=<synthetic pointer>, chosen_desc=0x864738, ep=<optimized out>, ed=<optimized out>, sc=<optimized out>, params=<optimized out>)
    at edje_calc.c:1112
#6  _edje_part_recalc_single (ed=<optimized out>, ep=<optimized out>, desc=<optimized out>, chosen_desc=0x864738, center=0x0, 
    light=<optimized out>, persp=0x0, rel1_to_x=0x0, rel1_to_y=0x0, rel2_to_x=0x0, rel2_to_y=0x0, confine_to=0x0, params=0x7a64c8, pos=0)
    at edje_calc.c:1921
#7  0x00007ffff6a280de in _edje_part_recalc (ed=0x7689a0, ep=0x7a6370, flags=3, state=0x0) at edje_calc.c:2446
#8  0x00007ffff6a29eb8 in _edje_recalc_do (ed=0x7689a0) at edje_calc.c:638
#9  0x00007ffff6a71ed1 in edje_object_size_min_restricted_calc (obj=<optimized out>, minw=0x7fffffffcda0, minh=0x7fffffffcda4, 
    restrictedw=0, restrictedh=0) at edje_util.c:2549
#10 0x00007ffff7b2f916 in _sizing_eval (obj=0x7ffff7f7f740) at elm_label.c:144
#11 0x00007ffff7b2fdeb in elm_label_add (parent=0x7ffff7f7d070) at elm_label.c:521
#12 0x00000000004124e4 in my_win_main (autorun=0x0, test_win_only=0 '\000') at test.c:285
#13 0x0000000000412687 in elm_main (argc=1, argv=0x7fffffffdfb8) at test.c:653
#14 0x00007ffff61e630d in __libc_start_main (main=0x410fd0 <main>, argc=1, ubp_av=0x7fffffffdfb8, init=<optimized out>, 
    fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffdfa8) at libc-start.c:226
#15 0x0000000000411019 in _start ()