Bug 862941
| Summary: | RepoError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140116443670272 and this is thread id 140116778125056 | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Reartes Guillermo <rtguille> | ||||||||||||||||||||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||||||||
| Version: | 18 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, robatino, vanmeeuwen+fedora | ||||||||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:3645719e8e726a9ce3457f4113fb5f5e5505d294089278ac85f9d7a43a15203c | ||||||||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||||||||
| Last Closed: | 2012-10-04 14:32:55 UTC | Type: | --- | ||||||||||||||||||||||||||||||
| Regression: | --- | Mount Type: | --- | ||||||||||||||||||||||||||||||
| Documentation: | --- | CRM: | |||||||||||||||||||||||||||||||
| Verified Versions: | Category: | --- | |||||||||||||||||||||||||||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||||||||||||||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||||||||||||||||||
| Embargoed: | |||||||||||||||||||||||||||||||||
| Bug Depends On: | |||||||||||||||||||||||||||||||||
| Bug Blocks: | 752660 | ||||||||||||||||||||||||||||||||
| Attachments: |
|
||||||||||||||||||||||||||||||||
Created attachment 621210 [details]
File: anaconda-tb
Created attachment 621211 [details]
File: product
Created attachment 621212 [details]
File: type
Created attachment 621213 [details]
File: ifcfg.log
Created attachment 621214 [details]
File: storage.log
Created attachment 621215 [details]
File: version
Created attachment 621216 [details]
File: environ
Created attachment 621217 [details]
File: anaconda.log
Created attachment 621218 [details]
File: syslog
Created attachment 621219 [details]
File: hashmarkername
Created attachment 621220 [details]
File: packaging.log
Created attachment 621221 [details]
File: cmdline_file
Created attachment 621222 [details]
File: release
Created attachment 621223 [details]
File: program.log
*** This bug has been marked as a duplicate of bug 851114 *** |
Description of problem: all ok until i selected KDE Desktop and leave software selection Version-Release number of selected component: anaconda-18.11 Additional info: libreport version: 2.0.14 cmdline: /usr/bin/python /sbin/anaconda kernel: 3.6.0-1.fc18.x86_64 description: :The following was filed automatically by anaconda: :anaconda 18.11 exception report :Traceback (most recent call first): : File "/usr/lib/python2.7/site-packages/yum/sqlitesack.py", line 55, in newFunc : raise Errors.RepoError, str(e) : File "/usr/lib/python2.7/site-packages/yum/sqlitesack.py", line 392, in returnPrco : cur = self._sql_MD('primary', sql, (self.pkgKey,)) : File "/usr/lib/python2.7/site-packages/yum/packages.py", line 651, in returnPrcoNames : data = [n for (n, f, v) in self.returnPrco(prcotype)] : File "/usr/lib/python2.7/site-packages/yum/packages.py", line 676, in <lambda> : provides_names = property(fget=lambda self: self.returnPrcoNames('provides')) : File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 237, in allowedMultipleInstalls : for prov in po.provides_names: : File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4525, in install : if not self.allowedMultipleInstalls(po): : File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 86, in __call__ : return self.ayum.install(*args, **kwargs) : File "/usr/lib/python2.7/site-packages/yum/transactioninfo.py", line 306, in add : for condtxmbr in self.install_method(po=pkg): : File "/usr/lib/python2.7/site-packages/yum/transactioninfo.py", line 458, in addInstall : self.add(txmbr) : File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 4567, in install : txmbr = self.tsInfo.addInstall(po) : File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 717, in _requiringFromTransaction : txmbrs = self.install(best, provides_for=reqtuple) : File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 338, in _processReq : CheckDeps, missingdep = self._requiringFromTransaction(po, requirement, errormsgs) : File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 1018, in _resolveRequires : (checkdep, missing, errormsgs) = self._processReq(po, dep) : File "/usr/lib/python2.7/site-packages/yum/depsolve.py", line 873, in resolveDeps : CheckDeps, checkinstalls, checkremoves, missing = self._resolveRequires(errors) : File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 1120, in buildTransaction : (rescode, restring) = self.resolveDeps() : File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/yumpayload.py", line 1083, in checkSoftwareSelection : (code, msgs) = self._yum.buildTransaction(unfinished_transactions_check=False) : File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/software.py", line 87, in checkSoftwareSelection : self.payload.checkSoftwareSelection() : File "/usr/lib64/python2.7/threading.py", line 504, in run : self.__target(*self.__args, **self.__kwargs) : File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 87, in run : threading.Thread.run(self, *args, **kwargs) :RepoError: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140116443670272 and this is thread id 140116778125056