Bug #873
ArgumentOutOfRangeException in ProxySettings.ApplyConfig()
Status: | Closed | Start: | 08/20/2013 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Engine | |||
Target version: | 0.8.11.1 | |||
Complexity: | Medium |
Found in Version: | 1:0.8.12+git-0~290~precise1 |
|
Votes: | 0 |
Description
Exception Type: System.ArgumentOutOfRangeException Exception Message: Cannot be negative. Parameter name: startIndex Exception StackTrace: at System.String.Remove (Int32 startIndex, Int32 count) [0x000a8] in /tmp/buildd/mono-2.10.8.1/mcs/class/corlib/System/String.cs:1714 at System.Net.WebRequest.GetSystemWebProxy () [0x000da] in /tmp/buildd/mono-2.10.8.1/mcs/class/System/System.Net/WebRequest.cs:370 at Smuxi.Engine.ProxySettings.ApplyConfig (Smuxi.Engine.UserConfig config) [0x000c2] in /build/buildd/smuxi-0.8.12+git/src/Engine/Config/ProxySettings.cs:122 at Smuxi.Frontend.Gnome.ProtocolChatView.ApplyConfig (Smuxi.Engine.UserConfig config) [0x00027] in /build/buildd/smuxi-0.8.12+git/src/Frontend-GNOME/Views/Chats/ProtocolChatView.cs:190 at Smuxi.Frontend.Gnome.ChatViewManager+<OnChatAdded>c__AnonStorey20.<>m__32 () [0x0009d] in /build/buildd/smuxi-0.8.12+git/src/Frontend-GNOME/ChatViewManager.cs:260 at GLib.Idle+IdleProxy.Handler () [0x00000] in <filename unknown>:0
Associated revisions
Revision 3b954bda7247b4e6615c2f744a54efecbc3cbcb2
[Engine] Fixed ArgumentOutOfRangeException thrown in ProxySettings.ApplyConfig() (closes: #873)
Revision 7313c9867a1caa1ad50586d76ea6458cab0a3459
[Engine] Fixed no_proxy Mono 2.10.8 hack (really closes #873)
History
Updated by Mirco Bauer 4111 days ago
- Found in Version set to 1:0.8.12+git-0~290~precise1
On Mono 2.10.8.1-8
$ export | grep proxy declare -x http_proxy="http://proxy.lan.gsd-software.net:8080/" declare -x no_proxy=".gsd-software.net"
Updated by Mirco Bauer 4111 days ago
Seems to be a bug in Mono but Smuxi should handle/workaround this issue at least.
Updated by Mirco Bauer 4110 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 3b954bda7247b4e6615c2f744a54efecbc3cbcb2.