> Author: jmb
> Date: Tue Feb 17 10:37:51 2009
> New Revision: 6544
> 
>     trunk/netsurf/desktop/save_pdf/pdf_plotters.c

Thre's something broken in that file, most likely from one of the
previous changes rather than this one.

Exporting the NetSurf welcome page causes a crash at
desktop/save_pdf/pdf_plotters.c:483

Stack trace:
    HPDF_SetError()+0x0 (section 8 @ 0xf3af4)
    HPDF_Image_Validate()+0x38 (section 8 @ 0xfbb98)
    HPDF_Image_AddSMask()+0x38 (section 8 @ 0xfc424)
    pdf_extract_image()+0x3B8 (section 8 @ 0x66bec)
    pdf_plot_bitmap()+0x7C (section 8 @ 0x663cc)
    nsmng_redraw()+0xD8 (section 8 @ 0x77b8c)
    content_redraw()+0x100 (section 8 @ 0x228b8)
    html_redraw_box()+0x23BC (section 8 @ 0x8fb98)
    html_redraw_box_children()+0xC8 (section 8 @ 0x900f0)
    html_redraw_box()+0x25EC (section 8 @ 0x8fdc8)
    html_redraw_box_children()+0xC8 (section 8 @ 0x900f0)
    html_redraw_box()+0x25EC (section 8 @ 0x8fdc8)
    html_redraw_box_children()+0xC8 (section 8 @ 0x900f0)
    html_redraw_box()+0x25EC (section 8 @ 0x8fdc8)
    html_redraw()+0x154 (section 8 @ 0x8d780)
    content_redraw()+0x100 (section 8 @ 0x228b8)
    print_draw_next_page()+0x128 (section 8 @ 0x63b1c)
    print_basic_run()+0xA4 (section 8 @ 0x63870)
    save_as_pdf()+0x64 (section 8 @ 0x1bbb4)
    ami_menupick()+0xAC0 (section 8 @ 0x164cc)
    ami_handle_msg()+0xF48 (section 8 @ 0x9d30)
    ami_get_msg()+0xE4 (section 8 @ 0xac84)
    gui_poll()+0x3C (section 8 @ 0xada4)
    netsurf_poll()+0x5C (section 8 @ 0x62058)
    netsurf_main_loop()+0x1C (section 8 @ 0x61ce8)
    netsurf_main()+0x2C (section 8 @ 0x61ca8)
    main()+0x4C (section 8 @ 0x61c5c)
    native kernel module newlib.library.kmod+0x00001f38
    native kernel module newlib.library.kmod+0x00002bcc
    native kernel module newlib.library.kmod+0x00002d48
    _start()+0x170 (section 8 @ 0x170)
    native kernel module dos.library.kmod+0x0001ea6c
    native kernel module kernel+0x0003a49c
    native kernel module kernel+0x0003a51c
    

Reply via email to