Posts: 8
Threads: 1
Joined: Apr 2012
Thanks: 0
Given 0 thank(s) in 0 post(s)
I'm running a 2009 MacBook with a 2.26 GHz Intel Core 2 Duo processor. Mac OS X 10.6.8 (Darwin 10.8.0)
I have Xcode 3.2.6 which comes with gcc i686-apple-darwin10-gcc-4.2.1 and GNU Make 3.81.
I checked again and rev 447 trunk gives crazy world errors, but zlib_fail_debugging does not. weird.
Maybe we should try taking the zlib_fail_debugging source code, and gradually change it back into the trunk source code and see at what point it conks out, and that would tell us what the zlib_fail_debugging source code is doing to make it work.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I added some conversions that happen in the uncompress() call to the zlib_fail branch, can you try the branch at rev 449 and see if it fails?
Also, both trunk and the branch now have in them the attempt for the bind() fix, can you verify on either that it works? (should be no more cSocketThreads errors in the log)
Posts: 8
Threads: 1
Joined: Apr 2012
Thanks: 0
Given 0 thank(s) in 0 post(s)
The branch works perfectly, but the trunk still has the crash and the decompression errors.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
It seems the last fix (rev 452) was the final nail into the error's coffin, it started working for Hunterz on his server, so I suppose it will work on yours, too.
Posts: 6,485
Threads: 176
Joined: Jan 2012
Thanks: 131
Given 1074 thank(s) in 852 post(s)
I was wondering, there's been long silence. Does the server work for you now, or are there still decompression errors?
If it works, can you put "[fixed]" in front of the thread title? Thanks.