Re: Reviewboard segmentation fault

2009-03-06 Thread nhar...@statesman.com
I have this or similar error. On Centos, python 2.5.1 from source, pysvn 1.6.2 which doesn't support the svn 1.5.5 I have installed. But there is a 1.6.3 release that does. Which, frustratingly, it does not compile. I get this error which sounds vaguely Python 3.0ish pysvn.hpp:774: error: âBytes

Re: Reviewboard segmentation fault

2009-03-01 Thread Angela
After some digging, I traced the call back to pysvn.info2(url). On our install, pysvn.info2 will work fine for any local path, but urls cause an instant seg fault. I verified this was the problem by temporariliy switching the 'Path' in the Reviewboard admin to a local path, and get_repository_in

Re: Reviewboard segmentation fault

2009-02-28 Thread Christian Hammond
If it's crashing with a call to get_repository_info, this sounds like it's either PySVN or libsvn causing the problems. I'd investigate those first. Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Fri, Feb

Re: Reviewboard segmentation fault

2009-02-27 Thread Angela
Thanks Lester and Christian. I enabled debugging and logging, but it doesn't seem to spit out anything terribly useful (no errors, exceptions or stacktraces). This is on CentOS 4.5. Most everything I have installed is compiled from source, so I wouldn't be surprised at something being amiss or

Re: Reviewboard segmentation fault

2009-02-27 Thread Angela
the response to the dude: Thanks Lester and Christian. I enabled debugging and logging, but it doesn't seem to spit out anything terribly useful (no errors, exceptions or stacktraces). This is on CentOS 4.5. Most everything I have installed is compiled from source, so I wouldn't be surprised a

Re: Reviewboard segmentation fault

2009-02-26 Thread Christian Hammond
Ooh, that's pretty scary. Our stuff should definitely not be able to crash. It sounds like Apache or mod_python is the issue here. What distro is this? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.review-board.org VMware, Inc. - http://www.vmware.com On Thu, F

Re: Reviewboard segmentation fault

2009-02-26 Thread Lester Cheung
Hi Angela, While I don't have a solution for you I find turning on debug in django (in conf/) and turning on logging from RB's admin page helps troubleshootinga lot. Good luck. Sent from my phone - please excuse any typo. On 27/02/2009, at 3:44 AM, Angela wrote: > > On my reviewboard set

Reviewboard segmentation fault

2009-02-26 Thread Angela
On my reviewboard setup, post-review is throwing a httplib.BadStatusLine. After some digging, I discovered the failing url. Whenever I access the url http://[our-install-url]/api/json/repositories/1/info/, I get back an empty page. Looking in our apache logs, I see a segementation fault after e