[cairo] Re: Bus Error -- Mac OS X Intel

Daniel Corbe daniel.junkmail at gmail.com
Wed Dec 13 09:06:56 PST 2006


Thanks for your reply.  I have both Cairo and the latest CVS version
of FreeType2 compiled with debug support (-ggdb) as you suggested, and
I'm seeing the same behavior:

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x000000d0
0x046974bf in _cairo_xlib_surface_show_glyphs (abstract_dst=0x534da50,
op=CAIRO_OPERATOR_OVER, src_pattern=0xbfffdcf8, glyphs=0x534e2a0,
num_glyphs=20, scaled_font=0x534c990) at cairo-xlib-surface.c:2830
2830            if (scaled_glyph->surface->width &&
scaled_glyph->surface->height) {


A bt full is attached for your convenience.



On 12/12/06, mpsuzuki at hiroshima-u.ac.jp <mpsuzuki at hiroshima-u.ac.jp> wrote:
> Hi,
>
> I'm the maintainer MacOS specific part of FreeType2.
>
> The MacOS specific code (to support suitcase font etc) of
> freetype-2.2.1 is not ready for Intel Mac. I'm not sure
> the error is caused by freetype, but, if you want to support
> system font on Mac OS X, please try to update latest freetype2
> in CVS.
>
> If possible, please build freetype2 and cairo with debug symbol
> without optimization (-g3 -ggdb -O0) and search the exact part
> which causes Bus error.
>
> Regards,
> mpsuzuki
>
> On Tue, 12 Dec 2006 11:44:17 -0500
> "Daniel Corbe" <daniel.junkmail at gmail.com> wrote:
>
> >Program received signal EXC_BAD_ACCESS, Could not access memory.
> >Reason: KERN_PROTECTION_FAILURE at address: 0x000000d0
> >0x04680700 in _cairo_xlib_surface_show_glyphs (abstract_dst=0x594d7e0,
> >op=CAIRO_OPERATOR_OVER, src_pattern=0xbfffdd24, glyphs=0x5024e00,
> >num_glyphs=36, scaled_font=0x594b730) at cairo-xlib-surface.c:2822
> >2822            if (scaled_glyph->surface->width &&
> >scaled_glyph->surface->height) {
> >(gdb)
> >
> >On 12/12/06, Daniel Corbe <daniel.junkmail at gmail.com> wrote:
> >> Dear Cairo Community,
> >>
> >> Things that I have linked against Cairo currently crash with a Bus
> >> Error.  I ran one such thing (Ethereal<->GTK<->Pango<->Cairo) through
> >> GDB and this is what I got (bt full, see attached).  If someone could
> >> point me in the right direction I would appriciate it.  Thanks.
> >>
> >> -Daniel
> >>
> >>
> >>
> >_______________________________________________
> >cairo mailing list
> >cairo at cairographics.org
> >http://cairographics.org/cgi-bin/mailman/listinfo/cairo
>
-------------- next part --------------
Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_PROTECTION_FAILURE at address: 0x000000d0
0x046974bf in _cairo_xlib_surface_show_glyphs (abstract_dst=0x534da50, op=CAIRO_OPERATOR_OVER, src_pattern=0xbfffdcf8, glyphs=0x534e2a0, num_glyphs=20, scaled_font=0x534c990) at cairo-xlib-surface.c:2830
2830            if (scaled_glyph->surface->width && scaled_glyph->surface->height) {
(gdb) bt full
#0  0x046974bf in _cairo_xlib_surface_show_glyphs (abstract_dst=0x534da50, op=CAIRO_OPERATOR_OVER, src_pattern=0xbfffdcf8, glyphs=0x534e2a0, num_glyphs=20, scaled_font=0x534c990) at cairo-xlib-surface.c:2830
        status = 0
        dst = (cairo_xlib_surface_t *) 0x534da50
        operation = DO_RENDER
        attributes = {
  matrix = {
    xx = 1, 
    yx = 0, 
    xy = 0, 
    yy = 1, 
    x0 = 0, 
    y0 = 0
  }, 
  extend = CAIRO_EXTEND_REPEAT, 
  filter = CAIRO_FILTER_NEAREST, 
  x_offset = 0, 
  y_offset = 0, 
  acquired = 0, 
  extra = 0xff8e0000
}
        src = (cairo_xlib_surface_t *) 0x534e5c0
        output_glyphs = (cairo_glyph_t *) 0x534e430
        glyphs_chunk = (struct <unknown> *) 0x46602b8
        glyphs_remaining = -7471104
        chunk_size = -1067679744
        max_chunk_size = 0
        scaled_glyph = (cairo_scaled_glyph_t *) 0x534cf90
        font_private = (cairo_xlib_surface_font_private_t *) 0x0
        i = 0
        o = 0
        max_index = 47
        show_glyphs_func = (cairo_xlib_surface_show_glyphs_func_t) 0x1
        solid_pattern = {
  base = {
    type = 2147483648, 
    ref_count = 0, 
    status = 2147483648, 
    matrix = {
      xx = 1.0000000000003819, 
      yx = 24, 
      xy = 4.4570200656329177e-313, 
      yy = 4.281207491718679e-314, 
      x0 = 3.5811412685949822e-307, 
      y0 = 1.5944919086942955e-314
    }, 
    filter = 5248784, 
    extend = CAIRO_EXTEND_NONE
  }, 
  solid = {
    base = {
      type = 2147483648, 
      ref_count = 0, 
      status = 2147483648, 
      matrix = {
        xx = 1.0000000000003819, 
        yx = 24, 
        xy = 4.4570200656329177e-313, 
        yy = 4.281207491718679e-314, 
        x0 = 3.5811412685949822e-307, 
        y0 = 1.5944919086942955e-314
      }, 
      filter = 5248784, 
      extend = CAIRO_EXTEND_NONE
    }, 
    color = {
      red = 3.5802720408357971e-307, 
      green = 3.5801653028063978e-307, 
      blue = -1.9911880493164094, 
      alpha = 3.5801653028065069e-307, 
      red_short = 5816, 
      green_short = 1133, 
      blue_short = 14400, 
      alpha_short = 36837
    }
  }, 
  surface = {
    base = {
      type = 2147483648, 
      ref_count = 0, 
      status = 2147483648, 
      matrix = {
        xx = 1.0000000000003819, 
        yx = 24, 
        xy = 4.4570200656329177e-313, 
        yy = 4.281207491718679e-314, 
        x0 = 3.5811412685949822e-307, 
        y0 = 1.5944919086942955e-314
      }, 
      filter = 5248784, 
      extend = CAIRO_EXTEND_NONE
    }, 
    surface = 0x4
  }, 
  gradient = {
    base = {
      base = {
        type = 2147483648, 
        ref_count = 0, 
        status = 2147483648, 
        matrix = {
          xx = 1.0000000000003819, 
          yx = 24, 
          xy = 4.4570200656329177e-313, 
          yy = 4.281207491718679e-314, 
          x0 = 3.5811412685949822e-307, 
          y0 = 1.5944919086942955e-314
        }, 
        filter = 5248784, 
        extend = CAIRO_EXTEND_NONE
      }, 
      stops = 0x4, 
      n_stops = 5248816
    }, 
    linear = {
      base = {
        base = {
          type = 2147483648, 
          ref_count = 0, 
          status = 2147483648, 
          matrix = {
            xx = 1.0000000000003819, 
            yx = 24, 
            xy = 4.4570200656329177e-313, 
            yy = 4.281207491718679e-314, 
            x0 = 3.5811412685949822e-307, 
            y0 = 1.5944919086942955e-314
          }, 
          filter = 5248784, 
          extend = CAIRO_EXTEND_NONE
        }, 
        stops = 0x4, 
        n_stops = 5248816
      }, 
      gradient = {
        p1 = {
          x = -1881124220, 
          y = 5248784
        }, 
        p2 = {
          x = 14, 
          y = -1073751064
        }
      }
    }, 
    radial = {
      base = {
        base = {
          type = 2147483648, 
          ref_count = 0, 
          status = 2147483648, 
          matrix = {
            xx = 1.0000000000003819, 
            yx = 24, 
            xy = 4.4570200656329177e-313, 
            yy = 4.281207491718679e-314, 
            x0 = 3.5811412685949822e-307, 
            y0 = 1.5944919086942955e-314
          }, 
          filter = 5248784, 
          extend = CAIRO_EXTEND_NONE
        }, 
        stops = 0x4, 
        n_stops = 5248816
      }, 
      gradient = {
        inner = {
          x = -1881124220, 
          y = 5248784, 
          radius = 14
        }, 
        outer = {
          x = -1073751064, 
          y = -1881124082, 
          radius = 5248784
        }
      }
    }
  }
}
#1  0x0466b445 in _cairo_surface_show_glyphs (surface=0x534da50, op=CAIRO_OPERATOR_OVER, source=0xbfffddbc, glyphs=0x534e2a0, num_glyphs=20, scaled_font=0x534c990) at cairo-surface.c:1840
        status = CAIRO_STATUS_SUCCESS
        dev_scaled_font = (cairo_scaled_font_t *) 0x534c990
        dev_source = {
  base = {
    type = CAIRO_PATTERN_TYPE_SOLID, 
    ref_count = 1, 
    status = CAIRO_STATUS_SUCCESS, 
    matrix = {
      xx = 1, 
      yx = 0, 
      xy = 0, 
      yy = 1, 
      x0 = 24, 
      y0 = 114
    }, 
    filter = CAIRO_FILTER_BEST, 
    extend = CAIRO_EXTEND_PAD
  }, 
  solid = {
    base = {
      type = CAIRO_PATTERN_TYPE_SOLID, 
      ref_count = 1, 
      status = CAIRO_STATUS_SUCCESS, 
      matrix = {
        xx = 1, 
        yx = 0, 
        xy = 0, 
        yy = 1, 
        x0 = 24, 
        y0 = 114
      }, 
      filter = CAIRO_FILTER_BEST, 
      extend = CAIRO_EXTEND_PAD
    }, 
    color = {
      red = 0, 
      green = 0, 
      blue = 0, 
      alpha = 1, 
      red_short = 0, 
      green_short = 0, 
      blue_short = 0, 
      alpha_short = 65535
    }
  }, 
  surface = {
    base = {
      type = CAIRO_PATTERN_TYPE_SOLID, 
      ref_count = 1, 
      status = CAIRO_STATUS_SUCCESS, 
      matrix = {
        xx = 1, 
        yx = 0, 
        xy = 0, 
        yy = 1, 
        x0 = 24, 
        y0 = 114
      }, 
      filter = CAIRO_FILTER_BEST, 
      extend = CAIRO_EXTEND_PAD
    }, 
    surface = 0x0
  }, 
  gradient = {
    base = {
      base = {
        type = CAIRO_PATTERN_TYPE_SOLID, 
        ref_count = 1, 
        status = CAIRO_STATUS_SUCCESS, 
        matrix = {
          xx = 1, 
          yx = 0, 
          xy = 0, 
          yy = 1, 
          x0 = 24, 
          y0 = 114
        }, 
        filter = CAIRO_FILTER_BEST, 
        extend = CAIRO_EXTEND_PAD
      }, 
      stops = 0x0, 
      n_stops = 0
    }, 
    linear = {
      base = {
        base = {
          type = CAIRO_PATTERN_TYPE_SOLID, 
          ref_count = 1, 
          status = CAIRO_STATUS_SUCCESS, 
          matrix = {
            xx = 1, 
            yx = 0, 
            xy = 0, 
            yy = 1, 
            x0 = 24, 
            y0 = 114
          }, 
          filter = CAIRO_FILTER_BEST, 
          extend = CAIRO_EXTEND_PAD
        }, 
        stops = 0x0, 
        n_stops = 0
      }, 
      gradient = {
        p1 = {
          x = 0, 
          y = 0
        }, 
        p2 = {
          x = 0, 
          y = 0
        }
      }
    }, 
    radial = {
      base = {
        base = {
          type = CAIRO_PATTERN_TYPE_SOLID, 
          ref_count = 1, 
          status = CAIRO_STATUS_SUCCESS, 
          matrix = {
            xx = 1, 
            yx = 0, 
            xy = 0, 
            yy = 1, 
            x0 = 24, 
            y0 = 114
          }, 
          filter = CAIRO_FILTER_BEST, 
          extend = CAIRO_EXTEND_PAD
        }, 
        stops = 0x0, 
        n_stops = 0
      }, 
      gradient = {
        inner = {
          x = 0, 
          y = 0, 
          radius = 0
        }, 
        outer = {
          x = 0, 
          y = 0, 
          radius = 1072693248
        }
      }
    }
  }
}
        font_matrix = {
  xx = 10, 
  yx = 0, 
  xy = 0, 
  yy = 10, 
  x0 = 0, 
  y0 = 0
}
#2  0x0465c1ef in _cairo_gstate_show_glyphs (gstate=0x534e0b0, glyphs=0xbfffde90, num_glyphs=20) at cairo-gstate.c:1496
        status = CAIRO_STATUS_SUCCESS
        source_pattern = {
  base = {
    type = CAIRO_PATTERN_TYPE_SOLID, 
    ref_count = 1, 
    status = CAIRO_STATUS_SUCCESS, 
    matrix = {
      xx = 1, 
      yx = 0, 
      xy = 0, 
      yy = 1, 
      x0 = 0, 
      y0 = 0
    }, 
    filter = CAIRO_FILTER_BEST, 
    extend = CAIRO_EXTEND_PAD
  }, 
  solid = {
    base = {
      type = CAIRO_PATTERN_TYPE_SOLID, 
      ref_count = 1, 
      status = CAIRO_STATUS_SUCCESS, 
      matrix = {
        xx = 1, 
        yx = 0, 
        xy = 0, 
        yy = 1, 
        x0 = 0, 
        y0 = 0
      }, 
      filter = CAIRO_FILTER_BEST, 
      extend = CAIRO_EXTEND_PAD
    }, 
    color = {
      red = 0, 
      green = 0, 
      blue = 0, 
      alpha = 1, 
      red_short = 0, 
      green_short = 0, 
      blue_short = 0, 
      alpha_short = 65535
    }
  }, 
  surface = {
    base = {
      type = CAIRO_PATTERN_TYPE_SOLID, 
      ref_count = 1, 
      status = CAIRO_STATUS_SUCCESS, 
      matrix = {
        xx = 1, 
        yx = 0, 
        xy = 0, 
        yy = 1, 
        x0 = 0, 
        y0 = 0
      }, 
      filter = CAIRO_FILTER_BEST, 
      extend = CAIRO_EXTEND_PAD
    }, 
    surface = 0x0
  }, 
  gradient = {
    base = {
      base = {
        type = CAIRO_PATTERN_TYPE_SOLID, 
        ref_count = 1, 
        status = CAIRO_STATUS_SUCCESS, 
        matrix = {
          xx = 1, 
          yx = 0, 
          xy = 0, 
          yy = 1, 
          x0 = 0, 
          y0 = 0
        }, 
        filter = CAIRO_FILTER_BEST, 
        extend = CAIRO_EXTEND_PAD
      }, 
      stops = 0x0, 
      n_stops = 0
    }, 
    linear = {
      base = {
        base = {
          type = CAIRO_PATTERN_TYPE_SOLID, 
          ref_count = 1, 
          status = CAIRO_STATUS_SUCCESS, 
          matrix = {
            xx = 1, 
            yx = 0, 
            xy = 0, 
            yy = 1, 
            x0 = 0, 
            y0 = 0
          }, 
          filter = CAIRO_FILTER_BEST, 
          extend = CAIRO_EXTEND_PAD
        }, 
        stops = 0x0, 
        n_stops = 0
      }, 
      gradient = {
        p1 = {
          x = 0, 
          y = 0
        }, 
        p2 = {
          x = 0, 
          y = 0
        }
      }
    }, 
    radial = {
      base = {
        base = {
          type = CAIRO_PATTERN_TYPE_SOLID, 
          ref_count = 1, 
          status = CAIRO_STATUS_SUCCESS, 
          matrix = {
            xx = 1, 
            yx = 0, 
            xy = 0, 
            yy = 1, 
            x0 = 0, 
            y0 = 0
          }, 
          filter = CAIRO_FILTER_BEST, 
          extend = CAIRO_EXTEND_PAD
        }, 
        stops = 0x0, 
        n_stops = 0
      }, 
      gradient = {
        inner = {
          x = 0, 
          y = 0, 
          radius = 0
        }, 
        outer = {
          x = 0, 
          y = 0, 
          radius = 1072693248
        }
      }
    }
  }
}
        transformed_glyphs = (cairo_glyph_t *) 0x534e2a0
#3  0x04653a88 in cairo_show_glyphs (cr=0x534dd10, glyphs=0xbfffde90, num_glyphs=20) at cairo.c:2713
No locals.
#4  0x006e8e7e in pango_cairo_renderer_draw_glyphs (renderer=0x52e9b00, font=0x55860d0, glyphs=0x52fda20, x=0, y=0) at pangocairo-render.c:258
        i = 1
        count = 20
        x_position = 1
        cairo_glyphs = (cairo_glyph_t *) 0xbfffde90
        stack_glyphs = {{
    index = 47, 
    x = 107, 
    y = 121.7001953125
  }, {
    index = 82, 
    x = 112.5615234375, 
    y = 121.7001953125
  }, {
    index = 68, 
    x = 118.123046875, 
    y = 121.7001953125
  }, {
    index = 71, 
    x = 123.6845703125, 
    y = 121.7001953125
  }, {
    index = 76, 
    x = 129.24609375, 
    y = 121.7001953125
  }, {
    index = 81, 
    x = 131.4677734375, 
    y = 121.7001953125
  }, {
    index = 74, 
    x = 137.029296875, 
    y = 121.7001953125
  }, {
    index = 3, 
    x = 142.5908203125, 
    y = 121.7001953125
  }, {
    index = 40, 
    x = 145.369140625, 
    y = 121.7001953125
  }, {
    index = 87, 
    x = 152.0390625, 
    y = 121.7001953125
  }, {
    index = 75, 
    x = 154.8173828125, 
    y = 121.7001953125
  }, {
    index = 72, 
    x = 160.37890625, 
    y = 121.7001953125
  }, {
    index = 85, 
    x = 165.9404296875, 
    y = 121.7001953125
  }, {
    index = 72, 
    x = 169.2705078125, 
    y = 121.7001953125
  }, {
    index = 68, 
    x = 174.83203125, 
    y = 121.7001953125
  }, {
    index = 79, 
    x = 180.3935546875, 
    y = 121.7001953125
  }, {
    index = 3, 
    x = 182.615234375, 
    y = 121.7001953125
  }, {
    index = 17, 
    x = 185.3935546875, 
    y = 121.7001953125
  }, {
    index = 17, 
    x = 188.171875, 
    y = 121.7001953125
  }, {
    index = 17, 
    x = 190.9501953125, 
    y = 121.7001953125
  }, {
    index = 3221217612, 
    x = -1.9923019603137959, 
    y = -3.7205335306258841e-232
  }, {
    index = 3985405929, 
    x = -3.4063146891654605e-232, 
    y = -2.8277028913968391e+178
  }, {
    index = 3985405929, 
    x = 1.3742349593087667e-306, 
    y = 3.7210354514012564e-316
  }, {
    index = 2413883120, 
    x = 1.4206945582573209e-306, 
    y = -3.2636220660612503e-232
  }, {
    index = 3221217612, 
    x = 1.7264808128879298e-287, 
    y = 1.0292202995590782e-283
  }, {
    index = 84023384, 
    x = -3.4095617141822836e-232, 
    y = 1.44476989931483e-287
  }, {
    index = 3221217612, 
    x = 4.8898816020039351e-287, 
    y = -1.9924698039687705
  }, {
    index = 2413885033, 
    x = 2.3863256896367792e-287, 
    y = 4.8896372316013794e-287
  }, {
    index = 73772803, 
    x = -4.2712317424795416e-232, 
    y = 5.7330202728434154e-313
  }, {
    index = 7327024, 
    x = -3.4133587065692709e-232, 
    y = 1.3522810334345226e-306
  }, {
    index = 3221217640, 
    x = 3.5759281016441656e-307, 
    y = 1.3522810334237053e-306
  }, {
    index = 7335094, 
    x = 3.5788053751834214e-307, 
    y = 3.5801653030601152e-307
  }, {
    index = 87351040, 
    x = 3.5802720408357971e-307, 
    y = 3.580163394651589e-307
  }, {
    index = 14, 
    x = 1.8597423714366904e-304, 
    y = 1.4152143346449727e-306
  }, {
    index = 2, 
    x = 3.5769040148352668e-307, 
    y = -1.9926002025587399
  }, {
    index = 5248384, 
    x = 1.0609978954826362e-313, 
    y = -3.2854542001284668e-232
  }, {
    index = 5247536, 
    x = -1.9925918579101587, 
    y = 3.5759281016111075e-307
  }, {
    index = 7266674, 
    x = 1.7702575643700068e-287, 
    y = 107
  }, {
    index = 0, 
    x = 5.8299746209267092e-322, 
    y = -1.9926073555660082
  }, {
    index = 73166332, 
    x = 1.0290894772562277e-283, 
    y = 1.1664421128163765e-287
  }}
#5  0x045c6e41 in pango_renderer_draw_glyphs (renderer=0x52e9b00, font=0x55860d0, glyphs=0x52fda20, x=0, y=0) at pango-renderer.c:614
        __PRETTY_FUNCTION__ = "pango_renderer_draw_glyphs"
        renderer = (PangoRenderer *) 0x52e9b00
        font = (PangoFont *) 0x55860d0
        glyphs = (PangoGlyphString *) 0x52fda20
        x = 0
        y = 0
#6  0x006e94ae in _pango_cairo_do_glyph_string (cr=0x534dd10, font=0x55860d0, glyphs=0x52fda20, do_path=0) at pangocairo-render.c:496
        free_renderer = 0
        crenderer = (PangoCairoRenderer *) 0x52e9b00
#7  0x045c6e41 in pango_renderer_draw_glyphs (renderer=0x5564010, font=0x55860d0, glyphs=0x52fda20, x=109568, y=124621) at pango-renderer.c:614
        __PRETTY_FUNCTION__ = "pango_renderer_draw_glyphs"
        renderer = (PangoRenderer *) 0x5564010
        font = (PangoFont *) 0x55860d0
        glyphs = (PangoGlyphString *) 0x52fda20
        x = 109568
        y = 124621
#8  0x045c7f81 in pango_renderer_draw_layout_line (renderer=0x5564010, line=0x52e7160, x=109568, y=124621) at pango-renderer.c:545
        metrics = (PangoFontMetrics *) 0x7fe478
        run = (PangoLayoutRun *) 0x4ff520
        logical_rect = {
  x = 0, 
  y = -65536, 
  width = 0, 
  height = 0
}
        logical = (PangoRectangle *) 0x0
        rise = 0
        shape_attr = (PangoAttrShape *) 0x0
        ink_rect = {
  x = 1936682083, 
  y = 25701, 
  width = 1600873575, 
  height = 73128788
}
        ink = (PangoRectangle *) 0x0
        x_off = 0
        glyph_string_width = 88810
        state = {
  underline = PANGO_UNDERLINE_NONE, 
  underline_rect = {
    x = -1073749072, 
    y = -1881067601, 
    width = 0, 
    height = 73270588
  }, 
  strikethrough = 0, 
  strikethrough_rect = {
    x = -1073749024, 
    y = -1073749024, 
    width = 1, 
    height = -1880803264
  }, 
  logical_rect_end = 198378
}
        l = (GSList *) 0x4ff508
        got_overall = 0
        overall_rect = {
  x = -1, 
  y = -1, 
  width = -1, 
  height = -1
}
        __PRETTY_FUNCTION__ = "pango_renderer_draw_layout_line"
#9  0x045c83a3 in pango_renderer_draw_layout (renderer=0x5564010, layout=0x7ffa40, x=109568, y=116736) at pango-renderer.c:185
        logical_rect = {
  x = 0, 
  y = 0, 
  width = 88810, 
  height = 10240
}
        line = (PangoLayoutLine *) 0x52e7160
        baseline = 0
        iter = (struct _PangoLayoutIter *) 0x52e8110
        __PRETTY_FUNCTION__ = "pango_renderer_draw_layout"
        layout = (PangoLayout *) 0x52e7160
#10 0x043eab2f in gdk_draw_layout_with_colors (drawable=0x52e80b8, gc=0x7ff0f8, x=107, y=114, layout=0x7ffa40, foreground=0x0, background=0x0) at gdkpango.c:1029
        renderer = (PangoRenderer *) 0x5564010
        matrix = (const PangoMatrix *) 0x0
        __PRETTY_FUNCTION__ = "gdk_draw_layout_with_colors"
        drawable = (GdkDrawable *) 0x52e80b8
        gc = (GdkGC *) 0x0
#11 0x043ead97 in gdk_draw_layout (drawable=0x52e80b8, gc=0x7ff0f8, x=107, y=114, layout=0x7ffa40) at gdkpango.c:1091
        __PRETTY_FUNCTION__ = "gdk_draw_layout"
        drawable = (GdkDrawable *) 0x52e80b8
        gc = (GdkGC *) 0x7ff0f8
        x = 107
        y = 114
        layout = (struct _PangoLayout *) 0x7ffa40
#12 0x039beb14 in gtk_default_draw_layout (style=0x580bc00, window=0x52e80b8, state_type=GTK_STATE_NORMAL, use_text=0, area=0x52e54f4, widget=0x54610d8, detail=0x3a8bdec "label", x=107, y=114, layout=0x7ffa40) at gtkstyle.c:5081
        gc = (GdkGC *) 0x7ff0f8
        style = (GtkStyle *) 0x0
        window = (GdkWindow *) 0x52e80b8
        state_type = GTK_STATE_NORMAL
        area = (GdkRectangle *) 0x52e54f4
        x = 107
        y = 114
        layout = (struct _PangoLayout *) 0x7ffa40
#13 0x0393a08b in gtk_label_expose (widget=0x54610d8, event=0x52e54e8) at gtklabel.c:2444
        x = 107
        y = 114
        __PRETTY_FUNCTION__ = "gtk_label_expose"
        widget = (GtkWidget *) 0x54610d8
#14 0x0394bead in _gtk_marshal_BOOLEAN__BOXED (closure=0x5315ab0, return_value=0xbfffe82c, n_param_values=2, param_values=0xbfffe910, invocation_hint=0xbfffe818, marshal_data=0x3939f92) at gtkmarshalers.c:84
        data1 = (gpointer) 0x54610d8
        data2 = (gpointer) 0x0
        v_return = 0
        __PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__BOXED"
        closure = (GClosure *) 0x5315ab0
        return_value = (GValue *) 0xbfffe82c
        n_param_values = 0
        param_values = (const GValue *) 0xbfffe910
        marshal_data = (gpointer) 0x3939f92
#15 0x04ff4ace in g_closure_invoke (closure=0x5315ab0, return_value=0xbfffe82c, n_param_values=2, param_values=0xbfffe910, invocation_hint=0xbfffe818) at gclosure.c:490
        marshal = (GClosureMarshal) 0x4ff4417 <g_type_class_meta_marshal>
        marshal_data = (gpointer) 0xc8
        in_marshal = 1
        __PRETTY_FUNCTION__ = "g_closure_invoke"
        closure = (GClosure *) 0x5315ab0
        return_value = (GValue *) 0xbfffe82c
        n_param_values = 2
        param_values = (const GValue *) 0xbfffe910
        invocation_hint = (gpointer) 0xbfffe818
#16 0x05003ade in signal_emit_unlocked_R (node=0x5315b70, detail=0, instance=0x54610d8, emission_return=0xbfffea90, instance_and_params=0xbfffe910) at gsignal.c:2478
        accumulator = (SignalAccumulator *) 0x5315bb0
        emission = {
  next = 0xbfffee40, 
  instance = 0x54610d8, 
  ihint = {
    signal_id = 35, 
    detail = 0, 
    run_type = G_SIGNAL_RUN_LAST
  }, 
  state = EMISSION_RUN, 
  chain_type = 87151664
}
        class_closure = (GClosure *) 0x5315ab0
        handler_list = (Handler *) 0x0
        return_accu = (GValue *) 0xbfffe82c
        accu = {
  g_type = 20, 
  data = {{
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }, {
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }}
}
        signal_id = 35
        max_sequential_handler_number = 7
        return_value_altered = 0
#17 0x05004f2d in g_signal_emit_valist (instance=0x54610d8, signal_id=35, detail=0, var_args=0xbfffeb30 "\\ëÿ¿Ø\020F\005xëÿ¿74¥\003Ø\020F\005èT.\005xëÿ¿Ø\020F\005Ø\020F\005 B1\005ý") at gsignal.c:2209
        return_value = {
  g_type = 20, 
  data = {{
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }, {
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }}
}
        error = (gchar *) 0x5315b70 "#"
        instance_and_params = (GValue *) 0xbfffe910
        stack_values = {{
    g_type = 87151664, 
    data = {{
        v_int = 88477912, 
        v_uint = 88477912, 
        v_long = 88477912, 
        v_ulong = 88477912, 
        v_int64 = 88477912, 
        v_uint64 = 88477912, 
        v_float = 9.31300897e-36, 
        v_double = 4.3713896734964978e-316, 
        v_pointer = 0x54610d8
      }, {
        v_int = 0, 
        v_uint = 0, 
        v_long = 0, 
        v_ulong = 0, 
        v_int64 = 0, 
        v_uint64 = 0, 
        v_float = 0, 
        v_double = 0, 
        v_pointer = 0x0
      }}
  }, {
    g_type = 87119312, 
    data = {{
        v_int = 86922472, 
        v_uint = 86922472, 
        v_long = 86922472, 
        v_ulong = 86922472, 
        v_int64 = 86922472, 
        v_uint64 = 86922472, 
        v_float = 8.1970355e-36, 
        v_double = 4.2945407266797669e-316, 
        v_pointer = 0x52e54e8
      }, {
        v_int = 134217728, 
        v_uint = 134217728, 
        v_long = 134217728, 
        v_ulong = 134217728, 
        v_int64 = 134217728, 
        v_uint64 = 134217728, 
        v_float = 3.85185989e-34, 
        v_double = 6.631236846766476e-316, 
        v_pointer = 0x8000000
      }}
  }, {
    g_type = 3221219688, 
    data = {{
        v_int = 87346704, 
        v_uint = 87346704, 
        v_long = 87346704, 
        v_ulong = 87346704, 
        v_int64 = 375151237180739088, 
        v_uint64 = 375151237180739088, 
        v_float = 8.50140703e-36, 
        v_double = 1.3991052712534552e-283, 
        v_pointer = 0x534ce10
      }, {
        v_int = 125824, 
        v_uint = 125824, 
        v_long = 125824, 
        v_ulong = 125824, 
        v_int64 = 125824, 
        v_uint64 = 125824, 
        v_float = 1.76316978e-40, 
        v_double = 6.2165315822329005e-319, 
        v_pointer = 0x1eb80
      }}
  }, {
    g_type = 88091040, 
    data = {{
        v_int = 2, 
        v_uint = 2, 
        v_long = 2, 
        v_ulong = 2, 
        v_int64 = 22484737910112258, 
        v_uint64 = 22484737910112258, 
        v_float = 2.80259693e-45, 
        v_double = 3.5469719852873349e-307, 
        v_pointer = 0x2
      }, {
        v_int = 86951496, 
        v_uint = 86951496, 
        v_long = 86951496, 
        v_ulong = 86951496, 
        v_int64 = 360232234485990984, 
        v_uint64 = 360232234485990984, 
        v_float = 8.2178592e-36, 
        v_double = 1.3366520423347311e-284, 
        v_pointer = 0x52ec648
      }}
  }, {
    g_type = 61661680, 
    data = {{
        v_int = 61661680, 
        v_uint = 61661680, 
        v_long = 61661680, 
        v_ulong = 61661680, 
        v_int64 = 8651596272, 
        v_uint64 = 8651596272, 
        v_float = 1.01611241e-36, 
        v_double = 4.2744564996834009e-314, 
        v_pointer = 0x3ace1f0
      }, {
        v_int = 83946208, 
        v_uint = 83946208, 
        v_long = 83946208, 
        v_ulong = 83946208, 
        v_int64 = 4378913504, 
        v_uint64 = 4378913504, 
        v_float = 6.0616708e-36, 
        v_double = 2.1634707284367159e-314, 
        v_pointer = 0x500eae0
      }}
  }, {
    g_type = 87106416, 
    data = {{
        v_int = -1073747544, 
        v_uint = 3221219752, 
        v_long = -1073747544, 
        v_ulong = 3221219752, 
        v_int64 = -8070049812872959576, 
        v_uint64 = 10376694260836592040, 
        v_float = -1.99931812, 
        v_double = -1.402853313853593e-231, 
        v_pointer = 0xbfffe9a8
      }, {
        v_int = -1073747452, 
        v_uint = 3221219844, 
        v_long = -1073747452, 
        v_ulong = 3221219844, 
        v_int64 = 374329527171541508, 
        v_uint64 = 374329527171541508, 
        v_float = -1.99932909, 
        v_double = 1.2027860247781792e-283, 
        v_pointer = 0xbfffea04
      }}
  }, {
    g_type = 0, 
    data = {{
        v_int = 83899126, 
        v_uint = 83899126, 
        v_long = 83899126, 
        v_ulong = 83899126, 
        v_int64 = 374167586587292406, 
        v_uint64 = 374167586587292406, 
        v_float = 6.02789112e-36, 
        v_double = 1.1640959113346356e-283, 
        v_pointer = 0x50032f6
      }, {
        v_int = -1073747320, 
        v_uint = 3221219976, 
        v_long = -1073747320, 
        v_ulong = 3221219976, 
        v_int64 = 374329527171541640, 
        v_uint64 = 374329527171541640, 
        v_float = -1.99934483, 
        v_double = 1.2027860247782107e-283, 
        v_pointer = 0xbfffea88
      }}
  }, {
    g_type = 1, 
    data = {{
        v_int = 61661680, 
        v_uint = 61661680, 
        v_long = 61661680, 
        v_ulong = 61661680, 
        v_int64 = -4611710070182583824, 
        v_uint64 = 13835034003526967792, 
        v_float = 1.01611241e-36, 
        v_double = -1.9946594375197684, 
        v_pointer = 0x3ace1f0
      }, {
        v_int = -1073747400, 
        v_uint = 3221219896, 
        v_long = -1073747400, 
        v_ulong = 3221219896, 
        v_int64 = 259941774846323256, 
        v_uint64 = 259941774846323256, 
        v_float = -1.99933529, 
        v_double = 2.7556011427210071e-291, 
        v_pointer = 0xbfffea38
      }}
  }, {
    g_type = 3221219844, 
    data = {{
        v_int = 87155328, 
        v_uint = 87155328, 
        v_long = 87155328, 
        v_ulong = 87155328, 
        v_int64 = 12972057216, 
        v_uint64 = 12972057216, 
        v_float = 8.36410148e-36, 
        v_double = 6.4090478263126426e-314, 
        v_pointer = 0x531e280
      }, {
        v_int = 83946208, 
        v_uint = 83946208, 
        v_long = 83946208, 
        v_ulong = 83946208, 
        v_int64 = 259940281355397856, 
        v_uint64 = 259940281355397856, 
        v_float = 6.0616708e-36, 
        v_double = 2.755069442302443e-291, 
        v_pointer = 0x500eae0
      }}
  }, {
    g_type = 3221219832, 
    data = {{
        v_int = 0, 
        v_uint = 0, 
        v_long = 0, 
        v_ulong = 0, 
        v_int64 = 8589934592, 
        v_uint64 = 8589934592, 
        v_float = 0, 
        v_double = 4.2439915819305446e-314, 
        v_pointer = 0x0
      }, {
        v_int = 0, 
        v_uint = 0, 
        v_long = 0, 
        v_ulong = 0, 
        v_int64 = 137438953472, 
        v_uint64 = 137438953472, 
        v_float = 0, 
        v_double = 6.7903865310888714e-313, 
        v_pointer = 0x0
      }}
  }, {
    g_type = 3221219832, 
    data = {{
        v_int = 2, 
        v_uint = 2, 
        v_long = 2, 
        v_ulong = 2, 
        v_int64 = -4611710190503329790, 
        v_uint64 = 13835033883206221826, 
        v_float = 2.80259693e-45, 
        v_double = -1.9946327209472661, 
        v_pointer = 0x2
      }, {
        v_int = 185065, 
        v_uint = 185065, 
        v_long = 185065, 
        v_ulong = 185065, 
        v_int64 = -8079200175198645527, 
        v_uint64 = 10367543898510906089, 
        v_float = 2.593313e-40, 
        v_double = -3.4047557739129335e-232, 
        v_pointer = 0x2d2e9
      }}
  }, {
    g_type = 83849132, 
    data = {{
        v_int = 2, 
        v_uint = 2, 
        v_long = 2, 
        v_ulong = 2, 
        v_int64 = 380009738458365954, 
        v_uint64 = 380009738458365954, 
        v_float = 2.80259693e-45, 
        v_double = 2.9677935432523945e-283, 
        v_pointer = 0x2
      }, {
        v_int = -1073747400, 
        v_uint = 3221219896, 
        v_long = -1073747400, 
        v_ulong = 3221219896, 
        v_int64 = 360129648031427128, 
        v_uint64 = 360129648031427128, 
        v_float = -1.99933529, 
        v_double = 1.3213336094074223e-284, 
        v_pointer = 0xbfffea38
      }}
  }, {
    g_type = 88477916, 
    data = {{
        v_int = 2, 
        v_uint = 2, 
        v_long = 2, 
        v_ulong = 2, 
        v_int64 = 4294967298, 
        v_uint64 = 4294967298, 
        v_float = 2.80259693e-45, 
        v_double = 2.1219957919534036e-314, 
        v_pointer = 0x2
      }, {
        v_int = -1879038904, 
        v_uint = 2415928392, 
        v_long = -1879038904, 
        v_ulong = 2415928392, 
        v_int64 = 139854881864, 
        v_uint64 = 139854881864, 
        v_float = -2.5271499e-29, 
        v_double = 6.9097492532188398e-313, 
        v_pointer = 0x90002448
      }}
  }, {
    g_type = 5238432, 
    data = {{
        v_int = -1073747352, 
        v_uint = 3221219944, 
        v_long = -1073747352, 
        v_ulong = 3221219944, 
        v_int64 = -8070408133404530072, 
        v_uint64 = 10376335940305021544, 
        v_float = -1.99934101, 
        v_double = -1.3003577084707382e-231, 
        v_pointer = 0xbfffea68
      }, {
        v_int = 92274688, 
        v_uint = 92274688, 
        v_long = 92274688, 
        v_ulong = 92274688, 
        v_int64 = 137531228160, 
        v_uint64 = 137531228160, 
        v_float = 1.20370622e-35, 
        v_double = 6.7949455064210234e-313, 
        v_pointer = 0x5800000
      }}
  }, {
    g_type = 0, 
    data = {{
        v_int = 61175622, 
        v_uint = 61175622, 
        v_long = 61175622, 
        v_ulong = 61175622, 
        v_int64 = 61175622, 
        v_uint64 = 61175622, 
        v_float = 9.72521223e-37, 
        v_double = 3.0224773193169971e-316, 
        v_pointer = 0x3a57746
      }, {
        v_int = -1073747344, 
        v_uint = 3221219952, 
        v_long = -1073747344, 
        v_ulong = 3221219952, 
        v_int64 = -4611709345468519824, 
        v_uint64 = 13835034728241031792, 
        v_float = -1.99934196, 
        v_double = -1.9948203563677929, 
        v_pointer = 0xbfffea70
      }}
  }, {
    g_type = 61176095, 
    data = {{
        v_int = 88477912, 
        v_uint = 88477912, 
        v_long = 88477912, 
        v_ulong = 88477912, 
        v_int64 = 4383445208, 
        v_uint64 = 4383445208, 
        v_float = 9.31300897e-36, 
        v_double = 2.1657096877002373e-314, 
        v_pointer = 0x54610d8
      }, {
        v_int = -1073747344, 
        v_uint = 3221219952, 
        v_long = -1073747344, 
        v_ulong = 3221219952, 
        v_int64 = 306035819133528688, 
        v_uint64 = 306035819133528688, 
        v_float = -1.99934196, 
        v_double = 3.207453428595371e-288, 
        v_pointer = 0xbfffea70
      }}
  }}
        free_me = (GValue *) 0x0
        signal_return_type = 20
        param_values = (GValue *) 0xbfffe924
        node = (SignalNode *) 0x5315b70
        i = 0
        n_params = 1
        __PRETTY_FUNCTION__ = "g_signal_emit_valist"
        signal_id = 0
#18 0x050055af in g_signal_emit (instance=0x54610d8, signal_id=35, detail=0) at gsignal.c:2243
        var_args = 0xbfffeb2c "èT.\005\\ëÿ¿Ø\020F\005xëÿ¿74¥\003Ø\020F\005èT.\005xëÿ¿Ø\020F\005Ø\020F\005 B1\005ý"
        instance = (gpointer) 0x0
        signal_id = 0
        detail = 0
#19 0x03a53347 in gtk_widget_event_internal (widget=0x54610d8, event=0x52e54e8) at gtkwidget.c:3911
        signal_num = 0
        return_val = 0
#20 0x038c70df in gtk_container_propagate_expose (container=0x52e5498, child=0x54610d8, event=0x52e55d8) at gtkcontainer.c:2461
        child_event = (GdkEvent *) 0x52e54e8
        __PRETTY_FUNCTION__ = "gtk_container_propagate_expose"
        container = (GtkContainer *) 0x52e54e8
        child = (GtkWidget *) 0x54610d8
        event = (GdkEventExpose *) 0x52e55d8
#21 0x038c7141 in gtk_container_expose_child (child=0x54610d8, client_data=0xbfffec88) at gtkcontainer.c:2349
        child = (GtkWidget *) 0x0
        client_data = (gpointer) 0x0
#22 0x0388d7bd in gtk_box_forall (container=0x52e5498, include_internals=1, callback=0x38c7120 <gtk_container_expose_child>, callback_data=0xbfffec88) at gtkbox.c:670
        child = (GtkBoxChild *) 0x0
        children = (GList *) 0x0
        __PRETTY_FUNCTION__ = "gtk_box_forall"
        container = (GtkContainer *) 0x52e5498
        callback = (GtkCallback) 0x38c7120 <gtk_container_expose_child>
        callback_data = (gpointer) 0xbfffec88
#23 0x038c568a in gtk_container_forall (container=0x52e5498, callback=0x38c7120 <gtk_container_expose_child>, callback_data=0xbfffec88) at gtkcontainer.c:1261
        __PRETTY_FUNCTION__ = "gtk_container_forall"
        container = (GtkContainer *) 0x52e5498
        callback = (GtkCallback) 0x38c7120 <gtk_container_expose_child>
        callback_data = (gpointer) 0xbfffec88
#24 0x038c6e91 in gtk_container_expose (widget=0x52e5498, event=0x52e55d8) at gtkcontainer.c:2372
        data = {
  container = 0x52e5498, 
  event = 0x52e55d8
}
        __PRETTY_FUNCTION__ = "gtk_container_expose"
        widget = (GtkWidget *) 0x52e5498
#25 0x0394bead in _gtk_marshal_BOOLEAN__BOXED (closure=0x5315ab0, return_value=0xbfffee5c, n_param_values=2, param_values=0xbfffef40, invocation_hint=0xbfffee48, marshal_data=0x38c6df5) at gtkmarshalers.c:84
        data1 = (gpointer) 0x52e5498
        data2 = (gpointer) 0x0
        v_return = 0
        __PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__BOXED"
        closure = (GClosure *) 0x5315ab0
        return_value = (GValue *) 0xbfffee5c
        n_param_values = 0
        param_values = (const GValue *) 0xbfffef40
        marshal_data = (gpointer) 0x38c6df5
#26 0x04ff4ace in g_closure_invoke (closure=0x5315ab0, return_value=0xbfffee5c, n_param_values=2, param_values=0xbfffef40, invocation_hint=0xbfffee48) at gclosure.c:490
        marshal = (GClosureMarshal) 0x4ff4417 <g_type_class_meta_marshal>
        marshal_data = (gpointer) 0xc8
        in_marshal = 1
        __PRETTY_FUNCTION__ = "g_closure_invoke"
        closure = (GClosure *) 0x5315ab0
        return_value = (GValue *) 0xbfffee5c
        n_param_values = 2
        param_values = (const GValue *) 0xbfffef40
        invocation_hint = (gpointer) 0xbfffee48
#27 0x05003ade in signal_emit_unlocked_R (node=0x5315b70, detail=0, instance=0x52e5498, emission_return=0xbffff0c0, instance_and_params=0xbfffef40) at gsignal.c:2478
        accumulator = (SignalAccumulator *) 0x5315bb0
        emission = {
  next = 0xbffff430, 
  instance = 0x52e5498, 
  ihint = {
    signal_id = 35, 
    detail = 0, 
    run_type = G_SIGNAL_RUN_LAST
  }, 
  state = EMISSION_RUN, 
  chain_type = 87140656
}
        class_closure = (GClosure *) 0x5315ab0
        handler_list = (Handler *) 0x0
        return_accu = (GValue *) 0xbfffee5c
        accu = {
  g_type = 20, 
  data = {{
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }, {
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }}
}
        signal_id = 35
        max_sequential_handler_number = 7
        return_value_altered = 0
#28 0x05004f2d in g_signal_emit_valist (instance=0x52e5498, signal_id=35, detail=0, var_args=0xbffff160 "ñÿ¿") at gsignal.c:2209
        return_value = {
  g_type = 20, 
  data = {{
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }, {
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }}
}
        error = (gchar *) 0x5315b70 "#"
        instance_and_params = (GValue *) 0xbfffef40
        stack_values = {{
    g_type = 87140656, 
    data = {{
        v_int = 86922392, 
        v_uint = 86922392, 
        v_long = 86922392, 
        v_ulong = 86922392, 
        v_int64 = 86922392, 
        v_uint64 = 86922392, 
        v_float = 8.1969781e-36, 
        v_double = 4.2945367741546002e-316, 
        v_pointer = 0x52e5498
      }, {
        v_int = 0, 
        v_uint = 0, 
        v_long = 0, 
        v_ulong = 0, 
        v_int64 = 0, 
        v_uint64 = 0, 
        v_float = 0, 
        v_double = 0, 
        v_pointer = 0x0
      }}
  }, {
    g_type = 87119312, 
    data = {{
        v_int = 86922712, 
        v_uint = 86922712, 
        v_long = 86922712, 
        v_ulong = 86922712, 
        v_int64 = 86922712, 
        v_uint64 = 86922712, 
        v_float = 8.19720769e-36, 
        v_double = 4.2945525842552671e-316, 
        v_pointer = 0x52e55d8
      }, {
        v_int = 134217728, 
        v_uint = 134217728, 
        v_long = 134217728, 
        v_ulong = 134217728, 
        v_int64 = 134217728, 
        v_uint64 = 134217728, 
        v_float = 3.85185989e-34, 
        v_double = 6.631236846766476e-316, 
        v_pointer = 0x8000000
      }}
  }, {
    g_type = 0, 
    data = {{
        v_int = 87346768, 
        v_uint = 87346768, 
        v_long = 87346768, 
        v_ulong = 87346768, 
        v_int64 = 375151512058646096, 
        v_uint64 = 375151512058646096, 
        v_float = 8.50145295e-36, 
        v_double = 1.3991709438422912e-283, 
        v_pointer = 0x534ce50
      }, {
        v_int = -1073746000, 
        v_uint = 3221221296, 
        v_long = -1073746000, 
        v_ulong = 3221221296, 
        v_int64 = 3221221296, 
        v_uint64 = 3221221296, 
        v_float = -1.99950218, 
        v_double = 1.5914947800058172e-314, 
        v_pointer = 0xbfffefb0
      }}
  }, {
    g_type = 88091040, 
    data = {{
        v_int = -1880982564, 
        v_uint = 2413984732, 
        v_long = -1880982564, 
        v_ulong = 2413984732, 
        v_int64 = -8410592247252091940, 
        v_uint64 = 10036151826457459676, 
        v_float = -2.23330295e-29, 
        v_double = -2.5120291474912538e-254, 
        v_pointer = 0x8fe27bdc
      }, {
        v_int = -1881085377, 
        v_uint = 2413881919, 
        v_long = -1881085377, 
        v_ulong = 2413881919, 
        v_int64 = -8079400150757217729, 
        v_uint64 = 10367343922952333887, 
        v_float = -2.21783337e-29, 
        v_double = -3.2617510188700322e-232, 
        v_pointer = 0x8fe0ea3f
      }}
  }, {
    g_type = 5246288, 
    data = {{
        v_int = 8, 
        v_uint = 8, 
        v_long = 8, 
        v_ulong = 8, 
        v_int64 = -4611703644973170680, 
        v_uint64 = 13835040428736380936, 
        v_float = 1.12103877e-44, 
        v_double = -1.9960861206054705, 
        v_pointer = 0x8
      }, {
        v_int = -1881131634, 
        v_uint = 2413835662, 
        v_long = -1881131634, 
        v_ulong = 2413835662, 
        v_int64 = 22532637799232910, 
        v_uint64 = 22532637799232910, 
        v_float = -2.21087339e-29, 
        v_double = 3.5716909004097381e-307, 
        v_pointer = 0x8fe0358e
      }}
  }, {
    g_type = 72200124, 
    data = {{
        v_int = 0, 
        v_uint = 0, 
        v_long = 0, 
        v_ulong = 0, 
        v_int64 = 0, 
        v_uint64 = 0, 
        v_float = 0, 
        v_double = 0, 
        v_pointer = 0x0
      }, {
        v_int = -1073745700, 
        v_uint = 3221221596, 
        v_long = -1073745700, 
        v_ulong = 3221221596, 
        v_int64 = 285144819032912092, 
        v_uint64 = 285144819032912092, 
        v_float = -1.99953794, 
        v_double = 1.3492317302904651e-289, 
        v_pointer = 0xbffff0dc
      }}
  }, {
    g_type = 3221221336, 
    data = {{
        v_int = -1881131329, 
        v_uint = 2413835967, 
        v_long = -1881131329, 
        v_ulong = 2413835967, 
        v_int64 = -8078758594312390977, 
        v_uint64 = 10367985479397160639, 
        v_float = -2.21091928e-29, 
        v_double = -3.720535196765048e-232, 
        v_pointer = 0x8fe036bf
      }, {
        v_int = -1958145047, 
        v_uint = 2336822249, 
        v_long = -1958145047, 
        v_ulong = 2336822249, 
        v_int64 = -8079200172862008343, 
        v_uint64 = 10367543900847543273, 
        v_float = -3.87261706e-32, 
        v_double = -3.4047574448682768e-232, 
        v_pointer = 0x8b4913e9
      }}
  }, {
    g_type = 2413882426, 
    data = {{
        v_int = 758766056, 
        v_uint = 758766056, 
        v_long = 758766056, 
        v_ulong = 758766056, 
        v_int64 = -5964760918188762648, 
        v_uint64 = 12481983155520788968, 
        v_float = 1.05644174e-11, 
        v_double = -7.643549090924548e-91, 
        v_pointer = 0x2d39d9e8
      }, {
        v_int = -1958145047, 
        v_uint = 2336822249, 
        v_long = -1958145047, 
        v_ulong = 2336822249, 
        v_int64 = -5964761517906127895, 
        v_uint64 = 12481982555803423721, 
        v_float = -3.87261706e-32, 
        v_double = -7.6428953763756642e-91, 
        v_pointer = 0x8b4913e9
      }}
  }, {
    g_type = 62125458, 
    data = {{
        v_int = 72200028, 
        v_uint = 72200028, 
        v_long = 72200028, 
        v_ulong = 72200028, 
        v_int64 = -4611702940526334116, 
        v_uint64 = 13835041133183217500, 
        v_float = 2.41781553e-36, 
        v_double = -1.9962425392249861, 
        v_pointer = 0x44daf5c
      }, {
        v_int = -1881084176, 
        v_uint = 2413883120, 
        v_long = -1881084176, 
        v_ulong = 2413883120, 
        v_int64 = -8077988506676171024, 
        v_uint64 = 10368755567033380592, 
        v_float = -2.21801407e-29, 
        v_double = -4.2712334649208523e-232, 
        v_pointer = 0x8fe0eef0
      }}
  }, {
    g_type = 66390400, 
    data = {{
        v_int = -1073745896, 
        v_uint = 3221221400, 
        v_long = -1073745896, 
        v_ulong = 3221221400, 
        v_int64 = -8079397534314794984, 
        v_uint64 = 10367346539394756632, 
        v_float = -1.99951458, 
        v_double = -3.2636220660640993e-232, 
        v_pointer = 0xbffff018
      }, {
        v_int = -1073745700, 
        v_uint = 3221221596, 
        v_long = -1073745700, 
        v_ulong = 3221221596, 
        v_int64 = 380009741679587548, 
        v_uint64 = 380009741679587548, 
        v_float = -1.99953794, 
        v_double = 2.967795082451842e-283, 
        v_pointer = 0xbffff0dc
      }}
  }, {
    g_type = 3221221432, 
    data = {{
        v_int = 6, 
        v_uint = 6, 
        v_long = 6, 
        v_ulong = 6, 
        v_int64 = 380008810745430022, 
        v_uint64 = 380008810745430022, 
        v_float = 8.40779079e-45, 
        v_double = 2.9673502532778562e-283, 
        v_pointer = 0x6
      }, {
        v_int = 188912, 
        v_uint = 188912, 
        v_long = 188912, 
        v_ulong = 188912, 
        v_int64 = -4611703095217167888, 
        v_uint64 = 13835040978492383728, 
        v_float = 2.64722095e-40, 
        v_double = -1.9962081909599156, 
        v_pointer = 0x2e1f0
      }}
  }, {
    g_type = 2413883483, 
    data = {{
        v_int = 5246227, 
        v_uint = 5246227, 
        v_long = 5246227, 
        v_ulong = 5246227, 
        v_int64 = 310097171352390931, 
        v_uint64 = 310097171352390931, 
        v_float = 7.35152984e-39, 
        v_double = 6.0924588753641144e-288, 
        v_pointer = 0x500d13
      }, {
        v_int = -1073745700, 
        v_uint = 3221221596, 
        v_long = -1073745700, 
        v_ulong = 3221221596, 
        v_int64 = -8079188141774212900, 
        v_uint64 = 10367555931935338716, 
        v_float = -1.99953794, 
        v_double = -3.4133610101008038e-232, 
        v_pointer = 0xbffff0dc
      }}
  }, {
    g_type = 66390345, 
    data = {{
        v_int = 59196336, 
        v_uint = 59196336, 
        v_long = 59196336, 
        v_ulong = 59196336, 
        v_int64 = -4611702820280253520, 
        v_uint64 = 13835041253429298096, 
        v_float = 7.95012716e-37, 
        v_double = -1.9962692392184458, 
        v_pointer = 0x38743b0
      }, {
        v_int = -1879038904, 
        v_uint = 2415928392, 
        v_long = -1879038904, 
        v_ulong = 2415928392, 
        v_int64 = 599416382536, 
        v_uint64 = 599416382536, 
        v_float = -2.5271499e-29, 
        v_double = 2.9615104216547254e-312, 
        v_pointer = 0x90002448
      }}
  }, {
    g_type = 5238304, 
    data = {{
        v_int = -1073745768, 
        v_uint = 3221221528, 
        v_long = -1073745768, 
        v_ulong = 3221221528, 
        v_int64 = -8070408133404528488, 
        v_uint64 = 10376335940305023128, 
        v_float = -1.99952984, 
        v_double = -1.3003577084711913e-231, 
        v_pointer = 0xbffff098
      }, {
        v_int = 92274688, 
        v_uint = 92274688, 
        v_long = 92274688, 
        v_ulong = 92274688, 
        v_int64 = 137531228160, 
        v_uint64 = 137531228160, 
        v_float = 1.20370622e-35, 
        v_double = 6.7949455064210234e-313, 
        v_pointer = 0x5800000
      }}
  }, {
    g_type = 2414164032, 
    data = {{
        v_int = 72200124, 
        v_uint = 72200124, 
        v_long = 72200124, 
        v_ulong = 72200124, 
        v_int64 = -4611702992065941572, 
        v_uint64 = 13835041081643610044, 
        v_float = 2.41783275e-36, 
        v_double = -1.9962310951332105, 
        v_pointer = 0x44dafbc
      }, {
        v_int = -1073745536, 
        v_uint = 3221221760, 
        v_long = -1073745536, 
        v_ulong = 3221221760, 
        v_int64 = 3221221760, 
        v_uint64 = 3221221760, 
        v_float = -1.9995575, 
        v_double = 1.5914950092522769e-314, 
        v_pointer = 0xbffff180
      }}
  }, {
    g_type = 2413884720, 
    data = {{
        v_int = 66390400, 
        v_uint = 66390400, 
        v_long = 66390400, 
        v_ulong = 66390400, 
        v_int64 = 254246327229417856, 
        v_uint64 = 254246327229417856, 
        v_float = 1.44019869e-36, 
        v_double = 1.1656445869742252e-291, 
        v_pointer = 0x3f50980
      }, {
        v_int = -1073745672, 
        v_uint = 3221221624, 
        v_long = -1073745672, 
        v_ulong = 3221221624, 
        v_int64 = -8079186797449449224, 
        v_uint64 = 10367557276260102392, 
        v_float = -1.99954128, 
        v_double = -3.4143223517512545e-232, 
        v_pointer = 0xbffff0f8
      }}
  }}
        free_me = (GValue *) 0x0
        signal_return_type = 20
        param_values = (GValue *) 0xbfffef54
        node = (SignalNode *) 0x5315b70
        i = 0
        n_params = 1
        __PRETTY_FUNCTION__ = "g_signal_emit_valist"
        signal_id = 0
#29 0x050055af in g_signal_emit (instance=0x52e5498, signal_id=35, detail=0) at gsignal.c:2243
        var_args = 0xbffff15c "ØU.\005ñÿ¿"
        instance = (gpointer) 0x0
        signal_id = 0
        detail = 0
#30 0x03a53347 in gtk_widget_event_internal (widget=0x52e5498, event=0x52e55d8) at gtkwidget.c:3911
        signal_num = 0
        return_val = 0
#31 0x038c70df in gtk_container_propagate_expose (container=0x52ee008, child=0x52e5498, event=0xbffff824) at gtkcontainer.c:2461
        child_event = (GdkEvent *) 0x52e55d8
        __PRETTY_FUNCTION__ = "gtk_container_propagate_expose"
        container = (GtkContainer *) 0x52e55d8
        child = (GtkWidget *) 0x52e5498
        event = (GdkEventExpose *) 0xbffff824
#32 0x038c7141 in gtk_container_expose_child (child=0x52e5498, client_data=0xbffff278) at gtkcontainer.c:2349
        child = (GtkWidget *) 0x0
        client_data = (gpointer) 0x0
#33 0x038c568a in gtk_container_forall (container=0x52ee008, callback=0x38c7120 <gtk_container_expose_child>, callback_data=0xbffff278) at gtkcontainer.c:1261
        __PRETTY_FUNCTION__ = "gtk_container_forall"
        container = (GtkContainer *) 0x52ee008
        callback = (GtkCallback) 0x38c7120 <gtk_container_expose_child>
        callback_data = (gpointer) 0xbffff278
#34 0x038c6e91 in gtk_container_expose (widget=0x52ee008, event=0xbffff824) at gtkcontainer.c:2372
        data = {
  container = 0x52ee008, 
  event = 0xbffff824
}
        __PRETTY_FUNCTION__ = "gtk_container_expose"
        widget = (GtkWidget *) 0x52ee008
#35 0x0394bead in _gtk_marshal_BOOLEAN__BOXED (closure=0x5315ab0, return_value=0xbffff44c, n_param_values=2, param_values=0xbffff530, invocation_hint=0xbffff438, marshal_data=0x3a65235) at gtkmarshalers.c:84
        data1 = (gpointer) 0x52ee008
        data2 = (gpointer) 0x0
        v_return = 0
        __PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__BOXED"
        closure = (GClosure *) 0x5315ab0
        return_value = (GValue *) 0xbffff44c
        n_param_values = 0
        param_values = (const GValue *) 0xbffff530
        marshal_data = (gpointer) 0x3a65235
#36 0x04ff4ace in g_closure_invoke (closure=0x5315ab0, return_value=0xbffff44c, n_param_values=2, param_values=0xbffff530, invocation_hint=0xbffff438) at gclosure.c:490
        marshal = (GClosureMarshal) 0x4ff4417 <g_type_class_meta_marshal>
        marshal_data = (gpointer) 0xc8
        in_marshal = 0
        __PRETTY_FUNCTION__ = "g_closure_invoke"
        closure = (GClosure *) 0x5315ab0
        return_value = (GValue *) 0xbffff44c
        n_param_values = 2
        param_values = (const GValue *) 0xbffff530
        invocation_hint = (gpointer) 0xbffff438
#37 0x05003ade in signal_emit_unlocked_R (node=0x5315b70, detail=0, instance=0x52ee008, emission_return=0xbffff6b0, instance_and_params=0xbffff530) at gsignal.c:2478
        accumulator = (SignalAccumulator *) 0x5315bb0
        emission = {
  next = 0x0, 
  instance = 0x52ee008, 
  ihint = {
    signal_id = 35, 
    detail = 0, 
    run_type = G_SIGNAL_RUN_LAST
  }, 
  state = EMISSION_RUN, 
  chain_type = 87115008
}
        class_closure = (GClosure *) 0x5315ab0
        handler_list = (Handler *) 0x0
        return_accu = (GValue *) 0xbffff44c
        accu = {
  g_type = 20, 
  data = {{
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }, {
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }}
}
        signal_id = 35
        max_sequential_handler_number = 7
        return_value_altered = 0
#38 0x05004f2d in g_signal_emit_valist (instance=0x52ee008, signal_id=35, detail=0, var_args=0xbffff750 "|÷ÿ¿") at gsignal.c:2209
        return_value = {
  g_type = 20, 
  data = {{
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }, {
      v_int = 0, 
      v_uint = 0, 
      v_long = 0, 
      v_ulong = 0, 
      v_int64 = 0, 
      v_uint64 = 0, 
      v_float = 0, 
      v_double = 0, 
      v_pointer = 0x0
    }}
}
        error = (gchar *) 0x5315b70 "#"
        instance_and_params = (GValue *) 0xbffff530
        stack_values = {{
    g_type = 87115008, 
    data = {{
        v_int = 86958088, 
        v_uint = 86958088, 
        v_long = 86958088, 
        v_ulong = 86958088, 
        v_int64 = 86958088, 
        v_uint64 = 86958088, 
        v_float = 8.22258872e-36, 
        v_double = 4.2963003908839951e-316, 
        v_pointer = 0x52ee008
      }, {
        v_int = 0, 
        v_uint = 0, 
        v_long = 0, 
        v_ulong = 0, 
        v_int64 = 0, 
        v_uint64 = 0, 
        v_float = 0, 
        v_double = 0, 
        v_pointer = 0x0
      }}
  }, {
    g_type = 87119312, 
    data = {{
        v_int = -1073743836, 
        v_uint = 3221223460, 
        v_long = -1073743836, 
        v_ulong = 3221223460, 
        v_int64 = 3221223460, 
        v_uint64 = 3221223460, 
        v_float = -1.99976015, 
        v_double = 1.5914958491638748e-314, 
        v_pointer = 0xbffff824
      }, {
        v_int = 134217728, 
        v_uint = 134217728, 
        v_long = 134217728, 
        v_ulong = 134217728, 
        v_int64 = 134217728, 
        v_uint64 = 134217728, 
        v_float = 3.85185989e-34, 
        v_double = 6.631236846766476e-316, 
        v_pointer = 0x8000000
      }}
  }, {
    g_type = 2413881919, 
    data = {{
        v_int = -1881084870, 
        v_uint = 2413882426, 
        v_long = -1881084870, 
        v_ulong = 2413882426, 
        v_int64 = 3256082638714235962, 
        v_uint64 = 3256082638714235962, 
        v_float = -2.21790965e-29, 
        v_double = 4.8982520184717063e-91, 
        v_pointer = 0x8fe0ec3a
      }, {
        v_int = 803793036, 
        v_uint = 803793036, 
        v_long = 803793036, 
        v_ulong = 803793036, 
        v_int64 = -8396928617863911284, 
        v_uint64 = 10049815455845640332, 
        v_float = 4.23657887e-10, 
        v_double = -2.0559097728584376e-253, 
        v_pointer = 0x2fe8e88c
      }}
  }, {
    g_type = 803792896, 
    data = {{
        v_int = 62127998, 
        v_uint = 62127998, 
        v_long = 62127998, 
        v_ulong = 62127998, 
        v_int64 = 1443171139454, 
        v_uint64 = 1443171139454, 
        v_float = 1.05793326e-36, 
        v_double = 7.1302128107378819e-312, 
        v_pointer = 0x3b3ff7e
      }, {
        v_int = 460160, 
        v_uint = 460160, 
        v_long = 460160, 
        v_ulong = 460160, 
        v_int64 = -8079195016942647936, 
        v_uint64 = 10367549056766903680, 
        v_float = 6.44821501e-40, 
        v_double = -3.4084445003785618e-232, 
        v_pointer = 0x70580
      }}
  }, {
    g_type = 2414164032, 
    data = {{
        v_int = 66392726, 
        v_uint = 66392726, 
        v_long = 66392726, 
        v_ulong = 66392726, 
        v_int64 = -4611697391434394986, 
        v_uint64 = 13835046682275156630, 
        v_float = 1.44040729e-36, 
        v_double = -1.9974746851523029, 
        v_pointer = 0x3f51296
      }, {
        v_int = -1881131329, 
        v_uint = 2413835967, 
        v_long = -1881131329, 
        v_ulong = 2413835967, 
        v_int64 = -4611696547273361729, 
        v_uint64 = 13835047526436189887, 
        v_float = -2.21091928e-29, 
        v_double = -1.9976621265554255, 
        v_pointer = 0x8fe036bf
      }}
  }, {
    g_type = 66118284, 
    data = {{
        v_int = 0, 
        v_uint = 0, 
        v_long = 0, 
        v_ulong = 0, 
        v_int64 = 0, 
        v_uint64 = 0, 
        v_float = 0, 
        v_double = 0, 
        v_pointer = 0x0
      }, {
        v_int = -1073744180, 
        v_uint = 3221223116, 
        v_long = -1073744180, 
        v_ulong = 3221223116, 
        v_int64 = 375165877563160268, 
        v_uint64 = 375165877563160268, 
        v_float = -1.99971914, 
        v_double = 1.4026030853397685e-283, 
        v_pointer = 0xbffff6cc
      }}
  }, {
    g_type = 3221222920, 
    data = {{
        v_int = -1881083813, 
        v_uint = 2413883483, 
        v_long = -1881083813, 
        v_ulong = 2413883483, 
        v_int64 = 22532418755948635, 
        v_uint64 = 22532418755948635, 
        v_float = -2.21806869e-29, 
        v_double = 3.5715177455909981e-307, 
        v_pointer = 0x8fe0f05b
      }, {
        v_int = 72200772, 
        v_uint = 72200772, 
        v_long = 72200772, 
        v_ulong = 72200772, 
        v_int64 = -4611696549614996924, 
        v_uint64 = 13835047524094554692, 
        v_float = 2.41794898e-36, 
        v_double = -1.9976616066079638, 
        v_pointer = 0x44db244
      }}
  }, {
    g_type = 2413882426, 
    data = {{
        v_int = 758777464, 
        v_uint = 758777464, 
        v_long = 758777464, 
        v_ulong = 758777464, 
        v_int64 = 4179877617928373880, 
        v_uint64 = 4179877617928373880, 
        v_float = 1.05743123e-11, 
        v_double = 2.8254455798724943e-29, 
        v_pointer = 0x2d3a0678
      }, {
        v_int = -247545879, 
        v_uint = 4047421417, 
        v_long = -247545879, 
        v_ulong = 4047421417, 
        v_int64 = 4179878115138256873, 
        v_uint64 = 4179878115138256873, 
        v_float = -9.44546512e+29, 
        v_double = 2.8257242756506884e-29, 
        v_pointer = 0xf13ebfe9
      }}
  }, {
    g_type = 62125451, 
    data = {{
        v_int = 87350640, 
        v_uint = 87350640, 
        v_long = 87350640, 
        v_ulong = 87350640, 
        v_int64 = 12655653800959344, 
        v_uint64 = 12655653800959344, 
        v_float = 8.50423097e-36, 
        v_double = 8.0552998204140071e-308, 
        v_pointer = 0x534dd70
      }, {
        v_int = -1881084176, 
        v_uint = 2413883120, 
        v_long = -1881084176, 
        v_ulong = 2413883120, 
        v_int64 = -8077988781554077968, 
        v_uint64 = 10368755292155473648, 
        v_float = -2.21801407e-29, 
        v_double = -4.2710368966600614e-232, 
        v_pointer = 0x8fe0eef0
      }}
  }, {
    g_type = 66360612, 
    data = {{
        v_int = -1073744376, 
        v_uint = 3221222920, 
        v_long = -1073744376, 
        v_ulong = 3221222920, 
        v_int64 = 310099957707175432, 
        v_uint64 = 310099957707175432, 
        v_float = -1.99969578, 
        v_double = 6.0944904406364716e-288, 
        v_pointer = 0xbffff608
      }, {
        v_int = -1073744180, 
        v_uint = 3221223116, 
        v_long = -1073744180, 
        v_ulong = 3221223116, 
        v_int64 = -6917277236257098036, 
        v_uint64 = 11529466837452453580, 
        v_float = -1.99971914, 
        v_double = -1.5750656988785412e-154, 
        v_pointer = 0xbffff6cc
      }}
  }, {
    g_type = 3221222984, 
    data = {{
        v_int = -1881082576, 
        v_uint = 2413884720, 
        v_long = -1881082576, 
        v_ulong = 2413884720, 
        v_int64 = 285154589276173616, 
        v_uint64 = 285154589276173616, 
        v_float = -2.21825481e-29, 
        v_double = 1.3514578564086063e-289, 
        v_pointer = 0x8fe0f530
      }, {
        v_int = 59196336, 
        v_uint = 59196336, 
        v_long = 59196336, 
        v_ulong = 59196336, 
        v_int64 = -4611696429368917072, 
        v_uint64 = 13835047644340634544, 
        v_float = 7.95012716e-37, 
        v_double = -1.9976883066012583, 
        v_pointer = 0x38743b0
      }}
  }, {
    g_type = 2413885033, 
    data = {{
        v_int = 5245888, 
        v_uint = 5245888, 
        v_long = 5245888, 
        v_ulong = 5245888, 
        v_int64 = 266837719581199296, 
        v_uint64 = 266837719581199296, 
        v_float = 7.3510548e-39, 
        v_double = 8.0158783367677546e-291, 
        v_pointer = 0x500bc0
      }, {
        v_int = 59196336, 
        v_uint = 59196336, 
        v_long = 59196336, 
        v_ulong = 59196336, 
        v_int64 = 285154586921485232, 
        v_uint64 = 285154586921485232, 
        v_float = 7.95012716e-37, 
        v_double = 1.3514573198985961e-289, 
        v_pointer = 0x38743b0
      }}
  }, {
    g_type = 71268256, 
    data = {{
        v_int = 5246288, 
        v_uint = 5246288, 
        v_long = 5246288, 
        v_ulong = 5246288, 
        v_int64 = -8077988509084807856, 
        v_uint64 = 10368755564624743760, 
        v_float = 7.35161532e-39, 
        v_double = -4.2712317424777567e-232, 
        v_pointer = 0x500d50
      }, {
        v_int = 31, 
        v_uint = 31, 
        v_long = 31, 
        v_ulong = 31, 
        v_int64 = 375166497112195103, 
        v_uint64 = 375166497112195103, 
        v_float = 4.34402524e-44, 
        v_double = 1.4027511051987356e-283, 
        v_pointer = 0x1f
      }}
  }, {
    g_type = 87350112, 
    data = {{
        v_int = -1073744248, 
        v_uint = 3221223048, 
        v_long = -1073744248, 
        v_ulong = 3221223048, 
        v_int64 = 32086626924168, 
        v_uint64 = 32086626924168, 
        v_float = -1.99971104, 
        v_double = 1.5852900054156193e-310, 
        v_pointer = 0xbffff688
      }, {
        v_int = 92274943, 
        v_uint = 92274943, 
        v_long = 92274943, 
        v_ulong = 92274943, 
        v_int64 = 375165874434212095, 
        v_uint64 = 375165874434212095, 
        v_float = 1.20374281e-35, 
        v_double = 1.402602337785594e-283, 
        v_pointer = 0x58000ff
      }}
  }, {
    g_type = 3221223016, 
    data = {{
        v_int = 15786636, 
        v_uint = 15786636, 
        v_long = 15786636, 
        v_ulong = 15786636, 
        v_int64 = 128864805516, 
        v_uint64 = 128864805516, 
        v_float = 2.21217888e-38, 
        v_double = 6.366767336346917e-313, 
        v_pointer = 0xf0e28c
      }, {
        v_int = 66137860, 
        v_uint = 66137860, 
        v_long = 66137860, 
        v_ulong = 66137860, 
        v_int64 = 8656072452, 
        v_uint64 = 8656072452, 
        v_float = 1.41755012e-36, 
        v_double = 4.2766680264460026e-314, 
        v_pointer = 0x3f12f04
      }}
  }, {
    g_type = 59196404, 
    data = {{
        v_int = 5246192, 
        v_uint = 5246192, 
        v_long = 5246192, 
        v_ulong = 5246192, 
        v_int64 = 254246327168273648, 
        v_uint64 = 254246327168273648, 
        v_float = 7.35148079e-39, 
        v_double = 1.1656445760901949e-291, 
        v_pointer = 0x500cf0
      }, {
        v_int = -1073744152, 
        v_uint = 3221223144, 
        v_long = -1073744152, 
        v_ulong = 3221223144, 
        v_int64 = 22532638606620392, 
        v_uint64 = 22532638606620392, 
        v_float = -1.99972248, 
        v_double = 3.5716915386536065e-307, 
        v_pointer = 0xbffff6e8
      }}
  }}
        free_me = (GValue *) 0x0
        signal_return_type = 20
        param_values = (GValue *) 0xbffff544
        node = (SignalNode *) 0x5315b70
        i = 0
        n_params = 1
        __PRETTY_FUNCTION__ = "g_signal_emit_valist"
        signal_id = 0
#39 0x050055af in g_signal_emit (instance=0x52ee008, signal_id=35, detail=0) at gsignal.c:2243
        var_args = 0xbffff74c "$øÿ¿|÷ÿ¿"
        instance = (gpointer) 0x0
        signal_id = 0
        detail = 0
#40 0x03a53347 in gtk_widget_event_internal (widget=0x52ee008, event=0xbffff824) at gtkwidget.c:3911
        signal_num = 0
        return_val = 0
#41 0x0394a977 in gtk_main_do_event (event=0xbffff824) at gtkmain.c:1380
        event_widget = (GtkWidget *) 0x52ee008
        grab_widget = (GtkWidget *) 0x52ee008
        window_group = (GtkWindowGroup *) 0x52ff6e0
        next_event = (GdkEvent *) 0x0
        rewritten_event = (GdkEvent *) 0x0
        tmp_list = (GList *) 0x52ff6e0
        __PRETTY_FUNCTION__ = "gtk_main_do_event"
        event = (GdkEvent *) 0xbffff824
#42 0x043fa293 in gdk_window_process_updates_internal (window=0x52e80b8) at gdkwindow.c:2324
        event = {
  type = GDK_EXPOSE, 
  any = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0'
  }, 
  expose = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    area = {
      x = 24, 
      y = 114, 
      width = 176, 
      height = 10
    }, 
    region = 0x4fee20, 
    count = 0
  }, 
  no_expose = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0'
  }, 
  visibility = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    state = 24
  }, 
  motion = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    time = 24, 
    x = 3.7347125926621141e-312, 
    y = 3.5523499714199605e-307, 
    axes = 0x0, 
    state = 3221223528, 
    is_hint = 28079, 
    device = 0x52e80b8, 
    x_root = -1.9981613159179688, 
    y_root = 1.0256396136564125e-283
  }, 
  button = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    time = 24, 
    x = 3.7347125926621141e-312, 
    y = 3.5523499714199605e-307, 
    axes = 0x0, 
    state = 3221223528, 
    button = 83848623, 
    device = 0x52e80b8, 
    x_root = -1.9981613159179688, 
    y_root = 1.0256396136564125e-283
  }, 
  scroll = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    time = 24, 
    x = 3.7347125926621141e-312, 
    y = 3.5523499714199605e-307, 
    state = 0, 
    direction = 3221223528, 
    device = 0x4ff6daf, 
    x_root = 4.2950948707081425e-316, 
    y_root = 1.3209937024541095e-284
  }, 
  key = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    time = 24, 
    state = 114, 
    keyval = 176, 
    length = 10, 
    string = 0x4fee20 "\002", 
    hardware_keycode = 0, 
    group = 0 '\0', 
    is_modifier = 0
  }, 
  crossing = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    subwindow = 0x18, 
    time = 114, 
    x = 2.1219957996608277e-313, 
    y = 2.5880660488727851e-317, 
    x_root = 1.3209526570860941e-284, 
    y_root = 4.2950948707081425e-316, 
    mode = 3221223544, 
    detail = 83848687, 
    focus = 86933692, 
    state = 1
  }, 
  focus_change = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    in = 1292
  }, 
  configure = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    x = 24, 
    y = 114, 
    width = 176, 
    height = 10
  }, 
  property = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    atom = 0x18, 
    time = 114, 
    state = 176
  }, 
  selection = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    selection = 0x18, 
    target = 0x72, 
    property = 0xb0, 
    time = 10, 
    requestor = 5238304
  }, 
  owner_change = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    owner = 24, 
    reason = 114, 
    selection = 0xb0, 
    time = 10, 
    selection_time = 5238304
  }, 
  proximity = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    time = 24, 
    device = 0x72
  }, 
  client = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    message_type = 0x18, 
    data_format = 114, 
    data = {
      b = "°\000\000\000\n\000\000\000 îO\000\000\000\000\000høÿ¿", 
      s = {176, 0, 10, 0, -4576, 79, 0, 0, -1944, -16385}, 
      l = {176, 10, 5238304, 0, -1073743768}
    }
  }, 
  dnd = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    context = 0x18, 
    time = 114, 
    x_root = 176, 
    y_root = 0
  }, 
  window_state = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    changed_mask = 24, 
    new_window_state = 114
  }, 
  setting = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    action = 24, 
    name = 0x72 <Address 0x72 out of bounds>
  }, 
  grab_broken = {
    type = GDK_EXPOSE, 
    window = 0x52e80b8, 
    send_event = 0 '\0', 
    keyboard = 24, 
    implicit = 114, 
    grab_window = 0xb0
  }
}
        window_rect = {
  x = 0, 
  y = 0, 
  width = 301, 
  height = 148
}
        expose_region = (struct _GdkRegion *) 0x4fee20
        window_region = (struct _GdkRegion *) 0xbffff824
        width = 301
        height = 148
        save_region = 1
