Bug 513725
| Summary: | PartedException: Assertion (!disk->update_mode) at disk.c:426 in function ped_disk_destroy() failed. | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> |
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | anaconda-maint-list, clydekunkel7734, james.hofmeister, jreiser, jturner, pjones, rmaximo, sysoutfran, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | anaconda_trace_hash:84e966a63722cf0957af7c19b3fd5e8b7a1f96f9287650fd501536255e36c2de | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-07-24 23:00:10 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: | |||
| Attachments: | |||
Created attachment 355109 [details]
Attached traceback automatically from anaconda.
The serial console shows the following text: Running anaconda 12.5, the Fedora system installer - please wait. 22:47:18 Starting VNC... 22:47:19 The VNC server is now running. 22:47:19 WARNING!!! VNC server running with NO PASSWORD! You can use the vncpassword=<password> boot option if you would like to secure the server. 22:47:19 Please manually connect your vnc client to test1222.test.redhat.com:1 (192.168.34.222) to begin the install. Press <enter> for a shell 22:47:20 Starting graphical installation. XKB extension not present on :1 XKB extension not present on :1 sh-4.0# udevadm settle - timeout of 30 seconds reached, the event queue contains: /sys/devices/pci0000:00/0000:00:01.1/host1/target1:0:0/1:0:0:0/block/sr0 (1035) Backtrace has 20 calls on stack: 20: /lib64/libparted-1.9.so.0(ped_assert+0x8a) [0x7f928de4e87a] 19: /lib64/libparted-1.9.so.0(ped_disk_destroy+0x61) [0x7f928de53461] 18: /lib64/libparted-1.9.so.0(ped_disk_duplicate+0x1bf) [0x7f928de548cf] 17: /usr/lib64/python2.6/site-packages/_pedmodule.so(py_ped_disk_duplicate+0x16) [0x7f928cbc3816] 16: /usr/lib64/libpython2.6.so.1.0(PyEval_EvalFrameEx+0x51b3) [0x7f929ca16453] 15: /usr/lib64/libpython2.6.so.1.0(PyEval_EvalCodeEx+0x885) [0x7f929ca18075] 14: /usr/lib64/libpython2.6.so.1.0 [0x7f929c9a7a4b] 13: /usr/lib64/libpython2.6.so.1.0(PyObject_Call+0x53) [0x7f929c97da83] 12: /usr/lib64/libpython2.6.so.1.0(PyEval_EvalFrameEx+0x3c62) [0x7f929ca14f02] 11: /usr/lib64/libpython2.6.so.1.0(PyEval_EvalCodeEx+0x885) [0x7f929ca18075] 10: /usr/lib64/libpython2.6.so.1.0(PyEval_EvalFrameEx+0x558f) [0x7f929ca1682f] 9: /usr/lib64/libpython2.6.so.1.0(PyEval_EvalFrameEx+0x64f9) [0x7f929ca17799] 8: /usr/lib64/libpython2.6.so.1.0(PyEval_EvalCodeEx+0x885) [0x7f929ca18075] 7: /usr/lib64/libpython2.6.so.1.0 [0x7f929c9a7a4b] 6: /usr/lib64/libpython2.6.so.1.0(PyObject_Call+0x53) [0x7f929c97da83] 5: /usr/lib64/libpython2.6.so.1.0 [0x7f929c99290f] 4: /usr/lib64/libpython2.6.so.1.0(PyObject_Call+0x53) [0x7f929c97da83] 3: /usr/lib64/libpython2.6.so.1.0 [0x7f929c9d4c9e] 2: /usr/lib64/libpython2.6.so.1.0 [0x7f929c9d3718] 1: /usr/lib64/libpython2.6.so.1.0(PyObject_Call+0x53) [0x7f929c97da83] Looks like bug#511907 *** This bug has been marked as a duplicate of bug 511907 *** Created attachment 355116 [details]
Attached traceback automatically from anaconda.
Created attachment 355134 [details]
Attached traceback automatically from anaconda.
Created attachment 355148 [details]
Attached traceback automatically from anaconda.
Created attachment 355150 [details]
Attached traceback automatically from anaconda.
Created attachment 355368 [details]
Attached traceback automatically from anaconda.
Created attachment 355416 [details]
Attached traceback automatically from anaconda.
|
The following was filed automatically by anaconda: anaconda 12.5 exception report Traceback (most recent call first): File "/usr/lib64/python2.6/site-packages/parted/disk.py", line 154, in duplicate return Disk(PedDisk=self.__disk.duplicate()) File "/usr/lib64/python2.6/site-packages/parted/decorators.py", line 30, in localeC ret = fn(*args, **kwds) File "<string>", line 2, in duplicate File "/usr/lib/anaconda/storage/devices.py", line 761, in __init__ self._origPartedDisk = self.partedDisk.duplicate() File "/usr/lib/anaconda/storage/devicetree.py", line 1144, in addUdevDiskDevice initcb=cb, initlabel=initlabel, **kwargs) File "/usr/lib/anaconda/storage/devicetree.py", line 1226, in addUdevDevice device = self.addUdevDiskDevice(info) File "/usr/lib/anaconda/storage/devicetree.py", line 1743, in populate self.addUdevDevice(dev) File "/usr/lib/anaconda/storage/__init__.py", line 291, in reset self.devicetree.populate() File "/usr/lib/anaconda/storage/__init__.py", line 92, in storageInitialize storage.reset() File "/usr/lib/anaconda/dispatch.py", line 204, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib/anaconda/dispatch.py", line 127, in gotoNext self.moveStep() File "/usr/lib/anaconda/gui.py", line 1349, in nextClicked self.anaconda.dispatch.gotoNext() PartedException: Assertion (!disk->update_mode) at disk.c:426 in function ped_disk_destroy() failed.