[Mono-devel-list] mod_mono on osx / big endian systems.
grompf
grompf at sublimeintervention.com
Fri Jun 11 11:04:35 EDT 2004
Alright,
Now that this patch is in place; something very odd is going on;
turning on debugging in mod_mono; it prints:
[Fri Jun 11 10:59:34 2004] [warn] try_connect: 6
[Fri Jun 11 10:59:34 2004] [warn] After setup_socket
[Fri Jun 11 10:59:34 2004] [warn] Writing method: GET
[Fri Jun 11 10:59:34 2004] [warn] len before swap 3
[Fri Jun 11 10:59:34 2004] [warn] len after swap 50331648
showing that the swap is working;
In ModMonoWorker.cs I added some debugging printing to the ReadString()
method; and it shows:
ReadString():size=3
ReadString():s=GET
ReadString():size=0
ReadString():s=
ReadString():size=1701064448
Which then tries to allocate and read 1.7 gigs of data.
I'm still tracking down where its happening...
-kangaroo
>
> I'll fix this in mod_mono.c
>
> -Gonzalo
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
> !DSPAM:40c7b658135251221017830!
>
More information about the Mono-devel-list
mailing list