On Wednesday, November 18, 2015 at 1:20:28 PM UTC-8, Khaled Hassan wrote: > > I am getting this warning with trac online: > > > Warning: Can't synchronise with repository "(default)" (Unsupported > version control system "svn": libgcrypt.so.11: failed to map segment from > shared object: Cannot allocate memory). Look in the Trac log for more > information. > > > Can you please look into it? > > > please help > > > > And getting an error eventually: > > > *Oops…* > > *Trac detected an internal error:* > > MemoryError: > > This is probably a local installation issue. > > *Found a bug in Trac?* > > If you think this should work and you can reproduce the problem, you > should consider creating a bug report. > > Before you do that, though, please first try *searching* > <http://trac.edgewall.org/search?ticket=yes&noquickjump=1&q=MemoryError%3A+>* > for similar issues*, as it is quite likely that this problem has been > reported before. For questions about installation and configuration of Trac > or its plugins, please try the mailing list > <http://trac.edgewall.org/wiki/MailingList> instead of creating a ticket. > > Otherwise, please > > a new bug report describing the problem and explain how to reproduce it. > > *Python Traceback* > > Most recent call last: > > Traceback (most recent call last): > > File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 525, in > _dispatch_request > > dispatcher.dispatch(req) > > File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 211, in > dispatch > > chosen_handler) > > File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 353, in > _pre_process_request > > chosen_handler = filter_.pre_process_request(req, chosen_handler) > > File "/usr/lib/python2.6/site-packages/trac/versioncontrol/api.py", line > 327, in pre_process_request > > if is_default(reponame): > > File "/usr/lib/python2.6/site-packages/trac/versioncontrol/api.py", line > 32, in is_default > > return not reponame or reponame in ('(default)', _('(default)')) > > File "/usr/lib/python2.6/site-packages/trac/util/translation.py", line > 193, in gettext > > if not self.isactive: > > File "/usr/lib/python2.6/site-packages/trac/util/translation.py", line > 179, in isactive > > self.activate(get_locale(), env_path) > > File "/usr/lib/python2.6/site-packages/trac/util/translation.py", line > 147, in activate > > t = Translations.load(locale_dir, locale or 'en_US') > > File "/usr/lib/python2.6/site-packages/babel/support.py", line 309, in > load > > return cls(fileobj=open(filename, 'rb'), domain=domain) > > File "/usr/lib/python2.6/site-packages/babel/support.py", line 283, in > __init__ > > gettext.GNUTranslations.__init__(self, fp=fileobj) > > File "/usr/lib64/python2.6/gettext.py", line 180, in __init__ > > self._parse(fp) > > File "/usr/lib64/python2.6/gettext.py", line 270, in _parse > > buf = fp.read() > > MemoryError > > *System Information:* > > *Trac* > > 0.12.5 > > *Babel* > > 0.9.4 > > *Genshi* > > 0.6 (without speedups) > > *mod_python* > > 3.3.1 > > *pysqlite* > > 2.4.1 > > *Python* > > 2.6.6 (r266:84292, May 22 2015, 08:34:51) [GCC 4.4.7 20120313 (Red Hat > 4.4.7-15)] > > *setuptools* > > 0.6 > > *SQLite* > > 3.6.20 >
You are seeing two different errors related to memory: MemoryError and "cannot allocate memory". Have you looked into whether there are hardware memory resources available on your server? For similar issues, see: http://trac.edgewall.org/ticket/11217#comment:1 http://trac.edgewall.org/ticket/10257 - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
