Thanks for the funny answer, if I was able to find a solution I didn't asked for an help. I already found where is the "Houston..." exception, is also specified inside the attached bugreport (https://bugzilla.xamarin.com/show_bug.cgi?id=16796). In the meanwhile I added some more log and I found the values that are compared to generate the exception:

System.Exception: Houston... 1363232375 vs 28360
System.Exception: Houston... 1835812708 vs 28525

The exception is raised because the value returned to mod_mono from apache (1363232375, 1835812708) is greater than the size requested by mono (28360, 28525, ...). Unfortunately I have no such an in-depth knowledge of the mono framework and apache modules integration to understand why this behavior occurs, if someone has a more useful hint it could be of help.
Thanks in advance.


On 08/10/2014 17:52, Andres G. Aragoneses wrote:
On 08/10/14 15:01, APS wrote:
Any hint about how to solve or diagnose better the problem?

Yes, find the "Houston..." string in the sources of mod-mono, and try to determine why the exception is being thrown. If you succeed, try to find a solution, and if you succeed again, please submit your solution in the form of a pull request to the mod-mono repository.
Thanks


_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to