View Single Post
Old 03-09-2010, 09:41 PM   #2
Junior Member
 
Join Date: Mar 2010
Posts: 2
npaufler is on a distinguished road
Default

To confirm it was nothing I'd done wrong, I did another fresh install of FreeBSD 8.0 i386. Nothing else installed, other than allowing it to install apache22, etc via the dnsmanager install script.

Same thing - a reseller gets a core dump as soon as they try and go to the domains page. A user account gets a core dump as soon as they try and add a domain.

I tried debugging with the corefile with gdb, and this appears to be where it crashed:

Code:
Program received signal SIGSEGV, Segmentation fault.
0x080b9feb in std::_Rb_tree<std::string, std::pair<std::string const, std::_List_iterator<CacheRecord*> >, std::_Select1st<std::pair<std::string const, std::_List_iterator<CacheRecord*> > >, std::less<std::string>, std::allocator<std::pair<std::string const, std::_List_iterator<CacheRecord*> > > >::find ()

Last edited by npaufler; 03-09-2010 at 09:47 PM.
npaufler is offline   Reply With Quote