Uzbl

Tasklist

FS#157 - uzbl-core crash when loading any uri

Attached to Project: Uzbl
Opened by Vladislav Zavjalov (slazav) - 2009-12-19 02:19:07 PM
Last edited by Dieter Plaetinck (Dieter_be) - 2010-01-19 08:01:07 PM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System Linux
Severity High
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

libwebkit-1.1.15.4
uzbl commit cc2ac18e193530a8f7878716206ef70455eeb447 (15/12/2009)

valgrind output:
...
EVENT [113246211] LOAD_START uzbl.org
==24098== Jump to the invalid address stated on the next line
==24098== at 0xF: ???
==24098== by 0x52583D0: ??? (in /lib/libglib-2.0.so.0.2200.3)
==24098== by 0x5258C1E: g_main_loop_run (in /lib/libglib-2.0.so.0.2200.3)
==24098== by 0x4E03416: gtk_main (in /usr/lib/libgtk-x11-2.0.so.0.1800.5)
==24098== by 0x8053F0F: main (uzbl-core.c:2597)
==24098== Address 0xf is not stack'd, malloc'd or (recently) free'd
==24098==
EVENT [113246211] INSTANCE_EXIT 24098
Program aborted, segmentation fault!

strace output:
...
write(1, "EVENT [115343363] LOAD_START uzb"..., 38EVENT [115343363] LOAD_START uzbl.org
) = 38
access("/home/sla/.local/share/webkit/databases/ApplicationCache.db", F_OK) = -1 ENOENT (No such file or directory)
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
write(1, "EVENT [115343363] INSTANCE_EXIT "..., 38EVENT [115343363] INSTANCE_EXIT 24239

This task depends upon

Closed by  Dieter Plaetinck (Dieter_be)
2010-01-19 08:01:07 PM
Reason for closing:  Works for me
Additional comments about closing:  broken zemberek (see uzbl faq/news)
Comment by Noel Maersk (veox) - 2010-01-02 02:14:21 PM
I have the same versions of libwebkit, and libglib and libgtk-x11 .so files. (uzbl-core.c:2597 is a call to gtk_main().)

Could this be due to enchant being compiled with zemberek support ( http://www.uzbl.org/faq.php )?
Comment by Vladislav Zavjalov (slazav) - 2010-01-14 08:53:38 PM
Yes, the reason was libenchant with zemberek. Thank you!

Loading...