Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 112649 - Catalyst 2 raises traceback after uncleanly interrupted run
Summary: Catalyst 2 raises traceback after uncleanly interrupted run
Status: RESOLVED CANTFIX
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: Catalyst (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Catalyst Developers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-15 14:40 UTC by Danny van Dyk (RETIRED)
Modified: 2005-12-22 15:09 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Danny van Dyk (RETIRED) gentoo-dev 2005-11-15 14:40:33 UTC
i just had a disconnect from poseidon, and had to kill my screen
afterwards. Anyway... cat2 was interrupted, and my first attempt to
rerun it produced this output:

<snip>
Checking for processes running in chroot and killing them.
/proc is still mounted; performing auto-bind-umount...
Catalyst aborting....
Traceback (most recent call last):
~  File "/usr/bin/catalyst2", line 354, in ?
~    build_target(addlargs, targetmap)
~  File "/usr/bin/catalyst2", line 197, in build_target
~    mytarget.mount_safety_check()
~  File "/usr/lib/catalyst2//modules/generic_stage_target.py", line 464,
in mount_safety_check
~    self.unbind()
~  File "/usr/lib/catalyst2//modules/generic_stage_target.py", line 684,
in unbind
~    self.snapshot_lock_object.unlock()
AttributeError: livecd_stage1_target instance has no attribute
'snapshot_lock_object'
</snip>

The second run started normally, just like expected. However, i don't
think the traceback here was intended, was it?
Comment 1 Chris Gianelloni (RETIRED) gentoo-dev 2005-12-20 09:31:41 UTC
Well, there are a *ton* more tracebacks in catalyst 2.0 to help us troubleshoot possible issues.  Since this isn't something we can really reproduce, I'm going to say this is a CANTFIX.  As for the tracebacks, I'm pretty sure that catalyst now spits one out for *any* unexpected failures.
Comment 2 Danny van Dyk (RETIRED) gentoo-dev 2005-12-22 15:09:45 UTC
*nod*

I just filed this bug because rocket asked me to do ;-)