#43 0x043fa363 in gdk_window_process_all_updates () at gdkwindow.c:2387
        old_update_windows = (GSList *) 0x4ff4e8
        tmp_list = (GSList *) 0x4ff4e8
#44 0x038c5336 in gtk_container_idle_sizer (data=0x0) at gtkcontainer.c:1113
        widget = (GtkWidget *) 0x52ee008
#45 0x050ddb4b in g_main_context_dispatch (context=0x5313cc0) at gmain.c:2045
        dispatch = (gboolean (*)()) 0x50dff3b <g_idle_dispatch>
        was_in_call = 0
        user_data = (void *) 0x0
        callback = (GSourceFunc) 0x38c52ea <gtk_container_idle_sizer>
        cb_funcs = (GSourceCallbackFuncs *) 0x51401d0
        cb_data = (void *) 0x531e190
        current = (GMainDispatch *) 0x4ff4f8
        i = 0
        current = (GMainDispatch *) 0x4ff4f8
        i = 0
#46 0x050e0c99 in g_main_context_iterate (context=0x5313cc0, block=1, dispatch=1, self=0x531ae40) at gmain.c:2677
        max_priority = 110
        timeout = 0
        some_ready = 1
        nfds = 1
        allocated_nfds = 1
        fds = (GPollFD *) 0x534baa0
        __PRETTY_FUNCTION__ = "g_main_context_iterate"
