libproxy makes crash epiphany on 2nd proxy pac resolution
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
libproxy (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Reproducible with ubuntu 11.04 natty and libproxy0 0.3.1-2ubuntu5
1. Set a proxy pac in gnome-proxy configuration
2. Open epiphany
3. Go to any URL
4. Click on any link or got to another URL
Epiphany crashes with SIGSEV
After installing the -dbg packages and running with gdb, this is the stack trace I have:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fff9870c700 (LWP 24816)]
0x00007ffff1cbce56 in ?? () from /lib/x86_
(gdb) bt
#0 0x00007ffff1cbce56 in ?? () from /lib/x86_
#1 0x00007fffdbf67318 in ?? () from /usr/lib/
#2 0x00007fffdeb1c059 in px_proxy_
#3 0x00007fffded2146c in ?? () from /usr/lib/
#4 0x00007fffded21583 in ?? () from /usr/lib/
#5 0x00007ffff28cbb2c in ?? () from /usr/lib/
#6 0x00007ffff28bd576 in ?? () from /usr/lib/
#7 0x00007ffff1f8ab16 in ?? () from /lib/x86_
#8 0x00007ffff1f883e4 in ?? () from /lib/x86_
#9 0x00007ffff6023d8c in start_thread () from /lib/x86_
#10 0x00007ffff1c7004d in clone () from /lib/x86_
#11 0x0000000000000000 in ?? ()
(gdb)