Hi!
I switches to lates Ubuntu version 11.10 and now vimprobable sometimes
segfaults (version of master branch). The segfault occours only if proxy is
enabled and then only on some pages.
I disables proxy and opened https://gist.github.com/950556, no segfault. I
enabled proxy by :set proxy=true and reloded the page and the segfault
occoured.
If proxy is enabled I can't open these url. Other urls seems to work fine also
https pages work.
I have no idea what's wrong, maybe it a broken glib version from the upgraded
ubuntu. Maybe someone else can have a look at this error.
Daniel
Here is the backtrace from gdb:
-------------------------------
GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)'
failed
Program received signal SIGTRAP, Trace/breakpoint trap.
0x01cb9d99 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
(gdb) bt full
#0 0x01cb9d99 in g_logv () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#1 0x01cba0d3 in g_log () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#2 0x01cba33d in g_return_if_fail_warning () from
/lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#3 0x01c2872b in g_object_ref () from
/usr/lib/i386-linux-gnu/libgobject-2.0.so.0
No symbol table info available.
#4 0x01be90e5 in ?? () from /usr/lib/libsoup-2.4.so.1
No symbol table info available.
#5 0x01beab98 in soup_message_io_client () from /usr/lib/libsoup-2.4.so.1
No symbol table info available.
#6 0x01be7185 in soup_message_send_request () from /usr/lib/libsoup-2.4.so.1
No symbol table info available.
#7 0x01bd8176 in soup_connection_send_request () from
/usr/lib/libsoup-2.4.so.1
No symbol table info available.
#8 0x01bf3f6e in soup_session_send_queue_item () from
/usr/lib/libsoup-2.4.so.1
No symbol table info available.
#9 0x01bf6d8b in ?? () from /usr/lib/libsoup-2.4.so.1
No symbol table info available.
#10 0x01bf704f in ?? () from /usr/lib/libsoup-2.4.so.1
No symbol table info available.
#11 0x01bf7858 in ?? () from /usr/lib/libsoup-2.4.so.1
No symbol table info available.
#12 0x01cad110 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#13 0x01cb125f in g_main_context_dispatch () from
/lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#14 0x01cb1990 in ?? () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#15 0x01cb1f9b in g_main_loop_run () from /lib/i386-linux-gnu/libglib-2.0.so.0
No symbol table info available.
#16 0x0178dfcf in gtk_main () from /usr/lib/i386-linux-gnu/libgtk-x11-2.0.so.0
No symbol table info available.
#17 0x0805381f in main (argc=2, argv=0xbffff0d4) at main.c:2601
a = {i = 0, s = 0x80636e0 "https://gist.github.com/950556"}
url = "https://gist.github.com/950556", '\000' <repeats 225 times>
ver = 0
configfile_exists = 1
cfile = 0x0
searchengines_file = 0x84505b8 "\001"
opts = {{long_name = 0x8058e6f "version", short_name = 118 'v', flags = 0, arg = G_OPTION_ARG_NONE,
arg_data = 0x80636b8, description = 0x8058e77 "print version", arg_description = 0x0}, {
long_name = 0x8058e85 "embed", short_name = 101 'e', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x8063298,
description = 0x8058e8b "embedded", arg_description = 0x0}, {long_name = 0x8058e94 "configfile",
short_name = 99 'c', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x80636bc,
description = 0x8058e9f "config file", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0,
|