#47 0x050e11f8 in g_main_context_iteration (context=0x0, may_block=1) at gmain.c:2736
        retval = 88477912
        context = (GMainContext *) 0x5313cc0
#48 0x03949284 in gtk_main_iteration () at gtkmain.c:1084
No locals.
#49 0x0003a1df in splash_update (win=0x52ee008, message=0xd23ac "Loading Ethereal ...") at about_dlg.c:127
        win = (GtkWidget *) 0x0
#50 0x0003a2e7 in splash_new (message=0xd23ac "Loading Ethereal ...") at about_dlg.c:110
        win = (GtkWidget *) 0x52ee008
        main_lb = (GtkWidget *) 0x54610d8
        main_vb = (GtkWidget *) 0x52e5498
#51 0x00016348 in main (argc=1, argv=0xbffffc7c) at main.c:2102
        s = 0x14a01 "UåWVSì<è\t=\017"
        i = -1073743000
        opt = 0
        arg_error = -1881132261
        rf_path = 0xbffffc10 "Äüÿ¿|üÿ¿Xüÿ¿j\""
        rf_open_errno = 0
        gpf_path = 0x8fe06dc2 "UåSì\024èÐW\003"
        pf_path = 0x1 <Address 0x1 out of bounds>
        cf_path = 0x0
        df_path = 0x79645f5f <Address 0x79645f5f out of bounds>
        gdp_path = 0x73 <Address 0x73 out of bounds>
        dp_path = 0x636e7566 <Address 0x636e7566 out of bounds>
        gpf_open_errno = 0
        gpf_read_errno = 0
        pf_open_errno = -256
        pf_read_errno = -1881117246
        cf_open_errno = -1879044755
        df_open_errno = -1073742824
        gdp_open_errno = -1073742724
        gdp_read_errno = -1073742652
        dp_open_errno = -1879044769
        dp_read_errno = -1881117246
        err = 1266335
        start_capture = 0
        rc_file = (gchar *) 0x0
        cf_name = (gchar *) 0x510350 "(ùäà\003Q"
        rfilter = (gchar *) 0x8fe06dc2 "UåSì\024èÐW\003"
        rfcode = (struct _dfilter_t *) 0x0
        prefs = (e_prefs *) 0x3
        badopt = 0 '\0'
        splash_win = (GtkWidget *) 0x90000be3
        go_to_packet = 5243328
        optind_initial = 1
        status = 0
        optstring = "a:b:c:Df:g:Hhi:klLm:nN:o:pQr:R:Ss:t:vw:X:y:z:"
        __PRETTY_FUNCTION__ = "main"


More information about the cairo mailing list