On Tue, 6 Sep 2011 23:27:03 +0200 Christophe Mutricy <xto...@chewa.net> wrote:
> reassign 640333 libproxy0 0.3.1-3 > thanks Downgrading libproxy0 to version libproxy0_0.3.1-2 "resolves" the problem. Additional info: The problem apparently is related to a wpad config. I have a wpad config here: $ wget http://wpad/wpad.dat --2011-09-07 12:16:35-- http://wpad/wpad.dat Resolving wpad (wpad)... 192.168.64.1 Connecting to wpad (wpad)|192.168.64.1|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 494 [application/x-ns-proxy-autoconfig] Saving to: `wpad.dat' 100%[======================================>] 494 --.-K/s in 0s 2011-09-07 12:16:35 (28.3 MB/s) - `wpad.dat' saved [494/494] $ cat wpad.dat function FindProxyForURL(url, host) { var proxy_yes = "PROXY 192.168.64.1:3128"; var proxy_no = "DIRECT"; ipaddr = dnsResolve(host); if ( (shExpMatch(ipaddr, "*:*")) || (isInNet(host, "127.0.0.0", "255.0.0.0")) || (isInNet(host, "10.0.0.0", "255.0.0.0")) || (isInNet(host, "172.16.0.0", "255.240.0.0")) || (isInNet(host, "192.168.0.0", "255.255.0.0")) || (isInNet(host, "62.112.236.0", "255.255.252.0")) ) { return proxy_no; } else { return proxy_yes; } } When setting the firewall to REJECT the wpad, the problem disappears. It has something to do with the wpad script (the wpad.dat is linked to proxy.pac) VLC is segfaulting on an internal Dreambox (which is on a 192.168 network and thus uses "proxy_no"), as well as on an external host on the internet ("proxy_yes"). That's why Christophe Mutricy was not able to reproduce the problem I think. R. -- ___________________________________________________________________ It is better to remain silent and be thought a fool, than to speak aloud and remove all doubt. +------------------------------------------------------------------+ | Richard Lucassen, Utrecht | | Public key and email address: | | http://www.lucassen.org/mail-pubkey.html | +------------------------------------------------------------------+ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org