Re: [EMAIL PROTECTED] apr_bucket_type_{eos,file,flush} being defined in BSS of httpd during build

2008-06-29 Thread Brian Buesker
Brian Buesker wrote: I was debugging some issues related to locking in mod_dav_svn this week, and eventually tracked down the problem to the fact that apr_bucket_type_eos was being included in the BSS segment of the httpd executable (two other apr_bucket_types are also included in the BSS). This

[EMAIL PROTECTED] apr_bucket_type_{eos,file,flush} being defined in BSS of httpd during build

2008-06-26 Thread Brian Buesker
I was debugging some issues related to locking in mod_dav_svn this week, and eventually tracked down the problem to the fact that apr_bucket_type_eos was being included in the BSS segment of the httpd executable (two other apr_bucket_types are also included in the BSS). This definition causes u