[Mono-bugs] [Bug 538127] New: Cannot decompress web response (MonoPosixHelper missing)
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Sep 10 12:24:12 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=538127
Summary: Cannot decompress web response (MonoPosixHelper
missing)
Classification: Mono
Product: MonoTouch
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Major
Priority: P5 - None
Component: Runtime
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: fak at kruegersystems.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Created an attachment (id=317677)
--> (http://bugzilla.novell.com/attachment.cgi?id=317677)
Project file
Description of Problem:
Unhandled Exception: System.Net.WebException: MonoPosixHelper --->
System.DllNotFoundException: MonoPosixHelper
at (wrapper managed-to-native)
System.IO.Compression.DeflateStream:CreateZStream
(System.IO.Compression.CompressionMode,bool,System.IO.Compression.DeflateStream/UnmanagedReadOrWrite)
at System.IO.Compression.DeflateStream..ctor (System.IO.Stream
compressedStream, CompressionMode mode, Boolean leaveOpen, Boolean gzip)
[0x00000]
at System.IO.Compression.GZipStream..ctor (System.IO.Stream compressedStream,
CompressionMode mode, Boolean leaveOpen) [0x00000]
at System.IO.Compression.GZipStream..ctor (System.IO.Stream compressedStream,
CompressionMode mode) [0x00000]
at System.Net.HttpWebResponse..ctor (System.Uri uri, System.String method,
System.Net.WebConnectionData data, System.Net.CookieContainer container)
[0x00000]
at (wrapper remoting-invoke-with-check) System.Net.HttpWebResponse:.ctor
(System.Uri,string,System.Net.WebConnectionData,System.Net.CookieContainer)
at System.Net.HttpWebRequest.SetResponseData (System.Net.WebConnectionData
data) [0x00000]
--- End of inner exception stack trace ---
at System.Net.HttpWebRequest.EndGetResponse (IAsyncResult asyncResult)
[0x00000]
at System.Net.HttpWebRequest.GetResponse () [0x00000]
at AppSales.Scraper.ReadResponse (System.Net.HttpWebRequest req) [0x00000]
at AppSales.ITunesConnectScraper.LogIn () [0x00000]
at AppSales.Touch.AppDelegate.FinishedLaunching
(MonoTouch.UIKit.UIApplication app, MonoTouch.Foundation.NSDictionary options)
[0x00000]
at (wrapper managed-to-native)
MonoTouch.UIKit.UIApplication:UIApplicationMain (int,string[],intptr,intptr)
at MonoTouch.UIKit.UIApplication.Main (System.String[] args, System.String
principalClassName, System.String delegateClassName) [0x00000]
at MonoTouch.UIKit.UIApplication.Main (System.String[] args) [0x00000]
at AppSales.Touch.Application.Main (System.String[] args) [0x00000]
Symbol file /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/mscorlib.dll.mdb
doesn't match image /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/mscorlib.dllSymbol
file /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/Touch.exe.mdb
doesn't match image /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/Touch.exeSymbol
file /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/monotouch.dll.mdb
doesn't match image /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/monotouch.dllSymbol
file /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/System.dll.mdb
doesn't match image /Users/fak/Library/Application Support/iPhone
Simulator/User/Applications/7A93E19A-1360-42B5-B84E-D868A097BEED/Touch.app/System.dll
Steps to reproduce the problem:
1. Create HttpWebRequest and enable the auto decompression
2. Query a site
Actual Results:
Expected Results:
How often does this happen?
Additional Information:
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
More information about the mono-bugs
mailing list