Sébastien Arnaud wrote: > I managed to get cherokee v0.4.25 to compile fully and cleanly on OS > 10.4 ! (yeah)
Grand! Great stuff Sébastien! :-)) > If you could update the SVN repository that would be awesome, I > could supply you with the patches via svn diffs (most of the mods > are in the configure.in and a few .c files to accommodate OS X > weirdness ;) Of course. I'm gonna update my current sources (0.4.25 + one looong weekend of hacking to improve the signal management and server reinit mechanism). > There is a big problem when I launch it though. It crashes and > returns an ugly "bus error" when requesting a page from the > server. I generated the query with lynx and saw that the server > returns the html page, but it crashes immediately at the end of the > request, and nothing gets written to cherokee.access or > cherokee.error "bus error"? Oops.. > I wondered if you could tell me which flags I could turn on in the > source to have more debug output at the console to try to identify > where this is occurring in the request process. What I usually do is to attach the cherokee process from a debugger and start tracing it from the cherokee_thread_step() function. BTW, does it fail on single thread mode? If so, it will be easier to debug in that way :-) I will let you know when the SVN repository get ready. Thanks Sébastien! -- Greetings, alo. _______________________________________________ Cherokee mailing list [email protected] http://www.alobbs.com/cgi-bin/mailman/listinfo/cherokee
